John Murray

Results 38 issues of John Murray

This fixes #1272 by removing the edit option. Contributors should instead follow the steps given at https://vscode-sqltools.mteixeira.dev/en/contributing/documentation

See https://github.com/microsoft/vscode/issues/181527 https://github.com/mtxr/vscode-sqltools/blob/980e1a827b8aba974281f539ccd26ac3e5934e0e/test/runVscodeTests.js#L5-L12

engineering

1. Go to https://code.visualstudio.com/api/references/vscode-api 2. Search in the page for the text `createQuickPick` to find the doc for this function of the `vscode.window` object. 3. Observe that the return type...

doc-bug

This is apparently only documented in [1.66 release notes](https://code.visualstudio.com/updates/v1_66#_local-history).

doc-bug

https://code.visualstudio.com/docs/sourcecontrol/overview#_commit should be enhanced with the info from https://code.visualstudio.com/updates/v1_69#_author-commit-message-using-an-editor Arose from https://github.com/microsoft/vscode/issues/199097#issuecomment-1826421013

doc-enhancement

The `onDebugDynamicConfigurations` activation event arrived in [1.45](https://code.visualstudio.com/updates/v1_45#_providing-debug-configurations-dynamically) but isn't yet listed here: https://github.com/microsoft/vscode-docs/blob/bc2906544cb572b4b0f642b80b1bea0246a69870/api/references/activation-events.md?plain=1#L16-L18 The [extension development doc](https://code.visualstudio.com/api/extension-guides/debugger-extension#using-a-debugconfigurationprovider) doesn't yet mention the dynamic configurations scenario for which this activation event was...

extensibility
doc-bug

https://code.visualstudio.com/api/references/activation-events doesn't mention the `onNotebook` event.

extensibility
doc-bug

When using the server-side editing paradigm namespace folders can hold folder-specific settings (see doc at https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO_ssworkflow#GVSCO_ssworkflow_config_folderspec). When building a webapp using the technology formerly known as CSP it is common...

enhancement
priority/backlog

The optional `objectscript.conn.docker-compose` object allows a VS Code workspace to connect to a local IRIS container instance for which the port serving the /api/atelier API outside the container is assigned...

enhancement
priority/backlog