Danieleeee
Danieleeee
[mp.oradew-vscode-unresponsive.cpuprofile.txt](https://github.com/mickeypearce/oradew-vscode/files/5607957/mp.oradew-vscode-unresponsive.cpuprofile.txt)
I wasn't looking for more info, but the possibility of highlighting errors in other colors, such as red and yellow. A bit like with the Success message: 
We have a problem matcher like this? [problem-matcher exemple](https://code.visualstudio.com/docs/editor/tasks#_defining-a-problem-matcher)
If I add a comma in the last procedure parameter, in Toad I have this (PLS-00103):  in oradew this: 
Look this one: [issue 20](https://github.com/zabel-xyz/plsql-language/issues/20)
I have this configuration: ```json { "compile.warnings": "NONE", "compile.force": true, "compile.stageFile": false, "source.input": ["./Database/**/*.sql","./Database/**/**/*.sql","./Database/**/**/**/*.sql","./Database/**/**/**/**/*.sql"], "source.encoding": "win1250", "source.pattern": { "packageSpec": "./Database/{schema-name}/STOREDS/PKSPEC/{object-name}_h.sql", "packageBody": "./Database/{schema-name}/STOREDS/PKBODY/{object-name}_b.sql", "trigger": "./Database/{schema-name}/TRIGGERS/{object-name}.sql", "typeSpec": "./Database/{schema-name}/TYPES/{object-name}.sql", "typeBody": "./Database/{schema-name}/TYPE_BODIES/{object-name}.sql", "view": "./Database/{schema-name}/VIEWS/{object-name}.sql",...
Is it possible that since my main folder is called "Database" and not "src", there could be problems? File path is this: _.\Database\SIURETE\STOREDS\PKBODY\RET_PRESE_DEV_b.sql_ File content: ``` CREATE OR REPLACE PACKAGE...
no error