vscode
vscode copied to clipboard
Visual Studio Code
I've seen this behavior for a while:  Even if there is only one view in the secondary sidebar, no view will appear as active...
Type: Performance Issue This specific process always takes 100% CPU on machine: ``` /snap/code/159/usr/share/code/code --type=utility --utility-sub-type=node.mojom.NodeService --lang=en-US --service-sandbox-type=none --no-sandbox --crashpad-handler-pid=860961 --enable-crash-reporter=f5630c5d-bec1-43e9-95d6-21d878227126,no_channel --user-data-dir=/home/pmajchrak/.config/Code --standard-schemes=vscode-webview,vscode-file --secure-schemes=vscode-webview,vscode-file --cors-schemes=vscode-webview,vscode-file --fetch-schemes=vscode-webview,vscode-file --service-worker-schemes=vscode-webview --code-cache-schemes=vscode-webview,vscode-file --shared-files=v8_context_snapshot_data:100 --field-trial-handle=0,i,4729389318826606528,17009332704461783735,262144...
Does this issue occur when all extensions are disabled?: Yes - VS Code Version: 1.94.2 - OS Version: macOS (but not OS specific I think) It is not possible to...
Originally from Oleksandr Marmaliuk on marketplace: > horizontal scroll in ipynb files via Shift+mouse wheel stopped working after recent update I've also confirmed it doesn't work on my machine ##...
Does this issue occur when all extensions are disabled?: Yes/No - VS Code Version: - OS Version: Steps to Reproduce: 1. Download VS Code for Windows and required VSIX extensions....
Sometimes I want to switch away from the active doc just to look at something real quick and get right back to the original. That would be achieved if when...
**Is your feature request related to a problem? Please describe.** I find VS Code to be an incredibly versatile and excellent tool. However, there's something I believe is crucially missing:...
Does this issue occur when all extensions are disabled?: Yes - VS Code Version: Version: 1.94.2 Commit: 384ff7382de624fb94dbaf6da11977bba1ecd427 Date: 2024-10-09T16:08:44.566Z Electron: 30.5.1 ElectronBuildId: 10262041 Chromium: 124.0.6367.243 Node.js: 20.16.0 V8: 12.4.254.20-electron.0...
Apply this git patch: ```patch diff --git a/src/vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter.ts b/src/vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter.ts index e39eaa2eb55..3014123e5d9 100644 --- a/src/vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter.ts +++ b/src/vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter.ts @@ -52,6 +52,22 @@ export class UnicodeHighlighter extends Disposable implements IEditorContributio ) { super();...