vscode
vscode copied to clipboard
Visual Studio Code
Does this issue occur when all extensions are disabled?: Yes Version: 1.97.0-insider Commit: 9b0b13d9bfe21c3dfd227bfaa8ed5693e309a2e0 Date: 2025-01-08T05:06:32.681Z Electron: 32.2.7 ElectronBuildId: 10660205 Chromium: 128.0.6613.186 Node.js: 20.18.1 V8: 12.8.374.38-electron.0 OS: Linux x64 6.12.8-1-MANJARO...
Hi Team, I would like to know is there any way by which we can access the Test item which gets displayed in Test explorer VS code using vs code...
ADD ISSUE DESCRIPTION HERE all of my code is white rather than different aspects of the code being highlighted Version: 1.96.3 Commit: 91fbdddc47bc9c09064bf7acf133d22631cbf083 User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS...
Resolves: #230165 TODO: Copy all content to branch on upstream since build+tests wont run in fork based PR branch, if I recall correctly.
A couple of years ago in #165506, @fabiospampinato raised the idea of running TextMate grammars in JS using an Oniguruma to JS regex transpiler (for performance reasons and also potentially...
Git Bash uses special paths that map to Windows ones and then strictly uses the `/` separator:  We should support these well.
``` 3) vscode API - network proxy support basic auth: Error: Unexpected status code (expected 418): 200 at ClientRequest. (extensions/vscode-api-tests/src/singlefolder-tests/proxy.test.ts:115:14) at Object.onceWrapper (node:events:634:26) at ClientRequest.emit (node:events:531:35) at HTTPParser.parserOnIncomingClient (node:_http_client:698:27) at...
Some test cases: - `cd |` should show `C:\`, `D:\`, etc., whatever drives are available - `cd C:\|` should show dirs in `C:\` with same prefix (eg. `C:\Windows`) - `cd...
This PR addresses the issue https://github.com/microsoft/vscode/issues/237199 where the PowerShell type identifiers were not working on MacOS. This PR adds UTIs for the PowerShell type identifiers. Please feel free to comment...