Issue id
stringlengths
1
6
Summary
stringlengths
1
277
Created
stringdate
2015-11-13 16:34:23
2024-07-25 14:34:59
Resolved
stringlengths
0
25
Description
stringlengths
1
3.82k
Resolution
stringclasses
4 values
Description_all
stringlengths
3
3.9k
token_count
int16
6
1k
Duplicates
listlengths
0
7
Cluster
stringclasses
218 values
Num_duplicates
stringclasses
6 values
Has_duplicates
stringclasses
2 values
7541
Provide terminal font ligature setting (disabled by default)
2016-06-10 15:45:10+00:00
2017-02-17 22:14:22+00:00
I think... ![image](https://cloud.githubusercontent.com/assets/22350/15970061/0417147c-2f33-11e6-8623-e277b1e314df.png) It does look a bit weird. ๐Ÿ˜•
completed
Provide terminal font ligature setting (disabled by default) I think... ![image](https://cloud.githubusercontent.com/assets/22350/15970061/0417147c-2f33-11e6-8623-e277b1e314df.png) It does look a bit weird. ๐Ÿ˜•
79
[]
0
False
7533
Output wrapping is broken
2016-06-10 13:39:39+00:00
2016-06-15 10:37:14+00:00
We go through all that trouble to measure the height of each line in the output, by [counting the characters](https://github.com/Microsoft/vscode/blob/master/src/vs/workbench/parts/debug/browser/replViewer.ts#L121) and taking the width of the repl into account... and then we set the CSS to break words on wrap? ๐Ÿ˜• !...
completed
Output wrapping is broken We go through all that trouble to measure the height of each line in the output, by [counting the characters](https://github.com/Microsoft/vscode/blob/master/src/vs/workbench/parts/debug/browser/replViewer.ts#L121) and taking the width of the repl into account... and then we set the CSS to bre...
180
[]
0
False
7531
When saving all, save whatever files can be immediately saved, even if some can't be
2016-06-10 12:55:39+00:00
2016-06-13 14:47:34+00:00
If I have a bunch of unsaved files open, plus one or two new ('untitled') ones and then click 'save all', it immediately throws up a dialog asking me to 'save as' the untitled files. When i don't want to save them, none of the files have been saved. This makes little sense; those files that can be immediately saved...
completed
When saving all, save whatever files can be immediately saved, even if some can't be If I have a bunch of unsaved files open, plus one or two new ('untitled') ones and then click 'save all', it immediately throws up a dialog asking me to 'save as' the untitled files. When i don't want to save them, none of the files ha...
145
[]
0
False
7530
Integrated Terminal CJK characters display error
2016-06-10 12:44:26+00:00
2016-06-10 19:14:12+00:00
@Tyriar - VSCode Version:1.3.0-inside 2016-06-10 06:08 - OS Version:Windows 10 Steps to Reproduce: 1. Press Ctrl+` 2. There will be CJK characters word wrap error in the Terminal. ![image](https://cloud.githubusercontent.com/assets/8966236/15963425/804cc404-2f44-11e6-8c4a-6383de4897bb.png) 3. if resize th...
completed
Integrated Terminal CJK characters display error @Tyriar - VSCode Version:1.3.0-inside 2016-06-10 06:08 - OS Version:Windows 10 Steps to Reproduce: 1. Press Ctrl+` 2. There will be CJK characters word wrap error in the Terminal. ![image](https://cloud.githubusercontent.com/assets/8966236/15963425/804cc404-...
226
[]
0
False
7528
ENOSPC errors not showing up on the gui, but breaks intellisense.
2016-06-10 11:59:24+00:00
2016-07-14 14:12:49+00:00
- VSCode Version: 1.2 - OS Version: Linux Mint 17.4 x64 When using vscode on Mint Linux the intellisense starts as broken. with no clear indication of there being a problem. only after toggling the developer tools and looking at the console is it clear some problem exists and googling it brings up the FAQ. A u...
completed
ENOSPC errors not showing up on the gui, but breaks intellisense. - VSCode Version: 1.2 - OS Version: Linux Mint 17.4 x64 When using vscode on Mint Linux the intellisense starts as broken. with no clear indication of there being a problem. only after toggling the developer tools and looking at the console is it c...
214
[]
0
False
7527
Stray processes left when closing the main window
2016-06-10 11:46:32+00:00
2016-07-06 10:24:26+00:00
- VSCode Version: 1.2.0-1465219835 - OS Version: Linux Mint 17.3 Rosa (4.4.0-22-lowlatency #40~14.04.1-Ubuntu SMP PREEMPT Fri May 13 22:47:02 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux) Steps to Reproduce: 1. In terminal run `code`. 2. (sometimes optional) enable built-in terminal and run `ls` in it 3. Close the wi...
completed
Stray processes left when closing the main window - VSCode Version: 1.2.0-1465219835 - OS Version: Linux Mint 17.3 Rosa (4.4.0-22-lowlatency #40~14.04.1-Ubuntu SMP PREEMPT Fri May 13 22:47:02 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux) Steps to Reproduce: 1. In terminal run `code`. 2. (sometimes optional) enable bui...
362
[]
0
False
7518
HC Theme: icon glitch in opened editors
2016-06-10 08:50:37+00:00
2016-06-14 14:58:59+00:00
When having a dirty file: ![screen shot 2016-06-10 at 10 50 03](https://cloud.githubusercontent.com/assets/900690/15959062/21933376-2ef9-11e6-8548-0cc855eda7ed.png)
completed
HC Theme: icon glitch in opened editors When having a dirty file: ![screen shot 2016-06-10 at 10 50 03](https://cloud.githubusercontent.com/assets/900690/15959062/21933376-2ef9-11e6-8548-0cc855eda7ed.png)
75
[]
0
False
7515
Remove "Last checked" on update menu item
2016-06-10 06:55:59+00:00
2016-07-13 10:58:13+00:00
#978
completed
Remove "Last checked" on update menu item #978
17
[]
0
False
7508
Paste in 64bit PowerShell Terminal duplicates text pasted.
2016-06-10 00:06:54+00:00
2016-06-25 05:06:01+00:00
- VSCode Version: 1.3.0-insider - OS Version: Windows 10 Steps to Reproduce: 1. Copy text 2. Paste into 64bit powershell terminal. 3. Text that is pasted is duplicated 1-2 times. This is what is copied for example. ``` powershell // Place your settings in this file to overwrite default and user settings....
completed
Paste in 64bit PowerShell Terminal duplicates text pasted. - VSCode Version: 1.3.0-insider - OS Version: Windows 10 Steps to Reproduce: 1. Copy text 2. Paste into 64bit powershell terminal. 3. Text that is pasted is duplicated 1-2 times. This is what is copied for example. ``` powershell // Place your se...
332
[]
0
False
7505
Installation of extension only works if home-data-dir already exists
2016-06-09 22:42:37+00:00
2016-07-13 10:52:03+00:00
- VSCode Version: 1.2 - OS Version: Ubuntu LTS 14.04 Steps to Reproduce: 1. Don't open vscode (at least don't install an extension via vscode-gui) 2. from console: code --install-extension eg2.tslint 3. you get an error - no such file or directory: /home/vagrant/.vscode/extensions Temporary fix for me (I'm us...
completed
Installation of extension only works if home-data-dir already exists - VSCode Version: 1.2 - OS Version: Ubuntu LTS 14.04 Steps to Reproduce: 1. Don't open vscode (at least don't install an extension via vscode-gui) 2. from console: code --install-extension eg2.tslint 3. you get an error - no such file or direct...
166
[]
0
False
7498
./scripts/code.sh crashes when '1' is the first arg
2016-06-09 21:11:27+00:00
2016-07-13 10:54:25+00:00
Accidentally hit 1: ![image](https://cloud.githubusercontent.com/assets/2193314/15946497/f7b07f26-2e4b-11e6-8a42-ecb476300dc2.png)
completed
./scripts/code.sh crashes when '1' is the first arg Accidentally hit 1: ![image](https://cloud.githubusercontent.com/assets/2193314/15946497/f7b07f26-2e4b-11e6-8a42-ecb476300dc2.png)
78
[]
0
False
7492
VSCode/CodeHelper process is blocking folders (Cordova)
2016-06-09 19:47:24+00:00
2016-06-23 07:41:46+00:00
- VSCode Version: 1.2.0 - OS Version: Windows 7 Professional (7601: Service Pack 1) Steps to Reproduce: 1. Edit some file in VSCode. 2. Try to run cordova (compile, etc) ![process](https://cloud.githubusercontent.com/assets/1462548/15943923/838f6f1a-2e61-11e6-8114-786da361792d.png) When i try to compile my ...
completed
VSCode/CodeHelper process is blocking folders (Cordova) - VSCode Version: 1.2.0 - OS Version: Windows 7 Professional (7601: Service Pack 1) Steps to Reproduce: 1. Edit some file in VSCode. 2. Try to run cordova (compile, etc) ![process](https://cloud.githubusercontent.com/assets/1462548/15943923/838f6f1a-2e61-...
145
[]
0
False
7488
IntelliSense tooltip is not growing with more and larger text
2016-06-09 17:18:24+00:00
2016-07-13 15:06:10+00:00
- VSCode Version: 1.2.0 - OS Version: Windows 10.0.10586 Steps to Reproduce: 1. Make the font size larger than default in user settings 2. Write code that causes IntelliSense to raise a tooltip 3. Notice the truncated text due to the tooltip not growing to fit the content ### Repro screenshot ![image](https:...
completed
IntelliSense tooltip is not growing with more and larger text - VSCode Version: 1.2.0 - OS Version: Windows 10.0.10586 Steps to Reproduce: 1. Make the font size larger than default in user settings 2. Write code that causes IntelliSense to raise a tooltip 3. Notice the truncated text due to the tooltip not growi...
141
[]
0
False
7484
Integrated Terminal consumes a lot of memory
2016-06-09 15:21:26+00:00
2016-06-27 21:14:12+00:00
- VSCode Version: VS Code 1.2 - OS Version: OS X 10.11.5 Steps to Reproduce: 1. open integrated terminal 2. run `ls -lR /Applications` 3. watch Electron Helpers growing quickly in Activity Monitor: ![2016-06-09_17-19-13](https://cloud.githubusercontent.com/assets/1898161/15935062/4b8280a8-2e66-11e6-84e3-fb06...
completed
Integrated Terminal consumes a lot of memory - VSCode Version: VS Code 1.2 - OS Version: OS X 10.11.5 Steps to Reproduce: 1. open integrated terminal 2. run `ls -lR /Applications` 3. watch Electron Helpers growing quickly in Activity Monitor: ![2016-06-09_17-19-13](https://cloud.githubusercontent.com/assets/...
415
[]
0
False
7483
Php syntax highlighting in dark (defaul dark) theme
2016-06-09 15:19:49+00:00
2016-07-19 14:45:56+00:00
- VSCode Version: 1.2.0 - OS Version: Win10 Steps to Reproduce: 1. Create a new file e.g. test.php 2. Copy this: ``` html <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Test</title> </head> <body> <?php $someVar = 'hello'; ?> <?ph...
completed
Php syntax highlighting in dark (defaul dark) theme - VSCode Version: 1.2.0 - OS Version: Win10 Steps to Reproduce: 1. Create a new file e.g. test.php 2. Copy this: ``` html <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Test</title> </h...
222
[]
0
False
7481
No call stack shown if one frame refers to source that doesn't have a file name
2016-06-09 14:42:28+00:00
2016-06-09 20:21:32+00:00
- VSCode Version: 1.2 - OS Version: all Steps to Reproduce: use this snippet: ``` var f = new Function("return 1 + 2;"); var r = f(); ``` 1. set breakpoint on line 2 2. step into call to f ![2016-06-09_16-40-16](https://cloud.githubusercontent.com/assets/1898161/15933664/df32104e-2e60-11e6-9a42-c19cc8...
completed
No call stack shown if one frame refers to source that doesn't have a file name - VSCode Version: 1.2 - OS Version: all Steps to Reproduce: use this snippet: ``` var f = new Function("return 1 + 2;"); var r = f(); ``` 1. set breakpoint on line 2 2. step into call to f ![2016-06-09_16-40-16](https://cl...
139
[]
0
False
7474
Diff is broken
2016-06-09 13:04:31+00:00
2016-06-09 16:11:30+00:00
From https://twitter.com/k_cieslak/status/740857901351329793 Insiders build (post 1.2.0) ![bug](https://pbs.twimg.com/media/CkgOVQIVAAEBA70.jpg:large) Easily reproducible
completed
Diff is broken From https://twitter.com/k_cieslak/status/740857901351329793 Insiders build (post 1.2.0) ![bug](https://pbs.twimg.com/media/CkgOVQIVAAEBA70.jpg:large) Easily reproducible
71
[]
0
False
7466
Click twice to get cursor from terminal to editor
2016-06-09 08:43:53+00:00
2016-06-09 20:38:10+00:00
- VSCode Version: 1.2 - OS Version: Ubuntu 16.04 We need to click twice to get our cursor from integrated terminal to the file we are editing Steps to Reproduce: 1. Open a file to edit 2. Open embedded terminal 3. Click on terminal and type something. 4. Click on editor(Just above terminal) If you are edi...
completed
Click twice to get cursor from terminal to editor - VSCode Version: 1.2 - OS Version: Ubuntu 16.04 We need to click twice to get our cursor from integrated terminal to the file we are editing Steps to Reproduce: 1. Open a file to edit 2. Open embedded terminal 3. Click on terminal and type something. 4. Clic...
200
[]
0
False
7461
Windows Installer has two times a checkbox to launch after installation
2016-06-09 07:34:20+00:00
2016-07-21 14:37:43+00:00
The first one is "Launch Code after installation" somewhere before the installation begins The second one is after the installation and reads "Launch Visual Studio Code - Insiders"
completed
Windows Installer has two times a checkbox to launch after installation The first one is "Launch Code after installation" somewhere before the installation begins The second one is after the installation and reads "Launch Visual Studio Code - Insiders"
55
[]
0
False
7459
editor.wordBasedSuggestions shows up last in default settings?
2016-06-09 07:16:18+00:00
2016-06-09 07:52:47+00:00
I would expect settings to be grouped together but `editor.wordBasedSuggestions` shows up last: ![image](https://cloud.githubusercontent.com/assets/900690/15921591/be7815da-2e22-11e6-8d2e-4c20119c7623.png)
completed
editor.wordBasedSuggestions shows up last in default settings? I would expect settings to be grouped together but `editor.wordBasedSuggestions` shows up last: ![image](https://cloud.githubusercontent.com/assets/900690/15921591/be7815da-2e22-11e6-8d2e-4c20119c7623.png)
95
[]
0
False
7458
Runaway terminalProcess processes
2016-06-09 07:13:02+00:00
2016-06-09 07:33:01+00:00
These processes linger around long after I shutdown Code: ![image](https://cloud.githubusercontent.com/assets/22350/15921488/229a06c8-2e22-11e6-82a9-7bbec9ea3330.png) We usually [detect whether the parent process is dead](https://github.com/Microsoft/vscode/blob/master/src/vs/code/node/sharedProcessMain.ts#L31) t...
completed
Runaway terminalProcess processes These processes linger around long after I shutdown Code: ![image](https://cloud.githubusercontent.com/assets/22350/15921488/229a06c8-2e22-11e6-82a9-7bbec9ea3330.png) We usually [detect whether the parent process is dead](https://github.com/Microsoft/vscode/blob/master/src/vs/cod...
129
[]
0
False
7451
Terminal: cannot launch code.sh from integrated terminal
2016-06-09 05:48:43+00:00
2016-07-05 18:50:42+00:00
<img width="715" alt="screen shot 2016-06-09 at 07 48 24" src="https://cloud.githubusercontent.com/assets/900690/15919964/8ec93690-2e16-11e6-9047-5236ec0fdd11.png"> Maybe an issue with the cwd?
completed
Terminal: cannot launch code.sh from integrated terminal <img width="715" alt="screen shot 2016-06-09 at 07 48 24" src="https://cloud.githubusercontent.com/assets/900690/15919964/8ec93690-2e16-11e6-9047-5236ec0fdd11.png"> Maybe an issue with the cwd?
88
[]
0
False
7450
Terminal: Cannot set property 'innerHTML' of undefined
2016-06-09 05:45:43+00:00
2016-06-09 05:58:25+00:00
Seeing this when making the terminal visible in selfhost after having quite some output. It seems to try to access a div that is not existing in the array: <img width="1458" alt="screen shot 2016-06-09 at 07 44 54" src="https://cloud.githubusercontent.com/assets/900690/15919920/173df0b6-2e16-11e6-90e8-dededd2c457a.p...
completed
Terminal: Cannot set property 'innerHTML' of undefined Seeing this when making the terminal visible in selfhost after having quite some output. It seems to try to access a div that is not existing in the array: <img width="1458" alt="screen shot 2016-06-09 at 07 44 54" src="https://cloud.githubusercontent.com/assets...
123
[]
0
False
7448
Line breaks in terminal window when changed editor-fontsize in settings.json .
2016-06-09 03:36:19+00:00
2016-06-30 21:23:00+00:00
- VSCode Version: Version 1.3.0-insider Commit 7c75479a06da31ac73c8ac372acf37fc380e8091 Date 2016-06-09T02:08:47.725Z Shell 0.37.6 Renderer 49.0.2623.75 Node 5.10.0 - OS Version: Windows 10 1. ![animation](https://cloud.githubusercontent.com/assets/8449892/15918165/fd8984f4-2e3e-11e6-9710-024ad41bd779.gif)...
completed
Line breaks in terminal window when changed editor-fontsize in settings.json . - VSCode Version: Version 1.3.0-insider Commit 7c75479a06da31ac73c8ac372acf37fc380e8091 Date 2016-06-09T02:08:47.725Z Shell 0.37.6 Renderer 49.0.2623.75 Node 5.10.0 - OS Version: Windows 10 1. ![animation](https://cloud.githubus...
142
[]
0
False
7446
Intellisense on nodejs app files with no extension
2016-06-09 01:16:53+00:00
2016-09-26 20:24:15+00:00
- VSCode Version: 1.2.0 - OS Version: CentOS 7 -- NodeJS app Steps to Reproduce: 1. Use express-generator to create a nodejs app; it creates a bin/www file with no extension 2. When editing the bin/www file, with language mode as JavaScript, the require, process, etc. entries are indicated as errors. 3. If a ...
completed
Intellisense on nodejs app files with no extension - VSCode Version: 1.2.0 - OS Version: CentOS 7 -- NodeJS app Steps to Reproduce: 1. Use express-generator to create a nodejs app; it creates a bin/www file with no extension 2. When editing the bin/www file, with language mode as JavaScript, the require, proces...
398
[]
0
False
7442
Toggling the terminal off and on hides all characters
2016-06-09 00:02:43+00:00
2016-06-09 00:10:08+00:00
After introducing xterm
completed
Toggling the terminal off and on hides all characters After introducing xterm
20
[]
0
False
7436
Lost highlighting syntax with typescript
2016-06-08 20:39:09+00:00
2016-06-15 14:30:00+00:00
- VSCode Version: 1.2.0 - OS Version: Microsoft Windows 10 Steps to Reproduce: 1. Go to [https://www.typescriptlang.org/play/index.html](https://www.typescriptlang.org/play/index.html) 2. Copy the code of "Building a Raytracer" and paste in Visual Studio Code 3. See how after the line 261 VSCode lost the highlig...
completed
Lost highlighting syntax with typescript - VSCode Version: 1.2.0 - OS Version: Microsoft Windows 10 Steps to Reproduce: 1. Go to [https://www.typescriptlang.org/play/index.html](https://www.typescriptlang.org/play/index.html) 2. Copy the code of "Building a Raytracer" and paste in Visual Studio Code 3. See how a...
162
[]
0
False
7426
Code won't update on macOS
2016-06-08 16:00:45+00:00
2018-09-27 13:32:38+00:00
- VSCode Version: Version 1.3.0-insider (1.3.0-insider) 6bc81df453ab2156d2630fbb89ad7d0c80620420 - OS Version: OS X 10.11.5 Steps to Reproduce: 1. A message pops up saying there's a new version and Insiders will be updated after it restarts. 2. Click 'Update Now'. Code closes but doesn't reopen even after waitin...
completed
Code won't update on macOS - VSCode Version: Version 1.3.0-insider (1.3.0-insider) 6bc81df453ab2156d2630fbb89ad7d0c80620420 - OS Version: OS X 10.11.5 Steps to Reproduce: 1. A message pops up saying there's a new version and Insiders will be updated after it restarts. 2. Click 'Update Now'. Code closes but doesn...
210
[]
0
False
7424
line number and fold/unfold button are clashing with more than 10k lines
2016-06-08 15:03:49+00:00
2016-07-15 09:03:53+00:00
- VSCode Version: Version 1.2.0 Commit 809e7b30e928e0c430141b3e6abf1f63aaf55589 Date 2016-06-07T08:47:59.517Z Shell 0.37.6 Renderer 49.0.2623.75 Node 5.10.0 - OS Version: Ubuntu 14.04 Steps to Reproduce: 1. open a file w/ more than 10k lines 2. the fold/unfold button for arrays and objects is clash...
completed
line number and fold/unfold button are clashing with more than 10k lines - VSCode Version: Version 1.2.0 Commit 809e7b30e928e0c430141b3e6abf1f63aaf55589 Date 2016-06-07T08:47:59.517Z Shell 0.37.6 Renderer 49.0.2623.75 Node 5.10.0 - OS Version: Ubuntu 14.04 Steps to Reproduce: 1. open a file w/ more ...
198
[]
0
False
7423
non verbose TS compile does not work with watching task
2016-06-08 14:45:48+00:00
2016-07-12 08:50:22+00:00
Because our task seems to detect the "Finished building" message as indicator that the task has completed a chunk of work.
completed
non verbose TS compile does not work with watching task Because our task seems to detect the "Finished building" message as indicator that the task has completed a chunk of work.
42
[]
0
False
7420
terminal: default settings not matching schema
2016-06-08 14:31:37+00:00
2016-06-09 04:41:45+00:00
- Open the user settings - check the errors view - there's an warning on ``` json "terminal.integrated.fontSize": null, "terminal.integrated.lineHeight": null, ``` Expected 'number' If `null` is a valid value for these settings, change the schema to: ``` js 'terminal.integrated.fontSize': { .....
completed
terminal: default settings not matching schema - Open the user settings - check the errors view - there's an warning on ``` json "terminal.integrated.fontSize": null, "terminal.integrated.lineHeight": null, ``` Expected 'number' If `null` is a valid value for these settings, change the schema to: ``` j...
127
[]
0
False
7411
Add command ID for 'Collapse All' in Files Explorer
2016-06-08 12:33:02+00:00
2016-06-08 14:07:14+00:00
I would like to setup a keyboard shortcut for this action, but there is no corresponding command ID.
completed
Add command ID for 'Collapse All' in Files Explorer I would like to setup a keyboard shortcut for this action, but there is no corresponding command ID.
38
[]
0
False
7409
vscode locking git repo
2016-06-08 12:24:07+00:00
2016-07-12 07:57:12+00:00
- VSCode Version: 1.2.0 - OS Version: Windows 8.1 Steps to Reproduce: 1. Open a repo in vscode so that the git bindings are active, leave this running in the background 2. Do your git interaction with TortoiseGit as usual 3. Notice that tortoise will regularly and randomly give errors failing to perform various ...
completed
vscode locking git repo - VSCode Version: 1.2.0 - OS Version: Windows 8.1 Steps to Reproduce: 1. Open a repo in vscode so that the git bindings are active, leave this running in the background 2. Do your git interaction with TortoiseGit as usual 3. Notice that tortoise will regularly and randomly give errors fai...
304
[]
0
False
7408
terminal configuration tests are failing
2016-06-08 11:49:27+00:00
2016-06-08 11:50:36+00:00
workspace test are failing: ``` 1) Workbench - TerminalConfigHelper TerminalConfigHelper - getShell: TypeError: Cannot read property 'linux' of undefined at TerminalConfigHelper.getShell (out/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.js:131:66) at Context.<anonymous> (o...
completed
terminal configuration tests are failing workspace test are failing: ``` 1) Workbench - TerminalConfigHelper TerminalConfigHelper - getShell: TypeError: Cannot read property 'linux' of undefined at TerminalConfigHelper.getShell (out/vs/workbench/parts/terminal/electron-browser/terminalConfigHelper.js...
143
[]
0
False
7405
Hover rending does not format using mode specified in 'language'
2016-06-08 10:40:37+00:00
2016-06-08 15:10:27+00:00
- have a MarkedString with ``` js { language: 'html', value: "<element class='cell-title'>" } ``` - show as a hover from an extension Note that the hover is not styled with HTML syntax highlighter Issue is in https://github.com/Microsoft/vscode/blob/master/src/vs/editor/contrib/hover/browser/modesCo...
completed
Hover rending does not format using mode specified in 'language' - have a MarkedString with ``` js { language: 'html', value: "<element class='cell-title'>" } ``` - show as a hover from an extension Note that the hover is not styled with HTML syntax highlighter Issue is in https://github.com/Microso...
134
[]
0
False
7402
I lost "unused imports" warning
2016-06-08 09:46:38+00:00
2016-06-08 09:47:29+00:00
I am selfhosting with gulp-tsb running in VS Code and I am no longer seeing warnings for unused imports.
completed
I lost "unused imports" warning I am selfhosting with gulp-tsb running in VS Code and I am no longer seeing warnings for unused imports.
42
[]
0
False
7394
The OS magnifier can't follow the text input cursor in editor
2016-06-08 08:48:00+00:00
2019-08-07 13:05:52+00:00
- VSCode Version:1.1.1 - OS Version:windows7 Steps to Reproduce: 1. Press Win + R shortcut key to open the "Run Dialog", and input "magnify" to open the magnifier tool in the windows system. Then setting the magnifier to follow mouse pointer, follow keyboard focus, and follow text input cursor. 2. Open vscode,...
completed
The OS magnifier can't follow the text input cursor in editor - VSCode Version:1.1.1 - OS Version:windows7 Steps to Reproduce: 1. Press Win + R shortcut key to open the "Run Dialog", and input "magnify" to open the magnifier tool in the windows system. Then setting the magnifier to follow mouse pointer, follow ke...
188
[]
0
False
7392
Cannot read property 'projectFilename' of undefined
2016-06-08 08:41:39+00:00
2016-07-13 14:36:56+00:00
Starting to get these when switching between files in my JS/TS workspace: ``` [Extension Host] Object {seq: 0, type: "response", command: "projectInfo", request_seq: 13, success: falseโ€ฆ}command: "projectInfo"message: "Error processing request. Cannot read property 'projectFilename' of undefined"request_seq: 13seq: ...
completed
Cannot read property 'projectFilename' of undefined Starting to get these when switching between files in my JS/TS workspace: ``` [Extension Host] Object {seq: 0, type: "response", command: "projectInfo", request_seq: 13, success: falseโ€ฆ}command: "projectInfo"message: "Error processing request. Cannot read property...
132
[]
0
False
7386
Multiple monitors: git password prompt
2016-06-08 06:44:13+00:00
2017-04-25 14:16:10+00:00
- VSCode Version: 1.2.0 - OS Version: Ubuntu 14.04 Steps to Reproduce: 1. Commit 2. Click Synchronize Changes github password prompt will appear on the secondary monitor under all others windows. If there is anything in fullscreen on the secondary monitor you won't even notice that it has appeared.
completed
Multiple monitors: git password prompt - VSCode Version: 1.2.0 - OS Version: Ubuntu 14.04 Steps to Reproduce: 1. Commit 2. Click Synchronize Changes github password prompt will appear on the secondary monitor under all others windows. If there is anything in fullscreen on the secondary monitor you won't even n...
80
[]
0
False
7377
Linux integrated terminal mouse-wheel scrolling problems
2016-06-08 01:23:16+00:00
2016-06-10 19:25:21+00:00
- VSCode Version: 1.2.0 - OS Version: Ubuntu Xenial - .deb install Steps to Reproduce: 1. Open the integrated terminal 2. Do something that overpopulates the window with a lot of output (ie, 'make', or a long 'ls') 3. Try and scroll using the mouse wheel In windows, the terminal scrolls smoothly as expected. ...
completed
Linux integrated terminal mouse-wheel scrolling problems - VSCode Version: 1.2.0 - OS Version: Ubuntu Xenial - .deb install Steps to Reproduce: 1. Open the integrated terminal 2. Do something that overpopulates the window with a lot of output (ie, 'make', or a long 'ls') 3. Try and scroll using the mouse wheel ...
167
[]
0
False
7369
null error when executing runToCursor while not stopped in debugging
2016-06-07 23:31:43+00:00
2016-06-13 13:42:51+00:00
- VSCode Version: 1.2.0 - OS Version: all Steps to Reproduce: 1. Execute `editor.debug.action.runToCursor` from the command palette while not debugging 2. Get a `null` error: > Cannot read property 'onDidStop' of null ![runtocursornull](https://cloud.githubusercontent.com/assets/637952/15878118/49f1f646-2c...
completed
null error when executing runToCursor while not stopped in debugging - VSCode Version: 1.2.0 - OS Version: all Steps to Reproduce: 1. Execute `editor.debug.action.runToCursor` from the command palette while not debugging 2. Get a `null` error: > Cannot read property 'onDidStop' of null ![runtocursornull](h...
146
[]
0
False
7366
Run to cursor to a previously executed line results in a leaked breakpoint
2016-06-07 23:04:34+00:00
2016-06-15 07:56:55+00:00
- VSCode Version: 1.2.0 - OS Version: OS X I understand this is a result of the implementation of RunToCursorAction, which basically creates a breakpoint at the specified location, continues the execution, and remove the breakpoint once it has been hit. Steps to Reproduce: 1. Set a breakpoint and start debuggin...
completed
Run to cursor to a previously executed line results in a leaked breakpoint - VSCode Version: 1.2.0 - OS Version: OS X I understand this is a result of the implementation of RunToCursorAction, which basically creates a breakpoint at the specified location, continues the execution, and remove the breakpoint once it h...
204
[]
0
False
7357
Invoking the terminal sometimes yields an error "Cannot set property 'innerHTML' of undefined"
2016-06-07 20:48:02+00:00
2016-06-07 23:19:56+00:00
- VSCode Version: 1.2.0-insider - OS Version: Windows 10 - Git Bash Shell (relevant?) Steps to Reproduce: This only happens sometimes and is perhaps secondary to #7345? 1. <kbd>Ctrl</kbd>+<kbd>~</kbd> to invoke the integrated terminal 2. See that the terminal is invoked but blank and that this error popup is...
completed
Invoking the terminal sometimes yields an error "Cannot set property 'innerHTML' of undefined" - VSCode Version: 1.2.0-insider - OS Version: Windows 10 - Git Bash Shell (relevant?) Steps to Reproduce: This only happens sometimes and is perhaps secondary to #7345? 1. <kbd>Ctrl</kbd>+<kbd>~</kbd> to invoke the ...
175
[]
0
False
7353
Running build task in Code approximately 50% slower than in terminal
2016-06-07 20:08:11+00:00
2017-11-07 11:42:43+00:00
- VSCode Version: 1.2.0 - OS Version: Windows 7 Steps to Reproduce: 1. Run build task in Code (i.e. gulp dist) 2. Run same command in cmd.exe (or integrated terminal) Expected result: - Tasks should take about the same amount of time Actual result: - Build task takes ~20 seconds to finish in Code, while i...
completed
Running build task in Code approximately 50% slower than in terminal - VSCode Version: 1.2.0 - OS Version: Windows 7 Steps to Reproduce: 1. Run build task in Code (i.e. gulp dist) 2. Run same command in cmd.exe (or integrated terminal) Expected result: - Tasks should take about the same amount of time Actu...
108
[]
0
False
7352
Default terminal line height makes selection look awkward on large font size
2016-06-07 20:07:08+00:00
2016-06-08 17:28:38+00:00
On tyriar/xtermjs_terminal branch: ![image](https://cloud.githubusercontent.com/assets/2193314/15872904/b6001ca4-2cb0-11e6-8906-33f083b3d7c0.png)
completed
Default terminal line height makes selection look awkward on large font size On tyriar/xtermjs_terminal branch: ![image](https://cloud.githubusercontent.com/assets/2193314/15872904/b6001ca4-2cb0-11e6-8906-33f083b3d7c0.png)
86
[]
0
False
7346
Line breaks in Windows integrated terminal ignored when pasted
2016-06-07 18:46:33+00:00
2016-07-08 16:49:34+00:00
- VSCode Version: Windows 1.2.0 - OS Version: Windows 8.1 Steps to Reproduce: 1. Copy several lines of code (open notepad, type mkdir directory1[enter]mkdir directory2) 2. Paste code in integrated terminal, it pastes as a single command 'mkdir directory1mkdirdirectory2' with any line breaks removed. This happe...
completed
Line breaks in Windows integrated terminal ignored when pasted - VSCode Version: Windows 1.2.0 - OS Version: Windows 8.1 Steps to Reproduce: 1. Copy several lines of code (open notepad, type mkdir directory1[enter]mkdir directory2) 2. Paste code in integrated terminal, it pastes as a single command 'mkdir directo...
116
[]
0
False
7343
Cannot run node.js app through debugger tab
2016-06-07 18:15:12+00:00
2016-06-23 06:50:55+00:00
- VSCode Version: Version 1.3.0-insider (1.3.0-insider) (6bc81df453ab2156d2630fbb89ad7d0c80620420) - OS Version: OS X 10.11.5 Steps to Reproduce: Trying to launch a Node JS app give an error: Cannot launch debug target (spawn node ENOENT). Using Homebrew installed Nodejs (path to node command is /usr/local/...
completed
Cannot run node.js app through debugger tab - VSCode Version: Version 1.3.0-insider (1.3.0-insider) (6bc81df453ab2156d2630fbb89ad7d0c80620420) - OS Version: OS X 10.11.5 Steps to Reproduce: Trying to launch a Node JS app give an error: Cannot launch debug target (spawn node ENOENT). Using Homebrew installed...
414
[]
0
False
7333
Ctrl click opens peek
2016-06-07 15:36:52+00:00
2016-06-08 09:31:00+00:00
- Ctrl click on a class name, defined in another file - Editor switches to that file, but opens the reference peek UI on top as well
completed
Ctrl click opens peek - Ctrl click on a class name, defined in another file - Editor switches to that file, but opens the reference peek UI on top as well
42
[]
0
False
7329
Output pane is a performance bottleneck once it gets big enough
2016-06-07 14:29:48+00:00
2016-06-08 14:03:25+00:00
I started self hosting on the output pane, keeping it visible at all times. I feel the workbench getting super sluggish after 15 minutes of smooth development. I feel it while typing: it becomes slow. Clearing the output from the Output pane fixes it. In the following screenshots / timelines, I merely enter a newlin...
completed
Output pane is a performance bottleneck once it gets big enough I started self hosting on the output pane, keeping it visible at all times. I feel the workbench getting super sluggish after 15 minutes of smooth development. I feel it while typing: it becomes slow. Clearing the output from the Output pane fixes it. I...
330
[]
0
False
7327
Marketplace extension installation instructions are wrong
2016-06-07 13:34:54+00:00
2016-06-13 08:05:16+00:00
From @Tyriar, related to #7105 > I think this should be dealt with sooner rather than later, right now the installation advice given on the marketplace is wrong because of this. Consider https://marketplace.visualstudio.com/items?itemName=AdamCaviness.theme-monokai-dark-soda > > ![image](https://cloud.githubuserc...
completed
Marketplace extension installation instructions are wrong From @Tyriar, related to #7105 > I think this should be dealt with sooner rather than later, right now the installation advice given on the marketplace is wrong because of this. Consider https://marketplace.visualstudio.com/items?itemName=AdamCaviness.theme-m...
193
[]
0
False
7324
Terminal Bug: When running 'zsh', terminal window is cut off on scroll
2016-06-07 13:09:45+00:00
2016-07-05 18:36:23+00:00
- VSCode Version: 1.2.0 - OS Version: OS X El Capitan 10.11.5 Steps to Reproduce: 1. Open terminal in VS Code and run a long, scrollable command 2. Scroll terminal window up and see that it stays where it should 3. Run `zsh` and then try to scroll terminal window 4. See the terminal window jump to the left and ...
completed
Terminal Bug: When running 'zsh', terminal window is cut off on scroll - VSCode Version: 1.2.0 - OS Version: OS X El Capitan 10.11.5 Steps to Reproduce: 1. Open terminal in VS Code and run a long, scrollable command 2. Scroll terminal window up and see that it stays where it should 3. Run `zsh` and then try to s...
186
[]
0
False
7313
Opening terminal gives "Cannot set property 'innerHTML' of undefined"
2016-06-07 10:16:26+00:00
2016-06-09 02:54:47+00:00
- VSCode Version: 1.2.0-insider (24e811) - OS Version: Windows 10.0.10586 Steps to Reproduce: 1. Open integrated terminal 2. Type e.g. 'dir' and press enter 3. Toggle/close integrated terminal 4. Toggle/open integrated terminal Expected: Terminal opens Actual: Error: Cannot set property 'innerHTML' of undef...
completed
Opening terminal gives "Cannot set property 'innerHTML' of undefined" - VSCode Version: 1.2.0-insider (24e811) - OS Version: Windows 10.0.10586 Steps to Reproduce: 1. Open integrated terminal 2. Type e.g. 'dir' and press enter 3. Toggle/close integrated terminal 4. Toggle/open integrated terminal Expected: T...
153
[]
0
False
7307
Default settings contains warnings for Integrated terminal configuration options
2016-06-07 08:32:46+00:00
2016-06-09 07:20:13+00:00
- VSCode Version: - OS Version: Steps to Reproduce: 1. Open User settings 2. Open the problems view 3. Warnings are generated for integrated terminal configuration options Expected: There should not be any warnings generated from the settings file ![warnings from user settings](https://cloud.githubusercon...
completed
Default settings contains warnings for Integrated terminal configuration options - VSCode Version: - OS Version: Steps to Reproduce: 1. Open User settings 2. Open the problems view 3. Warnings are generated for integrated terminal configuration options Expected: There should not be any warnings generated fro...
274
[]
0
False
7301
Set locale variables automatically for the integrated terminal
2016-06-07 07:18:57+00:00
2017-02-27 23:12:19+00:00
- VSCode Version: 1.2.0 - OS Version: OSX 10.11.5 Steps to Reproduce: 1. I use ZSH for shell. 2. Open Integrated Terminal and run `locale`. 3. Locale is not set properly. Here is my result: ``` LANG= LC_COLLATE="C" LC_CTYPE="C" LC_MESSAGES="C" LC_MONETARY="C" LC_NUMERIC="C" LC_TIME="C" LC_ALL= ``` ...
completed
Set locale variables automatically for the integrated terminal - VSCode Version: 1.2.0 - OS Version: OSX 10.11.5 Steps to Reproduce: 1. I use ZSH for shell. 2. Open Integrated Terminal and run `locale`. 3. Locale is not set properly. Here is my result: ``` LANG= LC_COLLATE="C" LC_CTYPE="C" LC_MESSAGES="C"...
286
[]
0
False
7293
`Error: end of central directory record signature not found` on Linux Travis tests
2016-06-07 04:34:38+00:00
2016-06-07 08:51:01+00:00
I'm seeing Travis failures for `vscode-go` with this error, but only on Linux, not OS/X. This is seen building the current master branch of https://github.com/Microsoft/vscode-go. It looks like a different issue than #2384 though that led to the same error message. ``` $ npm test --silent ### VS Code Extensi...
completed
`Error: end of central directory record signature not found` on Linux Travis tests I'm seeing Travis failures for `vscode-go` with this error, but only on Linux, not OS/X. This is seen building the current master branch of https://github.com/Microsoft/vscode-go. It looks like a different issue than #2384 though t...
486
[]
0
False
7292
Find all references in CSS cuts off before hyphen in property name
2016-06-07 04:34:15+00:00
2016-06-07 10:09:31+00:00
- VSCode Version: Version 1.2.0 (1.2.0) - OS Version: OS X 10.lostCount Steps to Reproduce: 1. Right click on a CSS property value 2. Find all occurrences Expected: See all of the property name as even the longest CSS properties are not that long Actual: It seems in most cases it trims before t...
completed
Find all references in CSS cuts off before hyphen in property name - VSCode Version: Version 1.2.0 (1.2.0) - OS Version: OS X 10.lostCount Steps to Reproduce: 1. Right click on a CSS property value 2. Find all occurrences Expected: See all of the property name as even the longest CSS properties are n...
267
[]
0
False
7291
Please set up the launch configuration file for your application
2016-06-07 03:42:54+00:00
2016-06-13 14:12:17+00:00
- VSCode Version:1.2.0 - OS Version:Windows 10 Steps to Reproduce: 1. I updated VSCode to 1.2.0 2. When i debug a nodejs app and set config, but VSCode still tell me to set up config ![image](https://cloud.githubusercontent.com/assets/18693746/15845357/e784a134-2ca4-11e6-91d5-cfb46c330927.png)
completed
Please set up the launch configuration file for your application - VSCode Version:1.2.0 - OS Version:Windows 10 Steps to Reproduce: 1. I updated VSCode to 1.2.0 2. When i debug a nodejs app and set config, but VSCode still tell me to set up config ![image](https://cloud.githubusercontent.com/assets/18693746/15...
116
[]
0
False
7269
F1 and keybinding customization doesn't work in the integrated terminal
2016-06-06 21:47:21+00:00
2016-08-08 16:08:55+00:00
- VSCode Version: Insiders 1.2.0 - OS Version: Windows 10 Insider Build 14332 Steps to Reproduce: 1. Open Terminal 2. Make sure Terminal has focus 3. Press F1 key to invoke Command Palette 4. Command Palette doesn't open Cheers, **Trevor Sullivan** Microsoft MVP: Cloud & Data Center Management https://tr...
completed
F1 and keybinding customization doesn't work in the integrated terminal - VSCode Version: Insiders 1.2.0 - OS Version: Windows 10 Insider Build 14332 Steps to Reproduce: 1. Open Terminal 2. Make sure Terminal has focus 3. Press F1 key to invoke Command Palette 4. Command Palette doesn't open Cheers, **Trev...
111
[]
0
False
7256
Fix "Test soft idle start/stop events" test
2016-06-06 17:44:34+00:00
2016-06-07 07:14:21+00:00
@joaomoreno your change in https://github.com/Microsoft/vscode/commit/483c63bc0cbabe28f18e9a91b9637d582c75aead causes many test errors. One issue I could fix easily in https://github.com/Microsoft/vscode/commit/4ede18f76f8ed3cfe1374591a814ca42996c8049. There is another test that seems to mock the eventing and I comm...
completed
Fix "Test soft idle start/stop events" test @joaomoreno your change in https://github.com/Microsoft/vscode/commit/483c63bc0cbabe28f18e9a91b9637d582c75aead causes many test errors. One issue I could fix easily in https://github.com/Microsoft/vscode/commit/4ede18f76f8ed3cfe1374591a814ca42996c8049. There is another tes...
193
[]
0
False
7251
Changing the Color Theme breaks Terminal
2016-06-06 13:16:15+00:00
2016-06-29 18:48:00+00:00
- VSCode Version: Version 1.2.0-insider Commit 7ccb21d7e7256a7d42f3dda8b2d3721b8e59724f - OS Version: Fedora 23 Steps to Reproduce: 1. Open Terminal 2. Change Color Theme Terminal is then broken until VSCode is restarted ![anim](https://cloud.githubusercontent.com/assets/763861/15823098/7f599b88-2bf9-11e6-8...
completed
Changing the Color Theme breaks Terminal - VSCode Version: Version 1.2.0-insider Commit 7ccb21d7e7256a7d42f3dda8b2d3721b8e59724f - OS Version: Fedora 23 Steps to Reproduce: 1. Open Terminal 2. Change Color Theme Terminal is then broken until VSCode is restarted ![anim](https://cloud.githubusercontent.com/as...
136
[]
0
False
7247
Problem view should show source information
2016-06-06 10:54:36+00:00
2016-06-07 16:13:01+00:00
- VSCode Version: alpha - OS Version: all Markers carry a source attribute (e.g eslint, ts,js, ...). If present it should be rendered in the problems view.
completed
Problem view should show source information - VSCode Version: alpha - OS Version: all Markers carry a source attribute (e.g eslint, ts,js, ...). If present it should be rendered in the problems view.
54
[]
0
False
7244
Errors in Untitled files stay around
2016-06-06 09:26:32+00:00
2016-06-06 09:53:49+00:00
1. Create a new Untitled file 2. Type `const hello;` in it 3. Change its mode to JavaScript 4. Close the file, don't save There is an error laying around in the Problems view
completed
Errors in Untitled files stay around 1. Create a new Untitled file 2. Type `const hello;` in it 3. Change its mode to JavaScript 4. Close the file, don't save There is an error laying around in the Problems view
58
[]
0
False
7237
Output should not scroll beyond the last line
2016-06-06 07:40:23+00:00
2016-06-06 08:14:42+00:00
There is no reason for having the Output scroll beyond the last line in the buffer, unlike the common editors. @alexandrudima There is a setting for this, right? ![image](https://cloud.githubusercontent.com/assets/22350/15815045/94d0b44e-2bca-11e6-9ade-5fb4f95b25ea.png)
completed
Output should not scroll beyond the last line There is no reason for having the Output scroll beyond the last line in the buffer, unlike the common editors. @alexandrudima There is a setting for this, right? ![image](https://cloud.githubusercontent.com/assets/22350/15815045/94d0b44e-2bca-11e6-9ade-5fb4f95b25ea.pn...
104
[]
0
False
7235
Rename action to `View: Toggle Problems`
2016-06-06 07:35:06+00:00
2016-06-06 08:26:00+00:00
Just like `View: Toggle Output`. ![screen shot 2016-06-06 at 09 34 03](https://cloud.githubusercontent.com/assets/22350/15814909/e4b30d6e-2bc9-11e6-94a6-a5b5e0f6efd3.png)
completed
Rename action to `View: Toggle Problems` Just like `View: Toggle Output`. ![screen shot 2016-06-06 at 09 34 03](https://cloud.githubusercontent.com/assets/22350/15814909/e4b30d6e-2bc9-11e6-94a6-a5b5e0f6efd3.png)
89
[]
0
False
7234
path.join fails on './'
2016-06-06 07:01:50+00:00
2016-06-06 07:16:28+00:00
- Set a breakpoint in TMSyntax.ts, line 106, make it conditional: `syntax.language === "css"` - restart VS code, extensionFolderPath is: `/home/aeschli/workspaces/vscode/extensions/css` syntax path is: `./syntaxes/css.plist` result of join is: `/home/aeschli/workspaces/vscode/extensions/css`
completed
path.join fails on './' - Set a breakpoint in TMSyntax.ts, line 106, make it conditional: `syntax.language === "css"` - restart VS code, extensionFolderPath is: `/home/aeschli/workspaces/vscode/extensions/css` syntax path is: `./syntaxes/css.plist` result of join is: `/home/aeschli/workspaces/vscode/extension...
126
[]
0
False
7223
Opened editors: selection not updating in all cases properly
2016-06-05 07:11:09+00:00
2016-06-14 13:52:36+00:00
Start empty. Press Cmd+1 to open the first editor and then Cmd+2 for the second. The second is not getting selected: ![editors](https://cloud.githubusercontent.com/assets/900690/15804098/687c7c2a-2afd-11e6-9fc0-230337e582f4.gif)
completed
Opened editors: selection not updating in all cases properly Start empty. Press Cmd+1 to open the first editor and then Cmd+2 for the second. The second is not getting selected: ![editors](https://cloud.githubusercontent.com/assets/900690/15804098/687c7c2a-2afd-11e6-9fc0-230337e582f4.gif)
97
[]
0
False
7220
--help formatting is bad after localization
2016-06-04 23:59:06+00:00
2016-07-07 16:53:45+00:00
cc @joaomoreno Standard sized (80 width) terminal: ![image](https://cloud.githubusercontent.com/assets/2193314/15802830/7a6c70d0-2a75-11e6-8971-342eff7895e4.png) This is what is was like before: ![image](https://cloud.githubusercontent.com/assets/2193314/15802833/8b6528c8-2a75-11e6-8cd8-de0894cd53a3.png)
completed
--help formatting is bad after localization cc @joaomoreno Standard sized (80 width) terminal: ![image](https://cloud.githubusercontent.com/assets/2193314/15802830/7a6c70d0-2a75-11e6-8971-342eff7895e4.png) This is what is was like before: ![image](https://cloud.githubusercontent.com/assets/2193314/15802833...
140
[]
0
False
7218
Backspace does not handle certain emoji correctly
2016-06-04 22:43:54+00:00
2017-08-28 10:24:12+00:00
Version: 1.2.0-insider Commit: 7ccb21d7e7256a7d42f3dda8b2d3721b8e59724f Steps to Reproduce: 1. Type an emoji such as "๐Ÿ’ฉ". 2. Delete an emoji character using [Backspace] key. 3. You can see only a half of the character is deleted. Interestingly, cursor move, [Delete] key work correctly with the character. ...
completed
Backspace does not handle certain emoji correctly Version: 1.2.0-insider Commit: 7ccb21d7e7256a7d42f3dda8b2d3721b8e59724f Steps to Reproduce: 1. Type an emoji such as "๐Ÿ’ฉ". 2. Delete an emoji character using [Backspace] key. 3. You can see only a half of the character is deleted. Interestingly, cursor move, [...
173
[]
0
False
7217
StringEditorInput cache of DebugService is seriously flawed
2016-06-04 22:29:54+00:00
2016-06-05 16:21:59+00:00
the debugStringEditorInputs cache in DebugService has the following serious problems: - the source content is always requested from the debug adapter so there is no need for a cache, - cache hit is determined by uri, but correct and available new content is ignored and stale content is returned instead, - cache is n...
completed
StringEditorInput cache of DebugService is seriously flawed the debugStringEditorInputs cache in DebugService has the following serious problems: - the source content is always requested from the debug adapter so there is no need for a cache, - cache hit is determined by uri, but correct and available new content is ...
130
[]
0
False
7204
Finding in problems does not expand nodes
2016-06-04 06:27:33+00:00
2016-07-27 15:04:14+00:00
When I search for problems we do not expand collapsed nodes automatically but we should.
completed
Finding in problems does not expand nodes When I search for problems we do not expand collapsed nodes automatically but we should.
31
[]
0
False
7196
File Type column in the File Explorer on Windows shows "Visual Studio Code" rather than the actual file type
2016-06-03 17:24:25+00:00
2016-07-12 07:55:28+00:00
- VSCode Version: 1.1.1 - OS Version: Windows 10 Pro Steps to Reproduce: 1. Try to open a file (any extension: xml, html, js, cpp, etc.). Windows prompts for default way to open the file. Choose Visual Studio Code 2. The file explorer now shows the file type being Visual Studio Code in the Type column. The pro...
completed
File Type column in the File Explorer on Windows shows "Visual Studio Code" rather than the actual file type - VSCode Version: 1.1.1 - OS Version: Windows 10 Pro Steps to Reproduce: 1. Try to open a file (any extension: xml, html, js, cpp, etc.). Windows prompts for default way to open the file. Choose Visual Stud...
364
[]
0
False
7192
integrated terminal doesn't redraw correctly
2016-06-03 16:05:03+00:00
2016-07-05 17:54:40+00:00
- VSCode Version: 1.2.0 - Insider - OS Version: Windows 7 Steps to Reproduce: 1. Resize the terminal to be very narrow so that some text gets cut off 2. Resize it back to normal size 3. See that the text is either still cut off or drawn in a weird way notice how "All rights reserved" is not redrawn ![a](http...
completed
integrated terminal doesn't redraw correctly - VSCode Version: 1.2.0 - Insider - OS Version: Windows 7 Steps to Reproduce: 1. Resize the terminal to be very narrow so that some text gets cut off 2. Resize it back to normal size 3. See that the text is either still cut off or drawn in a weird way notice how "A...
239
[]
0
False
7183
Search results navigation in Tree using keyboard is not consistent as using mouse
2016-06-03 11:03:27+00:00
2016-06-03 14:12:31+00:00
Navigation in search results is as follows: Using Mouse - clicking with the mouse keeps focus in the tree - double click moves focus to the editor - Cmd/Ctrl+click opens the editor to the side Using Keyboard - There is no way to do what mouse single click is doing - There is no way to do what Cmd/Ctrl+click ...
completed
Search results navigation in Tree using keyboard is not consistent as using mouse Navigation in search results is as follows: Using Mouse - clicking with the mouse keeps focus in the tree - double click moves focus to the editor - Cmd/Ctrl+click opens the editor to the side Using Keyboard - There is no way t...
99
[]
0
False
7180
Explorer activity icon unsaved count decoration stays around
2016-06-03 09:15:55+00:00
2016-06-03 13:08:33+00:00
1. Create a new Untitled file <kbd>Cmd N</kbd> 2. Type something 3. Close the file, don't save ![image](https://cloud.githubusercontent.com/assets/22350/15774429/7fa2d912-297c-11e6-9743-1c8a87c18fa8.png)
completed
Explorer activity icon unsaved count decoration stays around 1. Create a new Untitled file <kbd>Cmd N</kbd> 2. Type something 3. Close the file, don't save ![image](https://cloud.githubusercontent.com/assets/22350/15774429/7fa2d912-297c-11e6-9743-1c8a87c18fa8.png)
94
[]
0
False
7173
marker list should toggle when pressing the status bar again
2016-06-03 08:13:12+00:00
2016-06-03 08:46:49+00:00
- press marker indication in status bar - marker list shows - press marker indication again - โšก the list should hide
completed
marker list should toggle when pressing the status bar again - press marker indication in status bar - marker list shows - press marker indication again - โšก the list should hide
41
[]
0
False
7162
Open editors list lost middle click to close file
2016-06-03 01:21:02+00:00
2016-06-03 15:23:59+00:00
https://github.com/Microsoft/vscode/issues/56
completed
Open editors list lost middle click to close file https://github.com/Microsoft/vscode/issues/56
29
[]
0
False
7160
Opening Command Palette is removing the current line' indicator
2016-06-03 00:55:56+00:00
2016-06-29 21:18:53+00:00
- VSCode Version: 1.2.0-insider - OS Version: Windows Steps to Reproduce: 1. Put the cursor in any line, Code indicates the _current line_ with a full line border 2. Opens `Command Palette` (`Ctrl + P`) 3. The _current line indication_ disappears, until you closes the `Command Palette` or any `QuickPick` that yo...
completed
Opening Command Palette is removing the current line' indicator - VSCode Version: 1.2.0-insider - OS Version: Windows Steps to Reproduce: 1. Put the cursor in any line, Code indicates the _current line_ with a full line border 2. Opens `Command Palette` (`Ctrl + P`) 3. The _current line indication_ disappears, u...
222
[]
0
False
7154
Modifying and saving this file did not pin it
2016-06-02 19:37:26+00:00
2016-06-06 06:07:17+00:00
Version 1.2.0-alpha Commit 81ab7e3332cca6610078063dc830f71ba3986d4b Date 2016-05-31T18:40:39.797Z Ubuntu 16.04 Not sure what I did in particular but it is not in this state: ![image](https://cloud.githubusercontent.com/assets/2193314/15758270/a7c26b74-28be-11e6-82a0-2733c128cc35.png)
completed
Modifying and saving this file did not pin it Version 1.2.0-alpha Commit 81ab7e3332cca6610078063dc830f71ba3986d4b Date 2016-05-31T18:40:39.797Z Ubuntu 16.04 Not sure what I did in particular but it is not in this state: ![image](https://cloud.githubusercontent.com/assets/2193314/15758270/a7c26b74-28be-11e6-82a...
125
[]
0
False
7153
Visual Studio Code doesn't open when there is an Admin VSCode open
2016-06-02 18:05:24+00:00
2016-07-05 17:52:28+00:00
- VSCode Version: 1.1.1 - OS Version: Windows 10 Steps to Reproduce: 1. launch a command line with admin privileges 2. from this command line, type "code .". Observe VS Code open 3. Launch a command line without admin privileges 4. from this command line, type "code .". Expected: VS Code opens in a new windo...
completed
Visual Studio Code doesn't open when there is an Admin VSCode open - VSCode Version: 1.1.1 - OS Version: Windows 10 Steps to Reproduce: 1. launch a command line with admin privileges 2. from this command line, type "code .". Observe VS Code open 3. Launch a command line without admin privileges 4. from this com...
111
[]
0
False
7149
Markers: deleting a file should remove its markers
2016-06-02 17:29:27+00:00
2016-06-03 10:10:27+00:00
Currently markers stay.
completed
Markers: deleting a file should remove its markers Currently markers stay.
21
[]
0
False
7148
Problems: content in tree is not aligned in the center nicely
2016-06-02 17:28:26+00:00
2016-06-02 18:41:35+00:00
Every item in the list has 22px of height but entries do not specify a line-height property of 22px, so the text looks more aligned to the top.
completed
Problems: content in tree is not aligned in the center nicely Every item in the list has 22px of height but entries do not specify a line-height property of 22px, so the text looks more aligned to the top.
56
[]
0
False
7145
Problems: there is a padding/margin to the left of the tree
2016-06-02 17:19:54+00:00
2016-06-02 18:41:14+00:00
<img width="409" alt="screen shot 2016-06-02 at 19 19 05" src="https://cloud.githubusercontent.com/assets/900690/15754115/ef6f1d18-28f6-11e6-8059-67ef31f59e36.png"> I would expect the selection to go all the way to the left and right.
completed
Problems: there is a padding/margin to the left of the tree <img width="409" alt="screen shot 2016-06-02 at 19 19 05" src="https://cloud.githubusercontent.com/assets/900690/15754115/ef6f1d18-28f6-11e6-8059-67ef31f59e36.png"> I would expect the selection to go all the way to the left and right.
104
[]
0
False
7144
Problems: tree should not be clickable when there are no problems
2016-06-02 17:18:23+00:00
2016-06-02 18:23:35+00:00
<img width="623" alt="screen shot 2016-06-02 at 16 32 30" src="https://cloud.githubusercontent.com/assets/900690/15754073/bdba2c72-28f6-11e6-8abe-2aeeaff16fb9.png"> Maybe just hide it if you show the message?
completed
Problems: tree should not be clickable when there are no problems <img width="623" alt="screen shot 2016-06-02 at 16 32 30" src="https://cloud.githubusercontent.com/assets/900690/15754073/bdba2c72-28f6-11e6-8abe-2aeeaff16fb9.png"> Maybe just hide it if you show the message?
96
[]
0
False
7136
Can't add a new function breakpoint
2016-06-02 14:38:14+00:00
2016-06-02 17:43:23+00:00
- Click the `Add Function Breakpoint` action - Type `y u no close?` - Press <kbd>Enter</kbd> Breakpoint shows up and goes back to its rename state instantly. I can only get out of it by pressing <kbd>Escape</kbd>
completed
Can't add a new function breakpoint - Click the `Add Function Breakpoint` action - Type `y u no close?` - Press <kbd>Enter</kbd> Breakpoint shows up and goes back to its rename state instantly. I can only get out of it by pressing <kbd>Escape</kbd>
79
[]
0
False
7121
Peak definition close button is off center
2016-06-02 07:18:13+00:00
2016-06-03 08:49:03+00:00
Needs to be shifted 1px down ![image](https://cloud.githubusercontent.com/assets/2193314/15736851/68089c90-2857-11e6-9b2e-1fbe7dc0e422.png)
completed
Peak definition close button is off center Needs to be shifted 1px down ![image](https://cloud.githubusercontent.com/assets/2193314/15736851/68089c90-2857-11e6-9b2e-1fbe7dc0e422.png)
68
[]
0
False
7118
Terminal scrolling issue
2016-06-02 06:53:16+00:00
2016-06-16 17:16:41+00:00
- VSCode Version: 1.2.0-Insider - OS Version: Elementary OS Steps to Reproduce: 1. When i execute a command in integrated terminal then output is not show properly and I am not able to scroll up and down sometime. i.e. some text is just hidden and scroll not functional.
completed
Terminal scrolling issue - VSCode Version: 1.2.0-Insider - OS Version: Elementary OS Steps to Reproduce: 1. When i execute a command in integrated terminal then output is not show properly and I am not able to scroll up and down sometime. i.e. some text is just hidden and scroll not functional.
74
[]
0
False
7117
Source map don't refresh after source change/save & node restart. Attaching/re-attaching to Meteor.js server (meteor debug)
2016-06-02 06:36:39+00:00
2016-06-06 09:40:40+00:00
- VSCode Version: 1.1.1 - OS Version: Linux Mint 14 64bit Steps to Reproduce: 1. Start any meteor application via "meteor debug" 2. When node pauses, attached debugger { "name": "Attach Server", "type": "node", "request": "attach", "port": 5858, ...
completed
Source map don't refresh after source change/save & node restart. Attaching/re-attaching to Meteor.js server (meteor debug) - VSCode Version: 1.1.1 - OS Version: Linux Mint 14 64bit Steps to Reproduce: 1. Start any meteor application via "meteor debug" 2. When node pauses, attached debugger { ...
504
[]
0
False
7116
Powerline fonts in terminal incorrect
2016-06-02 06:27:45+00:00
2016-06-15 18:03:07+00:00
- VSCode Version: 1.2.0-insiders - OS Version: OSX Steps to Reproduce: 1. Open Code from terminal 2. Open integrated terminal 3. See fonts are broken 4. This may be some Powerline font issue in tty but seems to work ok in Atom integrated terminal ok 5. Picture below shows code, bottom terminal is what it shoul...
completed
Powerline fonts in terminal incorrect - VSCode Version: 1.2.0-insiders - OS Version: OSX Steps to Reproduce: 1. Open Code from terminal 2. Open integrated terminal 3. See fonts are broken 4. This may be some Powerline font issue in tty but seems to work ok in Atom integrated terminal ok 5. Picture below shows ...
139
[]
0
False
7115
[xml] does not work with characters other than the Latin
2016-06-02 05:45:57+00:00
2016-07-05 19:06:46+00:00
- VSCode Version: 1.1.1 - OS Version: Windows 10 Steps to Reproduce: - Open attached sample_utf.xml ![image](https://cloud.githubusercontent.com/assets/1981785/15735044/053b6d94-289e-11e6-9504-35bc8d9d0744.png) [sample_utf.zip](https://github.com/Microsoft/vscode/files/294882/sample_utf.zip) Regards, Serg...
completed
[xml] does not work with characters other than the Latin - VSCode Version: 1.1.1 - OS Version: Windows 10 Steps to Reproduce: - Open attached sample_utf.xml ![image](https://cloud.githubusercontent.com/assets/1981785/15735044/053b6d94-289e-11e6-9504-35bc8d9d0744.png) [sample_utf.zip](https://github.com/Micr...
132
[]
0
False
7108
Consistently hitting heap limits during optimize-vscode
2016-06-01 22:24:45+00:00
2016-07-06 20:21:50+00:00
- VSCode Version: master - OS Version: Ubuntu 16.04 The build server doesn't seem to be experiencing the same problem, I tried restarting and re-cloning vscode and it was the same. ``` $ gulp vscode-linux-x64-build-deb ... [15:21:21] Starting 'optimize-vscode'... <--- Last few GCs ---> 82576 ms: Mark...
completed
Consistently hitting heap limits during optimize-vscode - VSCode Version: master - OS Version: Ubuntu 16.04 The build server doesn't seem to be experiencing the same problem, I tried restarting and re-cloning vscode and it was the same. ``` $ gulp vscode-linux-x64-build-deb ... [15:21:21] Starting 'optimize-v...
517
[]
0
False
7106
Marketplace is bad at detecting licenses
2016-06-01 18:53:05+00:00
2016-06-02 08:02:17+00:00
Prime examples: - https://marketplace.visualstudio.com/items/donjayamanne.python/license - https://marketplace.visualstudio.com/items/donjayamanne.javadebugger/license It seems to do with non-SPDX identifiers in the license field of package.json, however when a valid SPDX identifier exists [it just dumps](https://...
completed
Marketplace is bad at detecting licenses Prime examples: - https://marketplace.visualstudio.com/items/donjayamanne.python/license - https://marketplace.visualstudio.com/items/donjayamanne.javadebugger/license It seems to do with non-SPDX identifiers in the license field of package.json, however when a valid SPDX i...
184
[]
0
False
7105
Install extension ranking is bad
2016-06-01 18:49:03+00:00
2016-06-13 08:05:16+00:00
It's sorting the partial matches by install count, regardless of relevance. ![image](https://cloud.githubusercontent.com/assets/2193314/15721640/ba846ecc-27ee-11e6-997f-264a4b74d1a4.png)
completed
Install extension ranking is bad It's sorting the partial matches by install count, regardless of relevance. ![image](https://cloud.githubusercontent.com/assets/2193314/15721640/ba846ecc-27ee-11e6-997f-264a4b74d1a4.png)
78
[]
0
False
7100
Mouse word selection is strange when non-word character is at the end of line
2016-06-01 15:52:32+00:00
2017-09-27 13:04:34+00:00
![bug](https://cloud.githubusercontent.com/assets/22350/15716128/63cdcc9e-2821-11e6-9ac2-f431df56f1d8.gif) Have a buffer with a few consecutive lines ending in a non alphabetic character, like: ``` before.a before hello: there: this is strange: here it is ``` Using the mouse, **double click** at the e...
completed
Mouse word selection is strange when non-word character is at the end of line ![bug](https://cloud.githubusercontent.com/assets/22350/15716128/63cdcc9e-2821-11e6-9ac2-f431df56f1d8.gif) Have a buffer with a few consecutive lines ending in a non alphabetic character, like: ``` before.a before hello: there: thi...
173
[]
0
False
7097
TypeScript should revalidate all files that were open in an editor.
2016-06-01 14:17:03+00:00
2016-06-01 14:18:04+00:00
- VSCode Version: alpha Since we are now disposing models more aggressively we should revalidate all files that were open in an editor. Otherwise the error count will become very unstable.
completed
TypeScript should revalidate all files that were open in an editor. - VSCode Version: alpha Since we are now disposing models more aggressively we should revalidate all files that were open in an editor. Otherwise the error count will become very unstable.
60
[]
0
False
7094
Snippet with multiple variable refs is not completing properly, leaving multiple cursors in editor.
2016-06-01 13:08:58+00:00
2016-11-15 16:36:47+00:00
- VSCode Version: 1.2.0-insider - OS Version: Windows 10 Steps to Reproduce: 1. Create a snippet, but do not enter a `$0` to explicitly tell the snippet where to put the cursor after the completion of the snippet. ``` "log error": { "prefix": "logerror", "body": [ "logger.err...
completed
Snippet with multiple variable refs is not completing properly, leaving multiple cursors in editor. - VSCode Version: 1.2.0-insider - OS Version: Windows 10 Steps to Reproduce: 1. Create a snippet, but do not enter a `$0` to explicitly tell the snippet where to put the cursor after the completion of the snippet. ...
430
[]
0
False
7093
Snippet default value is only populated for first variable reference
2016-06-01 12:57:35+00:00
2016-11-07 10:26:03+00:00
- VSCode Version: 1.2.0-insider - OS Version: Windows 10 Steps to Reproduce: 1. Do a snippet with a default value and multiple locations. E.g. ``` "log error": { "prefix": "logerror", "body": [ "logger.error({ logContext: lc, errorContext: `${1:err}`, error: $1 });" ...
completed
Snippet default value is only populated for first variable reference - VSCode Version: 1.2.0-insider - OS Version: Windows 10 Steps to Reproduce: 1. Do a snippet with a default value and multiple locations. E.g. ``` "log error": { "prefix": "logerror", "body": [ "logger.error...
266
[]
0
False
7092
Better behavior of the autoClosingBrackets-Feature for quotation marks
2016-06-01 12:36:47+00:00
2018-09-05 17:28:54+00:00
- VSCode Version: 1.2.0-insider - OS Version: Windows Server 2008 R2 As discussed in issue #327, the `autoClosingBrackets` option has some edge cases where it does not speed up typing but actually increases the work necessary. One of these cases is when I try to replace quotation marks as start and end character of...
completed
Better behavior of the autoClosingBrackets-Feature for quotation marks - VSCode Version: 1.2.0-insider - OS Version: Windows Server 2008 R2 As discussed in issue #327, the `autoClosingBrackets` option has some edge cases where it does not speed up typing but actually increases the work necessary. One of these cases...
251
[]
0
False
7086
paths.normalize(): perf regression
2016-06-01 06:38:58+00:00
2016-06-03 09:59:19+00:00
Running the following test with profiling enabled shows that recent changes to paths.ts cause a major performance regression: - open the monaco folder - expand some folders - click refresh 10 times Before: ![image](https://cloud.githubusercontent.com/assets/900690/15700429/1f71c674-27d4-11e6-83b6-89732fc2e508.pn...
completed
paths.normalize(): perf regression Running the following test with profiling enabled shows that recent changes to paths.ts cause a major performance regression: - open the monaco folder - expand some folders - click refresh 10 times Before: ![image](https://cloud.githubusercontent.com/assets/900690/15700429/1f71...
190
[]
0
False
7071
Renaming a pinned file unpins it
2016-05-31 16:56:09+00:00
2016-06-01 04:58:58+00:00
Steps to Reproduce: 1. Open and pin a file 2. Rename it
completed
Renaming a pinned file unpins it Steps to Reproduce: 1. Open and pin a file 2. Rename it
30
[]
0
False
7067
Markdown extension / webview: Focus border
2016-05-31 16:21:09+00:00
2016-06-02 02:37:56+00:00
1. Using the markdown extension (#6106) open a preview of a markdown file 2. Open command pallet 3. Close pallet by clicking into the preview -> focus border ![7rry5cydg1](https://cloud.githubusercontent.com/assets/4674940/15682018/8e68ab16-2710-11e6-8943-2778dda14ee5.gif) I haven't found a styling yet tha...
completed
Markdown extension / webview: Focus border 1. Using the markdown extension (#6106) open a preview of a markdown file 2. Open command pallet 3. Close pallet by clicking into the preview -> focus border ![7rry5cydg1](https://cloud.githubusercontent.com/assets/4674940/15682018/8e68ab16-2710-11e6-8943-2778dda14...
118
[]
0
False