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

Type: Bug Enable terminal sticky scroll. Run ipython console. Run a big command that doesn't fit in the terminal. Press up (to show the history) and down (to hide it...

Does this issue occur when all extensions are disabled?: Yes/No - VS Code Version: VSCodeSetup-x64-1.100.2.exe - OS Version: Windows 11 Education x64 Steps to Reproduce: 1. Install VS Code 2....

### Describe the feature you'd like When using many extensions in VSCode, it can be hard to notice which ones require a reload, update, or user action. These extensions are...

info-needed

Type: Bug Sometimes the `vscode-merge-base` setting is added multiple times for the same branch, causing other tools (`Nuke`) to fail. I guess there is no check here https://github.com/microsoft/vscode/blob/d9909effe9501207aae7846917a559bbcb98948c/extensions/git/src/repository.ts#L1552 if the...

bug
git

Problem Description When using the Remote-SSH extension in VS Code to connect to a remote server, clicking the "Sign in" button (e.g., for augment plugin) does not display the login...

info-needed

Does this issue occur when all extensions are disabled?: Yes/No - VS Code Version: 1.100.2.0 - OS Version: Win 11 - 24H2 - 26100.4061 Steps to Reproduce: 1. Previously able...

triage-needed

Type: Bug 1. Ensure `editor.smoothScrolling` is disabled (default). 2. Open a git repo. 3. Go Source Control (side bar) -> Graph -> click on any commits to show the compare...

Does this issue occur when all extensions are disabled?: Yes Version: 1.60.0 (user setup) Commit: e7d7e9a9348e6a8cc8c03f877d39cb72e5dfb1ff Date: 2021-09-01T10:41:52.311Z Electron: 13.1.8 Chrome: 91.0.4472.164 Node.js: 14.16.0 V8: 9.1.269.39-electron.0 OS: Windows_NT x64 10.0.19043...

bug
upstream
windows
electron
workbench-os-integration
upstream-issue-fixed

Type: Feature Request I want to use 'period' (dot, full stop) as "prefix" for my snippet; "prefix": [ "..." ], "body": [ "blah blah" ], VS Code version: Code 1.100.0...

info-needed
snippets

Type: Bug Step 1: Set settings.json. ```json "workbench.editorAssociations": { "*.md": "vscode.markdown.preview.editor" }, ``` ![image](https://github.com/microsoft/vscode/assets/14192199/7b865071-2122-4514-9dcc-d5704aa2621e) Step 2: Open any markdown file using vscode. I'm using the `code --disable-extensions README.md` command here....

bug
custom-editors