John Murray

Results 38 issues of John Murray

This will allow alternative debuggers to be plugged in.

See https://github.com/intersystems/language-server/issues/65#issuecomment-722532927 and the pointer within it.

documentation

See https://github.com/intersystems-community/vscode-objectscript/issues/126#issuecomment-674089387 We currently implement `FileSearchProvider` and `TextSearchProvider` when `--enable-proposed-api` is set as a launch argument.

documentation

Since PR #200 a server-side change produces this dialog during import of the local version: ![image](https://user-images.githubusercontent.com/6726799/90702825-230f7f00-e284-11ea-8bbd-be9fc18a0bd3.png) Clicking "Compare" gives this: ![image](https://user-images.githubusercontent.com/6726799/90703088-bb0d6880-e284-11ea-9c93-3e9615282960.png) Unlike the equivalent diff which appears if the **local**...

enhancement

Second attempt at resolving #138815 to reduce the likelihood of a naive user storing their projects within the appRoot folder and then being upset when a VS Code update deletes...

https://github.com/cloudera/hue/blob/d5634ef1fa42b2832413e30b4962a975fa3af3c8/desktop/core/src/desktop/js/parse/sql/generic/sqlParseSupport.js#L1004-L1020 I'm surprised not to see `DELETE` in this list.

> Hello, I am using your "SQL Tools" extension in visual studio code along with the "Redshift Driver (Dedicated ver)" extension to connect to my data. > When working in...

triage

The page at https://vscode-sqltools.mteixeira.dev/src-content-current-drivers first points AWS RedShift users at the official pg driver, then later mentions the community driver. I think we should drop the first pointer in favour...

feature request

If I have these two queries in one editor and click on "Run active connection", I get a multiple query result window with two tabs, both show "Query returned 0...

pg

Type: Bug Without filter mode selected, down-arrow from widget correctly navigates between matching nodes in the tree but the matches are not highlighted. ![image](https://github.com/microsoft/vscode/assets/6726799/6fc4284e-8484-44d0-9d22-9bf3e21864e5) VS Code version: Code - Insiders...