vscode
vscode copied to clipboard
Visual Studio Code
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:  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.  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...
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`...
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...