vscode icon indicating copy to clipboard operation
vscode copied to clipboard

Visual Studio Code

Results 1630 vscode issues
Sort by recently updated
recently updated
newest added

It would be nice to know if the user explictly wants completions vs just implicitly Currently `Invoke` is the same for both manually triggering completions `ctrl+space` and with normal typing...

fix #205353 ## Description This is a brief explanation of the changes. The original code https://github.com/microsoft/vscode/blob/11095a2781bd2a14cbaddc1b925f196f1e9452bc/src/vs/editor/browser/widget/hoverWidget/hoverWidget.ts#L334-L337 will select a bound like this: ![屏幕截图 2024-02-19 093414](https://github.com/microsoft/vscode/assets/50199130/c2a73e93-b61d-44e8-bd0e-ac360c46a81c) which will position the hover...

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

From @aguynamedben in https://github.com/microsoft/vscode/issues/41289: > I wish to live in a "don't-care-about-tabs" world but still want a way to split my editor's UI. However, the idea of tabs and tab...

feature-request
workbench-editors

Type: Bug Motivation: I want to see in my current session the `package.json` file from another folder to compare it with the local `package.json` I use `open file or folder`...

info-needed

Does this issue occur when all extensions are disabled?: **Yes** This god damn filter feature is so annoying and frustrating to work with. What the hell you do expect me...

Type: Bug On Linux (Ubuntu 18.04) after manual update of portable version of VsCode from version 1.85.2 to 1.86.2 (just extract VSCode-linux-x64 folder from archive and copy "/data" subfolder from...

VSCode should respect the `$DOTNET_CLI_HOME` instead of creating a `.dotnet` directory in the `$HOME`. Even the `dotnet/sdk` suports the `$DOTNET_CLI_HOME`: https://github.com/dotnet/sdk/issues/8887 If the `$DOTNET_CLI_HOME` doesn't exist, VScode can fallback on...

Type: Bug after the new vscode update my cursor is disappearing when i enter the terminal view or the editor view. It has become now insane to work with the...