microsoft/vscode-node-debug 226
A VS Code debug adapter for node
microsoft/vscode-mock-debug 170
Starter sample for developing debug adapters for VSCode.
A MakeCode project
🎬 ScreenToGif allows you to record a selected area of your screen, edit and save it as a gif or video.
isidorn/vscode-coverage-gutters 0
Display test coverage generated by lcov and xml - works with many languages
push eventmicrosoft/vscode
commit sha eaf3a5dcda417925f527a5ca1e0a8d51bffd0101
Move off deprecated resolve function Fixes #120328
commit sha fd709cc79fac601bf51b71016a6be2a33d2f41b8
Reduce calls to getShellEnvironment
commit sha 22d2f01347bf1dfdb842eb8684620bea6ab32a31
Fix compile
commit sha 5a78d3377f34b19a6650d5c7d10bf15e19d86aae
Merge pull request #121918 from microsoft/tyriar/120328 Move off deprecated resolve function
push time in 3 minutes
issue closedmicrosoft/vscode
Use resolveAsync in terminal Variable Resolver
With https://github.com/microsoft/vscode/issues/108804 we are trying to remove process.env from the configuration resolver service. The new way to get the environment is async and requires that the all the configuration resolver methods be async. I have started the adoption of the new async methods in https://github.com/microsoft/vscode/pull/120326, but there's one use in terminal that looks like it will require more work:
https://github.com/microsoft/vscode/blob/02d38098249bfaff610704d74031a2530126eb6f/src/vs/workbench/contrib/terminal/common/terminalEnvironment.ts#L266-L271
Option 1: Convert that use of resolve
to use resolveAsync
.
Option 2: I provide a new resolveWithEnv
method on the configuration resolver service that is sync, but requires you to pass in your own IProcessEnvironment
.
Which option makes the most sense here?
closed time in 3 minutes
alexr00issue commentmicrosoft/vscode
(Experimental duplicate detection) Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:
- Indent guides mismatch if statements without braces (#47006) <!-- score: 0.468 -->
- Auto closing brackets should try to balance brackets (#6841) <!-- score: 0.464 --> <!-- potential_duplicates_comment -->
comment created time in 5 minutes
issue openedmicrosoft/vscode
Issue Type: <b>Bug</b>
when i am using if statement and put condition which have already open and close bracket then if statement close bracket remove issue. example- if('abc'==test.getName()
in this case of typing, if statement remove close bracket at the end of statement, you can see above.
VS Code version: Code 1.55.2 (3c4e3df9e89829dce27b7b5c24508306b151f30d, 2021-04-13T09:35:57.887Z) OS version: Windows_NT x64 10.0.18363
<!-- generated by issue reporter -->
created time in 5 minutes
push eventmicrosoft/vscode
commit sha 7bd176faa1b7126ac8d92fc566b6912e54d45461
Adopt bash terminal icon
push time in 6 minutes
push eventmicrosoft/vscode
commit sha 4ae4ca97598ccc653c48dc9e764fa3b038bae1bc
Move dropdown with primary to base Part of #121836
push time in 10 minutes
issue commentmicrosoft/vscode
Access to Git server through SSH
It would appear that the function "sanitizeRemoteName" in extensions\git\src\commands.ts needs to be altered.
return name && name.replace(/^.|/.|..|~|^|:|/$|.lock$|.lock/|\|*|\s|^\s*$|.$|[|]$/g, '-');
This needs to be altered so that @ characters also get replaced by hyphens.
comment created time in 19 minutes
issue closedmicrosoft/vscode
Terminal's pty host process is unresponsive. Terminal crashes and Remote SSH disconnected.
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid creating duplicates. --> <!-- 🧪 Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- 💡 Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
- VS Code Version: 1.55.0 (Stable)
- OS Version: Windows 10 21H1 x64
Steps to Reproduce:
- Use VSCode a while or open few VSCode instances close few reopen few. Basically make sure terminal is opened in each instance by default then close.
- Terminal will crash. SSH will disconnect.
Honestly, I wouldn't mind the crashes for terminal but this causes my Remote SSH disconnects from the server and I have to reload all windows one by one. Even local VSCode crashes, all other open windows disconnects if they are connected to a SSH Server.
<!-- 🔧 Launch with code --disable-extensions
to check. -->
Does this issue occur when all extensions are disabled?: Yes
<!-- 🪓 If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- 📣 Issues caused by an extension need to be reported direct to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
Update
In my case, If I open second VSCode instance i got this error and all SSH sessions are terminated. No need to open few or close few. Just second instance triggers.
And sometimes, I had to restart my Windows because after receiving this error, even If I open 1 (one) instance of VSCode at a time, it stills disconnect from remote and unresponsive terminal error given. So, to be clear, once you get this error, its permanent. Since 2 hours I'm using single VSCode instance but I keep getting same issue every few minutes. I am going insane here.
closed time in 23 minutes
gencerissue commentmicrosoft/vscode
Terminal's pty host process is unresponsive. Terminal crashes and Remote SSH disconnected.
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.
Happy Coding!
comment created time in 23 minutes
issue closedmicrosoft/vscode
Garbled characters cannot be avoided
Issue Type: <b>Bug</b>
Open the file, set the encoding to EUC-JP, and type double-byte "~" in Japanese to save. Open it in another code editor (either Atom or sublime text) and If you change from UTF8 to EUC-JP, what is the previous ~? It has changed
VS Code version: Code 1.55.1 (08a217c4d27a02a5bcde898fd7981bda5b49391b, 2021-04-07T18:22:52.186Z) OS version: Darwin x64 18.7.0
<!-- generated by issue reporter -->
closed time in 23 minutes
tomginissue commentmicrosoft/vscode
Garbled characters cannot be avoided
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.
Happy Coding!
comment created time in 23 minutes
issue closedmicrosoft/vscode
Ctrl+x doesn't work, right arrow kye goes to end of the line
On Ubuntu 20 Ctrl+x doesn't work, right arrow key goes to end of the line.
closed time in 23 minutes
umbriaissue commentmicrosoft/vscode
Ctrl+x doesn't work, right arrow kye goes to end of the line
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.
Happy Coding!
comment created time in 23 minutes
issue closedmicrosoft/vscode
Terminal: code [directory] -r opens in all existing VS Code windows
Hoping for some insight here - not sure if this is expected behavior, or if I'm doing something incorrectly!
- Open two windows of VS Code.
- In the integrated terminal, navigate to another directory and type
code . -r
- Both VS Code windows will open to that directory.
Thank you! Michael
closed time in 23 minutes
mikatptissue commentmicrosoft/vscode
Terminal: code [directory] -r opens in all existing VS Code windows
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.
Happy Coding!
comment created time in 23 minutes
issue closedmicrosoft/vscode
Existing Login Form a Flat Responsive Widget Template :: W3layouts
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid creating duplicates. --> <!-- 🧪 Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- 💡 Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. -->
- VS Code Version:
- OS Version:
Steps to Reproduce:
<!-- 🔧 Launch with code --disable-extensions
to check. -->
Does this issue occur when all extensions are disabled?: Yes/No
<!-- 🪓 If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- 📣 Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
closed time in 23 minutes
lethanhha778issue closedmicrosoft/vscode
Editor markdown link hover doesn't display correctly
Text: - 
Pasted in via https://marketplace.visualstudio.com/items?itemName=hancel.markdown-image
closed time in 23 minutes
Tyriarissue commentmicrosoft/vscode
Existing Login Form a Flat Responsive Widget Template :: W3layouts
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.
Happy Coding!
comment created time in 23 minutes
issue commentmicrosoft/vscode
Editor markdown link hover doesn't display correctly
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.
Happy Coding!
comment created time in 23 minutes
issue closedmicrosoft/vscode
There's a bug whenever I move the terminal panel to the right. It keeps printing out the message in red that I need to report this bug.
closed time in 23 minutes
jyoonieissue commentmicrosoft/vscode
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.
Happy Coding!
comment created time in 23 minutes
issue closedmicrosoft/vscode
TS Server fatal error: Cannot read property 'charCount' of undefined
Issue Type: <b>Bug</b>
❗️❗️❗️ Please fill in the sections below to help us diagnose the issue ❗️❗️❗️
TypeScript Version: 4.2.3
Steps to reproduce crash 1. 2. 3.
TS Server Log ❗️Server logging disabled. To help us fix crashes like this, please enable logging by setting:
"typescript.tsserver.log": "verbose"
After enabling this setting, future crash reports will include the server log.
TS Server Error Stack
Server: syntax
TypeError: Cannot read property 'charCount' of undefined
at LineNode.walk (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:161682:44)
at LineIndex.edit (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:161570:31)
at ScriptVersionCache._getSnapshot (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:161360:47)
at ScriptVersionCache.lineOffsetToPosition (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:161379:29)
at TextStorage.lineOffsetToPosition (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:152728:33)
at ScriptInfo.lineOffsetToPosition (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:153083:41)
at /Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:159088:56
at Object.next (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:629:33)
at ProjectService.applyChangesToFile (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:158044:46)
at ProjectService.applyChangesInOpenFiles (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:158011:30)
at Session.handlers.ts.Map.ts.getEntries._a.<computed> (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:159079:46)
at /Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:160963:88
at IOSession.Session.executeWithRequestId (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:160954:28)
at IOSession.Session.executeCommand (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:160963:33)
at IOSession.Session.onMessage (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:160989:35)
at Interface.<anonymous> (/Applications/Visual Studio Code.app/Contents/Resources/app/extensions/node_modules/typescript/lib/tsserver.js:163650:31)
at Interface.emit (events.js:315:20)
at Interface._onLine (readline.js:329:10)
at Interface._normalWrite (readline.js:474:12)
at Socket.ondata (readline.js:186:10)
at Socket.emit (events.js:315:20)
at addChunk (_stream_readable.js:295:12)
at readableAddChunk (_stream_readable.js:271:9)
at Socket.Readable.push (_stream_readable.js:212:10)
at Pipe.onStreamRead (internal/stream_base_commons.js:186:23)
VS Code version: Code 1.55.1 (08a217c4d27a02a5bcde898fd7981bda5b49391b, 2021-04-07T18:22:52.186Z) OS version: Darwin x64 20.3.0
<details> <summary>System Info</summary>
Item | Value |
---|---|
CPUs | Intel(R) Core(TM) i5-8279U CPU @ 2.40GHz (8 x 2400) |
GPU Status | 2d_canvas: enabled<br>gpu_compositing: enabled<br>metal: disabled_off<br>multiple_raster_threads: enabled_on<br>oop_rasterization: enabled<br>opengl: enabled_on<br>protected_video_decode: unavailable_off<br>rasterization: enabled<br>skia_renderer: disabled_off_ok<br>video_decode: enabled<br>webgl: enabled<br>webgl2: enabled |
Load (avg) | 2, 2, 3 |
Memory (System) | 8.00GB (0.46GB free) |
Process Argv | . --crash-reporter-id 7869fa73-8f5b-4003-b24b-14f2c11f87c8 |
Screen Reader | no |
VM | 0% |
</details><details><summary>Extensions (24)</summary>
Extension | Author (truncated) | Version |
---|---|---|
project-manager | ale | 12.1.0 |
vscode-color | ans | 0.4.5 |
gitignore | cod | 0.6.0 |
bracket-pair-colorizer | Coe | 1.0.61 |
vscode-eslint | dba | 2.1.19 |
git-extension-pack | don | 0.1.3 |
githistory | don | 0.6.16 |
gitlens | eam | 11.4.0 |
vscode-html-css | ecm | 1.10.2 |
vscode-npm-script | eg2 | 0.3.20 |
prettier-vscode | esb | 6.3.2 |
auto-rename-tag | for | 0.1.6 |
terminal | for | 0.0.10 |
beautify | Hoo | 1.5.0 |
rest-client | hum | 0.24.5 |
vscode-styled-components | jpo | 1.5.0 |
vscode-language-pack-ko | MS- | 1.55.2 |
indent-rainbow | ode | 7.5.0 |
material-icon-theme | PKi | 4.6.0 |
vscode-css-peek | pra | 4.1.3 |
LiveServer | rit | 5.6.1 |
autoimport | ste | 1.5.3 |
ReactSnippets | xab | 2.4.0 |
vscode-open-in-github | ziy | 1.3.6 |
</details><details> <summary>A/B Experiments</summary>
vsliv368:30146709
vsreu685:30147344
python383cf:30185419
vspor879:30202332
vspor708:30202333
vspor363:30204092
pythonvsdeb440:30248342
pythonvsded773:30248341
vstes627cf:30244335
pythonvspyt875:30259475
pythonvsnew554:30281908
pythontb:30283811
wslfolderdoccf:30282075
vspre833:30267464
pythonptprofiler:30281270
vshan820cf:30276953
pythondataviewer:30285071
vscus158cf:30286554
</details>
<!-- generated by issue reporter -->
closed time in 23 minutes
kimdabeebissue commentmicrosoft/vscode
TS Server fatal error: Cannot read property 'charCount' of undefined
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.
Happy Coding!
comment created time in 23 minutes
issue closedmicrosoft/vscode
input from file for debug code option in palette
if you add an option below for enter input file location for input or debug argument for the compiler it help the debug code for for getting the output it help the lot of competitive programmer for the debugging the code for passing the test cases
freopen("input.txt", "r" , stdin); if only for the getting input from file only during running but when we talk about debug it create big problem when input is large
closed time in 23 minutes
Navin009issue commentmicrosoft/vscode
input from file for debug code option in palette
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.
Happy Coding!
comment created time in 23 minutes
issue openedmicrosoft/vscode
Terminal Profiles not showing up properly
Version: 1.55.2 (user setup) Commit: 3c4e3df9e89829dce27b7b5c24508306b151f30d Date: 2021-04-13T09:37:00.942Z Electron: 11.3.0 Chrome: 87.0.4280.141 Node.js: 12.18.3 V8: 8.7.220.31-electron.0 OS: Windows_NT ia32 6.1.7601
Steps to Reproduce:
- Don't know
Does this issue occur when all extensions are disabled?: Don't know, probably yes
Actual Problem
Well, I have set up a few profiles in my settings(screenshot below), but in the integrated terminal, different profiles show up(screenshot below)! Please fix this!
Screenshots
P.S. - The terminal profiles feature is awesome BTW! :joy:
created time in 24 minutes
issue commentmicrosoft/vscode
Cannot set cell language via ui
(Experimental duplicate detection) Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:
- onDidChangeNotebookAssociation not fired on initial notebook open (#121904) <!-- score: 0.657 -->
- Webview post messages are not posted to the notebook controller (#121895) <!-- score: 0.518 --> <!-- potential_duplicates_comment -->
comment created time in 27 minutes
issue openedmicrosoft/vscode
Cannot set cell language via ui
<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions --> <!-- 🔎 Search existing issues to avoid creating duplicates. --> <!-- 🧪 Test using the latest Insiders build to see if your issue has already been fixed: https://code.visualstudio.com/insiders/ --> <!-- 💡 Instead of creating your report here, use 'Report Issue' from the 'Help' menu in VS Code to pre-fill useful information. --> Version: 1.56.0-insider (user setup) Commit: 7ce1499d9541ba2acf66cd30a9054bd7818a8f80 Date: 2021-04-22T05:13:14.711Z Electron: 12.0.4 Chrome: 89.0.4389.114 Node.js: 14.16.0 V8: 8.9.255.24-electron.0 OS: Windows_NT x64 10.0.19042
Steps to Reproduce:
- Clone pr dotnet/interactive#1286
- Go to folder src/dotnet-interactive-vscode/nsiders adn open with VSCode insiders
- Launch debugger
- Open .ipynb notebook
- Select a cell and try to change cell language using the mouse
The selector will flash on screen, can set the language for the selected cell only using the command palette
<!-- 🔧 Launch with code --disable-extensions
to check. -->
Does this issue occur when all extensions are disabled?: Yes/No
<!-- 🪓 If you answered No above, use 'Help: Start Extension Bisect' from Command Palette to try to identify the cause. --> <!-- 📣 Issues caused by an extension need to be reported directly to the extension publisher. The 'Help > Report Issue' dialog can assist with this. -->
created time in 27 minutes