John Murray

Results 38 issues of John Murray

Type: Feature Request There is a bit of space at the start of the breadcrumb which could accommodate a pin / pinned codicon with which to toggle the stickyScroll setting....

This prepares the 0.24.0 release of the main extension together with 0.3.0 releases of the four bundled drivers.

In PR #938 I am allowing fetchDatabases to pass the connection item, so that the query can adapt to its context. This PR updates the @sqltools/types package so that PR...

Before this change the MySQL driver would exclude `information_schema`, `performance_schema`, `sys` and `mysql` from its tree of databases. Now, if the connection specifies one of these databases it will appear...

PR #922 added a new page named Testing to the documentation. The PR was merged several days ago but the new page hasn't yet appeared under the Contributing section at...

engineering
docs

See https://github.com/mtxr/vscode-sqltools/runs/7577287610

engineering

Currently the core extension and the bundled driver extensions all include `*` in their set of [`activationEvents`](https://code.visualstudio.com/api/references/activation-events). They would be better VS Code citizens if they only activated when being...

triage

Connection passwords can either be stored as plaintext in the connection definition or else be prompted for every time you connect. Become an [AuthenticationProvider](https://code.visualstudio.com/api/references/vscode-api#AuthenticationProvider) that can store passwords in the...

feature request

See https://github.com/Microsoft/vscode/issues/72909 When investigating problems my own extension (based on liximomo.remotefs), I tested FTP connections to a couple of sites using mkloubert.vscode-remote-workspace and found that I couldn't even get the...

It still states that VS Code does not provide a secret persistence mechanism. Ever since [`ExtensionContext#secrets`](https://code.visualstudio.com/api/references/vscode-api#ExtensionContext) arrived this is no longer true. https://github.com/microsoft/vscode-docs/blob/cf997eb179d186fe3b6cf553e1e0d0f612e7b9c9/api/advanced-topics/remote-extensions.md?plain=1#L211-L244

extensibility
doc-bug