vscode
vscode copied to clipboard
Visual Studio Code
Does this issue occur when all extensions are disabled?: Yes - VS Code Version: 1.90.2 (installed with apt) - OS Version: see below vscode details: ``` Version: 1.90.2 Commit: 5437499feb04f7a586f677b155b039bc2b3669eb...
Type: Bug - OS Version: - ubuntu 20.04 - ubuntu 22.04 - fedora 36 - fedora 37 - VS Code Version: - [code-insiders_1.74.0-1669787647](https://code.visualstudio.com/insiders/) - [code_1.73.1-1667967334](https://code.visualstudio.com/Download) Steps to Reproduce: 1. start...
We currently have some issues with indentation when strings and comments are involved. We should ignore the indentation rules when the cursor is inside of a comment or string. This...
**What is a Perspective?** https://www.tutorialspoint.com/eclipse/eclipse_perspectives.htm https://www.eclipse.org/articles/using-perspectives/PerspectiveArticle.html Considering large projects with different components (backend, frontend projects with mix of languages) a feature similar to Eclipse IDE "perspectives" would be very useful...
Does this issue occur when all extensions are disabled?: Yes - VS Code Version: 1.91.0-insider - OS Version: MacOS 11 Steps to Reproduce: 1. Try running tests on macos 11...
VSCode markdown editor now syntactically highlights fenced math blocks. Katex rendering now supports fenced math blocks. They must be of the form ```math //math goes here ``` resolves #174731
Type: Bug some syntax functions doesn't highlight in a different color, just the default white. VS Code version: Code 1.90.2 (5437499feb04f7a586f677b155b039bc2b3669eb, 2024-06-18T22:34:26.404Z) OS version: Windows_NT x64 10.0.19045 Modes: Remote OS...
Type: Bug 1. Start a debugging session 2. Stop on a breakpoint 3. Try to drag tab to create a new window 4. Window is unresponsive Video of what was...
Type: Bug while compiling or running some java program even though the code is alright and works perfectly on any other vs code or any online platform my vs code...
The API was added in https://github.com/microsoft/TypeScript/pull/51769 but it's not used and I'm required to use the internal `codefix.registerCodeFix` for now.