vscode
vscode copied to clipboard
Visual Studio Code
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...
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...
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...
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...
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...
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...
Type: Bug Step 1: Set settings.json. ```json "workbench.editorAssociations": { "*.md": "vscode.markdown.preview.editor" }, ```  Step 2: Open any markdown file using vscode. I'm using the `code --disable-extensions README.md` command here....