vscode
vscode copied to clipboard
Visual Studio Code
Please add an option to maintain a **constant size** for details in the suggest widget. The details are currently jumping to fit the size, which makes it very hard to...
Fixes #159299 This code intercepts quick-open pick lists and if the first pick is the same file as the current editor, it switches the first two results. It's my first...
Does this issue occur when all extensions are disabled?: Yes/No - VS Code Version: any - OS Version: Ubuntu 23.10 Steps to Reproduce: 1. Start writing a .py file with...
Type: Performance Issue Some days is that I run my VS CODE and writting my code after that I check the task manager and my vs code take a lot...
Does this issue occur when all extensions are disabled?: Yes - VS Code Version: Version: 1.85.2 (Universal) - OS Version: Darwin arm64 23.1.0 Steps to Reproduce: 1. [Install plugin](https://marketplace.visualstudio.com/items?itemName=bpmn-io.vs-code-bpmn-io) 2....
Does this issue occur when all extensions are disabled?: Yes - VS Code Version: 1.85.2 - OS Version: Ubuntu 22.04 Steps to Reproduce: 1. Open a Jupyter notebook 2. Copy...
Now the VSCode treats a long Chinese text as one “word”. Each time use `Ctrl+Left/Right`, it will move the cursor to the begin or end. The feature request is that...
Does this issue occur when all extensions are disabled?: Yes - VS Code Version: 1.86.1 - OS Version: CentOS 7.9.2009 Steps to Reproduce: 1. Update VS Code to the latest...
Hi, I checked that bundle.l10n.json can only be set in English. In our extension, the strings in the code are in Spanish, like this: `const message = l10n.t('Hola'); ` This...