Danieleeee

Results 19 comments of 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: ![image](https://user-images.githubusercontent.com/22749175/99810739-7378d000-2b44-11eb-8bae-9ebad81c6325.png)

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): ![image](https://user-images.githubusercontent.com/22749175/99814250-03207d80-2b49-11eb-9f9c-ddec79014bc4.png) in oradew this: ![image](https://user-images.githubusercontent.com/22749175/99814294-17647a80-2b49-11eb-8d15-9f6c0751fe0b.png)

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...