vscode
vscode copied to clipboard
Visual Studio Code
Would love to see a more accurate search for what I'm actually searching for. For example when I'm searching for "archive" and I'am in mid sentence i get these results:...
 I didn't do anything that I thought would make GitHub ask for auth. I'm getting asked every couple minutes. Looks like it already has access too:  GitHub log...
Fixes https://github.com/microsoft/vscode/issues/213909 Detect when application on macOS is installed outside the Applications folder and offer choice to move. The detection will bail early under the following cases, 1) Application is...
Type: Bug I'm not able to login into my github account and github copilot account VS Code version: Code 1.100.2 (848b80aeb52026648a8ff9f7c45a9b0a80641e2e, 2025-05-14T21:47:40.416Z) OS version: Windows_NT x64 10.0.19045 Modes: System Info...
API commands like `vscode.executeCodeActionProvider` and `vscode.executeCompletionItemProvider` have an `itemResolveCount` argument: https://github.com/microsoft/vscode/blob/70107d1562c0c496e4bc8bbe1ba4607ee56261fe/src/vs/workbench/api/common/extHostApiCommands.ts#L271-L277 https://github.com/microsoft/vscode/blob/70107d1562c0c496e4bc8bbe1ba4607ee56261fe/src/vs/workbench/api/common/extHostApiCommands.ts#L308-L315 This is used to do the 2nd half of these LSP language features, where you sometimes need to...
Type: Bug the diff has inline view and separate editor view, the moved code indicators are visible in the separate view, i can enable to option in inline view, however...
stumbled over https://github.com/microsoft/vscode/blob/dac0c97d082bd3bf38fdb3251e955e25c7c992a0/src/vs/workbench/contrib/chat/common/promptSyntax/contributions/languageFeatures/providers/providerInstanceBase.ts#L43 It seems `ProviderInstanceBase`-instances dispose themselves when their `parser`-property gets disposed. This is wrong, only the creator of an object should dispose of it.
* `AsyncIterableSource` supports `emitMany` * allow to report multiple response parts in one IPC message * allow to receive multiple reponse parts in one IPC message https://github.com/microsoft/vscode-copilot/issues/17626
Type: Bug Try clicking on resolve merge conflicts, or clicking on '+' to stage or trying to hit the commit button, nothing seems to work and endless loading starts. VS...
Inspired by TSLint's ability to [extend](https://palantir.github.io/tslint/2016/03/31/sharable-configurations-rules.html) configuration files, it would be nice if `.vscode/settings.json` could behave the same way. So if I have some global settings set up: `~/example-repo/.vscode/my-company-settings.json`: ```json...