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
6298
Load more stack frames shown on all threads
2016-05-11 22:30:57+00:00
2016-06-23 07:59:18+00:00
- VSCode Version: 1.1 - OS Version: Windows 10, Ubuntu 14.04 Steps to Reproduce: 1. Create a multithread application and start debugging 2. Enter break mode, For thread 1: debugger return 20 stack frames and total count of 100. For thread 2: debugger return 3 stack frames and total count of 3. 3. Verify the "Loa...
completed
Load more stack frames shown on all threads - VSCode Version: 1.1 - OS Version: Windows 10, Ubuntu 14.04 Steps to Reproduce: 1. Create a multithread application and start debugging 2. Enter break mode, For thread 1: debugger return 20 stack frames and total count of 100. For thread 2: debugger return 3 stack fram...
166
[]
0
False
6297
Debug Configuration drop down blank before creating launch.json
2016-05-11 22:09:48+00:00
2016-05-16 08:21:40+00:00
- VSCode Version: 1.1.0-alpha - OS Version: Windows 10 Steps to Reproduce: 1. Open a folder with no launch.json config file 2. Switch to the debug viewlet The drop down used to say "No Configuration" where now it says nothing until you create launch.json. ![noconfignotshowing](https://cloud.githubuserconten...
completed
Debug Configuration drop down blank before creating launch.json - VSCode Version: 1.1.0-alpha - OS Version: Windows 10 Steps to Reproduce: 1. Open a folder with no launch.json config file 2. Switch to the debug viewlet The drop down used to say "No Configuration" where now it says nothing until you create laun...
147
[]
0
False
6281
Edits fail to validate ranges correctly before applying
2016-05-11 11:45:50+00:00
2016-05-13 13:10:10+00:00
- VSCode Version: 1.1 - OS Version: OSX Affected `beautify` for VS Code. HookyQR/VSCodeBeautify#14 Steps to Reproduce: Create extension and, with a file open with content: ``` javascript const active = vscode.window.activeTextEditor; let range = new vscode.Range(0, 0, Number.MAX_VALUE, Number.MAX_VALUE); ...
completed
Edits fail to validate ranges correctly before applying - VSCode Version: 1.1 - OS Version: OSX Affected `beautify` for VS Code. HookyQR/VSCodeBeautify#14 Steps to Reproduce: Create extension and, with a file open with content: ``` javascript const active = vscode.window.activeTextEditor; let range = new v...
240
[]
0
False
6275
Debug console trims whitespaces since 1.1.0
2016-05-11 07:51:31+00:00
2016-05-16 10:07:32+00:00
- VSCode Version: 1.1.0 - OS Version: Win 10 Steps to Reproduce: 1. log something with whitespaces - `console.log(" hello");` - `console.log("\t\thello");` - `console.log(JSON.stringify({a: 1, b: {c: "hello"}}, null, " "));` - `console.log(JSON.stringify({a: 1, b: {c: "hello"}}, null, "\t"));` The debug...
completed
Debug console trims whitespaces since 1.1.0 - VSCode Version: 1.1.0 - OS Version: Win 10 Steps to Reproduce: 1. log something with whitespaces - `console.log(" hello");` - `console.log("\t\thello");` - `console.log(JSON.stringify({a: 1, b: {c: "hello"}}, null, " "));` - `console.log(JSON.stringify({a: 1, b...
203
[]
0
False
6274
Autocomplete text overlapping
2016-05-11 03:12:57+00:00
2016-05-24 09:15:55+00:00
- VSCode Version: 1.1.0 - OS Version: Windows 10 Steps to Reproduce: 1. Open **User Settings** file `settings.json` 2. Suppose you are going to add a new setting 3. Press `ctrl` + `space` and scroll to `editor.lineHeight` ![text-overlapping-vscode](https://cloud.githubusercontent.com/assets/3720424/15168974/1...
completed
Autocomplete text overlapping - VSCode Version: 1.1.0 - OS Version: Windows 10 Steps to Reproduce: 1. Open **User Settings** file `settings.json` 2. Suppose you are going to add a new setting 3. Press `ctrl` + `space` and scroll to `editor.lineHeight` ![text-overlapping-vscode](https://cloud.githubusercontent...
134
[]
0
False
6271
Add tooltips to git viewlet items
2016-05-11 01:11:58+00:00
2016-05-26 07:14:11+00:00
- VSCode Version: 1.1.0-alpha - OS Version: Windows10 Steps to Reproduce: 1. Launch app and open any folder which has long file name 2. Click on Git icon from action container list. 3. Click on "initialize Git.." to map the folder with git repo. 4. Verify file content under Git Viewlet. 5. Hove over on any fil...
completed
Add tooltips to git viewlet items - VSCode Version: 1.1.0-alpha - OS Version: Windows10 Steps to Reproduce: 1. Launch app and open any folder which has long file name 2. Click on Git icon from action container list. 3. Click on "initialize Git.." to map the folder with git repo. 4. Verify file content under Git...
186
[]
0
False
6266
Terminal command for uninstalling extension is mispelled
2016-05-10 23:02:06+00:00
2016-05-12 07:16:09+00:00
- VSCode Version: Alpha, 3505aa37bdddf307a47a4e1db2425e9fe328cc21 - OS Version: OS X Steps to Reproduce: 1. Open Terminal 2. code-alpha --help Uninstall extensions is mispelled :) ![image](https://cloud.githubusercontent.com/assets/2449568/15165152/7d8bba7a-16c8-11e6-9ea8-8e6cda8403c2.png)
completed
Terminal command for uninstalling extension is mispelled - VSCode Version: Alpha, 3505aa37bdddf307a47a4e1db2425e9fe328cc21 - OS Version: OS X Steps to Reproduce: 1. Open Terminal 2. code-alpha --help Uninstall extensions is mispelled :) ![image](https://cloud.githubusercontent.com/assets/2449568/15165152/7...
127
[]
0
False
6255
VSCode 1.1.0 doesn't recognize Git installed on OS X
2016-05-10 18:23:47+00:00
2016-05-25 16:24:48+00:00
- VSCode Version: 1.1.0 - OS Version: OS X Yosemite (10.10) Steps to Reproduce: 1. Have Git version 2.6.2 installed. 2. Open VSCode 3. Display the Git view in VSCode and notice that it says 'It looks like git is not installed on your system.' The Git integration was working for quite a while until I upgraded ...
completed
VSCode 1.1.0 doesn't recognize Git installed on OS X - VSCode Version: 1.1.0 - OS Version: OS X Yosemite (10.10) Steps to Reproduce: 1. Have Git version 2.6.2 installed. 2. Open VSCode 3. Display the Git view in VSCode and notice that it says 'It looks like git is not installed on your system.' The Git integr...
106
[]
0
False
6252
OutputChannel.hide doesn't hide the window(?)
2016-05-10 15:54:24+00:00
2018-01-15 14:54:00+00:00
- VSCode Version: 1.0.0 - OS Version: Ubuntu Linux If you put this code in an extension: ``` js let proc = child_process.spawn('ls'); let outputWindow = vscode.window.createOutputChannel('ls'); outputWindow.clear(); function onOutput(data) { outputWindow.append(data.toString()); } proc.stdout.on('...
completed
OutputChannel.hide doesn't hide the window(?) - VSCode Version: 1.0.0 - OS Version: Ubuntu Linux If you put this code in an extension: ``` js let proc = child_process.spawn('ls'); let outputWindow = vscode.window.createOutputChannel('ls'); outputWindow.clear(); function onOutput(data) { outputWindow....
217
[]
0
False
6247
[typescript] Hover has not border anymore
2016-05-10 13:27:13+00:00
2016-05-26 12:36:04+00:00
- VSCode Version: 1.1 2016-05-09T02:15:45.497Z - OS Version: Linux Elementary OS Dark+ theme - open a TypeScript file, hover over an identifier: Hover lacks a border or a background color. ![image](https://cloud.githubusercontent.com/assets/6461412/15147925/5ab7c318-16c3-11e6-9913-7166dcb35f5b.png)
completed
[typescript] Hover has not border anymore - VSCode Version: 1.1 2016-05-09T02:15:45.497Z - OS Version: Linux Elementary OS Dark+ theme - open a TypeScript file, hover over an identifier: Hover lacks a border or a background color. ![image](https://cloud.githubusercontent.com/assets/6461412/15147925/5ab7c318-16c...
116
[]
0
False
6243
[html] Cannot get close tag suggestions for HTML after updating to 1.1.0
2016-05-10 11:52:36+00:00
2016-05-27 08:49:32+00:00
- VSCode Version: 1.1.0 - OS Version: OS X 10.11.4 Steps to Reproduce: 1. While editing html code Before updating visual studio code, whenever I start typing closing tag. I used to get suggestions that result into proper indentation as well. But after updating it, I'm not able to do it. I'm attaching screen ...
completed
[html] Cannot get close tag suggestions for HTML after updating to 1.1.0 - VSCode Version: 1.1.0 - OS Version: OS X 10.11.4 Steps to Reproduce: 1. While editing html code Before updating visual studio code, whenever I start typing closing tag. I used to get suggestions that result into proper indentation as wel...
173
[]
0
False
6224
Mouse hover on search result is not displaying truncated string.
2016-05-10 01:25:38+00:00
2016-05-10 14:36:35+00:00
- VSCode Version:1.1.10-alpha - OS Version: Windows10 Steps to Reproduce: 1. Follow smoke test steps mentioned at **https://github.com/Microsoft/vscode/wiki/Smoke-Test** for search. 2. Verify search result. 3. Mouse hover on search result which is truncated and ends with ellipsis symbol. Actual: Not getting f...
completed
Mouse hover on search result is not displaying truncated string. - VSCode Version:1.1.10-alpha - OS Version: Windows10 Steps to Reproduce: 1. Follow smoke test steps mentioned at **https://github.com/Microsoft/vscode/wiki/Smoke-Test** for search. 2. Verify search result. 3. Mouse hover on search result which is ...
166
[]
0
False
6219
Very large editor wrapping column incorrectly wraps
2016-05-09 21:38:23+00:00
2016-07-01 12:37:34+00:00
- VSCode Version: 1.1.0 - OS Version: Windows 10 I just updated to 1.1.0, and as soon as VSCode reopened the folder I was using prior to prompting the update the editor was broken. Broken in the way that each line only shows a single character. ![](http://i.imgur.com/6l8V3FB.png) _I was looking at some code f...
completed
Very large editor wrapping column incorrectly wraps - VSCode Version: 1.1.0 - OS Version: Windows 10 I just updated to 1.1.0, and as soon as VSCode reopened the folder I was using prior to prompting the update the editor was broken. Broken in the way that each line only shows a single character. ![](http://i.img...
167
[]
0
False
6218
Git output doesn't contain sanity checking errors anymore
2016-05-09 20:32:23+00:00
2016-05-11 07:27:35+00:00
- VSCode Version: 1.1, latest from HEAD - OS Version: Linux Elementary OS I want to commit, error dialag says there has been an issue, please check output, but no message in output. ![image](https://cloud.githubusercontent.com/assets/6461412/15127197/d86b4584-1635-11e6-8389-b0fef7d3b392.png)
completed
Git output doesn't contain sanity checking errors anymore - VSCode Version: 1.1, latest from HEAD - OS Version: Linux Elementary OS I want to commit, error dialag says there has been an issue, please check output, but no message in output. ![image](https://cloud.githubusercontent.com/assets/6461412/15127197/d86b45...
113
[]
0
False
6214
Call Stack view doesn't show the "stopped reason" if stackTraceRequest returns error
2016-05-09 16:07:52+00:00
2016-05-16 14:01:57+00:00
In the latest an error returned from stackTraceRequest is shown nicely, but the stopped reason isn't: ![2016-05-09 17-58-56](https://cloud.githubusercontent.com/assets/1898161/15119329/b02ba03e-1610-11e6-86d9-d52fd48e4978.png) If the debug adapter returns the error as a fake stack frame instead, the reason is sho...
completed
Call Stack view doesn't show the "stopped reason" if stackTraceRequest returns error In the latest an error returned from stackTraceRequest is shown nicely, but the stopped reason isn't: ![2016-05-09 17-58-56](https://cloud.githubusercontent.com/assets/1898161/15119329/b02ba03e-1610-11e6-86d9-d52fd48e4978.png) If...
187
[]
0
False
6212
Cannot read property 'sendPendingData' of undefined
2016-05-09 14:27:22+00:00
2016-05-10 08:46:50+00:00
- VSCode Version: alpha - OS Version: el capitan Steps to Reproduce: 1. run vscode out of source, open a generated ts extension 2. debug that extension -> new window is opened, in that window open a new workspace, notice an exception ![screen shot 2016-05-09 at 16 25 08](https://cloud.githubusercontent.com/ass...
completed
Cannot read property 'sendPendingData' of undefined - VSCode Version: alpha - OS Version: el capitan Steps to Reproduce: 1. run vscode out of source, open a generated ts extension 2. debug that extension -> new window is opened, in that window open a new workspace, notice an exception ![screen shot 2016-05-09 ...
130
[]
0
False
6210
Tree twisty not alligned under Linux
2016-05-09 13:34:58+00:00
2016-09-02 13:46:36+00:00
- VSCode Version: 1.1.0 - OS Version: Linux See screen shot: ![capture](https://cloud.githubusercontent.com/assets/1931590/15114724/94e707c4-15fb-11e6-9e80-750e4218b69a.png)
completed
Tree twisty not alligned under Linux - VSCode Version: 1.1.0 - OS Version: Linux See screen shot: ![capture](https://cloud.githubusercontent.com/assets/1931590/15114724/94e707c4-15fb-11e6-9e80-750e4218b69a.png)
78
[]
0
False
6201
DecorationRenderOptions / createTextEditorDecorationType doesn't support fontWeight?
2016-05-08 16:51:51+00:00
2017-12-14 10:30:54+00:00
`vscode.DecorationRenderOptions` / `vscode.window.createTextEditorDecorationType` doesn't support `fontWeight`. Only way to achieve bolded text (as far as I know) is to escape a supported CSS value: ``` typescript var userFunctionDecorationStyle = vscode.window.createTextEditorDecorationType({ light: { ...
completed
DecorationRenderOptions / createTextEditorDecorationType doesn't support fontWeight? `vscode.DecorationRenderOptions` / `vscode.window.createTextEditorDecorationType` doesn't support `fontWeight`. Only way to achieve bolded text (as far as I know) is to escape a supported CSS value: ``` typescript var userFunctionD...
164
[]
0
False
6196
VSCode is not per monitor DPI aware
2016-05-08 12:14:00+00:00
2017-08-21 09:51:01+00:00
- VSCode Version: 1.0.0 - OS Version: Windows 10 Steps to Reproduce: 1. Connect second monitor and adjust DPI such as the second monitor has different DPI than the main one 2. Drag Vscode window to the second monitor - UI becomes all blurry. Possibly related to #1896 and also this upstream Chromium issue: http...
completed
VSCode is not per monitor DPI aware - VSCode Version: 1.0.0 - OS Version: Windows 10 Steps to Reproduce: 1. Connect second monitor and adjust DPI such as the second monitor has different DPI than the main one 2. Drag Vscode window to the second monitor - UI becomes all blurry. Possibly related to #1896 and als...
112
[]
0
False
6194
Bug: Font error when i change font size to 14
2016-05-08 05:41:07+00:00
2017-03-02 11:04:56+00:00
- VSCode Version: 1.0.0 - OS Version: Ubuntu 16.04 Steps to Reproduce: 1. Install Droid Sans Mono font 2. Open workspace preference 3. put these setting in the file "editor.fontFamily": "Droid Sans Mono", "editor.fontSize": 14 4. this happen ![image](https://cloud.githubusercontent.com/assets/1023433...
completed
Bug: Font error when i change font size to 14 - VSCode Version: 1.0.0 - OS Version: Ubuntu 16.04 Steps to Reproduce: 1. Install Droid Sans Mono font 2. Open workspace preference 3. put these setting in the file "editor.fontFamily": "Droid Sans Mono", "editor.fontSize": 14 4. this happen ![image](http...
145
[]
0
False
6187
Unable to search for ^.*(regex).*$ in full text search until file is opened
2016-05-07 11:26:07+00:00
2017-05-25 17:28:29+00:00
- VSCode Version: 1.0.0 - OS Version: Win 10 Pro Steps to Reproduce: 1. close all file are opened in vsc editor 2. close vscode than open it again 3. search for `^.*(regex).*$` 4. no results 5. open an editor that contains `regex` 6. run search again => now you find results
completed
Unable to search for ^.*(regex).*$ in full text search until file is opened - VSCode Version: 1.0.0 - OS Version: Win 10 Pro Steps to Reproduce: 1. close all file are opened in vsc editor 2. close vscode than open it again 3. search for `^.*(regex).*$` 4. no results 5. open an editor that contains `regex` 6. ...
100
[]
0
False
6186
Not able to find special characters like \n, \r, \t
2016-05-07 10:07:20+00:00
2016-05-09 07:16:31+00:00
- VSCode Version: 1.0.0 - OS Version: Mac OS 10.11.4 Steps to Reproduce: 1. Enter some text in editor with tabs and new lines. 2. Open the find box and check the regular expression button. 3. Type "\n" in the search field.
completed
Not able to find special characters like \n, \r, \t - VSCode Version: 1.0.0 - OS Version: Mac OS 10.11.4 Steps to Reproduce: 1. Enter some text in editor with tabs and new lines. 2. Open the find box and check the regular expression button. 3. Type "\n" in the search field.
78
[]
0
False
6184
Same shortcut key for save and not save.
2016-05-07 04:42:08+00:00
2017-05-26 03:12:34+00:00
- VSCode Version: 1.0.0 - OS Version: Windows 10 10586.218 Steps to Reproduce: 1. Create new file 2. Type anything 3. Close visual studio code or file. Below alert will display: ![vsc](https://cloud.githubusercontent.com/assets/7344772/15090192/1fee2f80-1450-11e6-8f0d-e38529fc8924.png) Either save or not ...
completed
Same shortcut key for save and not save. - VSCode Version: 1.0.0 - OS Version: Windows 10 10586.218 Steps to Reproduce: 1. Create new file 2. Type anything 3. Close visual studio code or file. Below alert will display: ![vsc](https://cloud.githubusercontent.com/assets/7344772/15090192/1fee2f80-1450-11e6-8f0d...
133
[]
0
False
6164
Breakpoints Ignored and Not Triggered
2016-05-06 15:06:21+00:00
2017-11-20 23:21:42+00:00
- VSCode Version: 1.0 - OS Version: Capitan 10.11.4 Steps to Reproduce: 1. Unlike [#5422](https://github.com/Microsoft/vscode/issues/5422) my breakpoints are completely ignored. 2. I've tried running against node 4.4.3 and 5.11.1 as suggested in #5422 I've tried both launch and attaching as well as all recomm...
completed
Breakpoints Ignored and Not Triggered - VSCode Version: 1.0 - OS Version: Capitan 10.11.4 Steps to Reproduce: 1. Unlike [#5422](https://github.com/Microsoft/vscode/issues/5422) my breakpoints are completely ignored. 2. I've tried running against node 4.4.3 and 5.11.1 as suggested in #5422 I've tried both laun...
425
[]
0
False
6163
IntelliSense: do not steal arrow keys if there is only one suggestion showing up
2016-05-06 14:54:14+00:00
2016-06-01 08:29:01+00:00
I find myself fighting over intellisense often when I am typing the variable name and then wanting to jump to the next line using arrow keys (down). The suggest widget shows me the completion for the variable I just typed and now I cannot arrow-down, I first have to dismiss the widget. This video shows where I get s...
completed
IntelliSense: do not steal arrow keys if there is only one suggestion showing up I find myself fighting over intellisense often when I am typing the variable name and then wanting to jump to the next line using arrow keys (down). The suggest widget shows me the completion for the variable I just typed and now I cannot ...
192
[]
0
False
6162
Git Extension Sidebar: Resource Blocking
2016-05-06 14:26:04+00:00
2017-04-26 07:35:13+00:00
- VSCode Version: 1.0.0 - OS Version: Windows 10 Pro Hi, I want to post an issues about git extension performance. I suspect git extension in the sidebar is blocking the memory that VS Code using. I experience some lag when I try to type my code. This is occur when git refresh it status because it become lag...
completed
Git Extension Sidebar: Resource Blocking - VSCode Version: 1.0.0 - OS Version: Windows 10 Pro Hi, I want to post an issues about git extension performance. I suspect git extension in the sidebar is blocking the memory that VS Code using. I experience some lag when I try to type my code. This is occur when gi...
116
[]
0
False
6152
Quick open can have duplicate entries with different path casing
2016-05-06 07:32:54+00:00
2016-09-22 12:54:56+00:00
I am getting duplicate `debugViews.ts` in recently opened. Both point to the same file, however they seem to have a different editors associated with them - eg selections are different. Not sure how I got in this state, but I this is the first time I get duplicate entires. So my suspicion is that at a point of time th...
completed
Quick open can have duplicate entries with different path casing I am getting duplicate `debugViews.ts` in recently opened. Both point to the same file, however they seem to have a different editors associated with them - eg selections are different. Not sure how I got in this state, but I this is the first time I get...
168
[]
0
False
6151
The border of scroll bar is ugly, and unclear under high dpi
2016-05-06 06:41:56+00:00
2016-05-23 16:40:23+00:00
![image](https://cloud.githubusercontent.com/assets/240091/15066070/a6545b02-1398-11e6-94b0-72c40e430135.png)![image](https://cloud.githubusercontent.com/assets/240091/15066084/c53dbf36-1398-11e6-93e1-4885e92937df.png)
completed
The border of scroll bar is ugly, and unclear under high dpi ![image](https://cloud.githubusercontent.com/assets/240091/15066070/a6545b02-1398-11e6-94b0-72c40e430135.png)![image](https://cloud.githubusercontent.com/assets/240091/15066084/c53dbf36-1398-11e6-93e1-4885e92937df.png)
116
[]
0
False
6148
bug appears when open a special file
2016-05-06 02:13:41+00:00
2016-07-05 15:45:09+00:00
- VSCode Version: 1.0.0 - OS Version: Windows 10 ![image](https://cloud.githubusercontent.com/assets/7908062/15062435/a1899e0a-1372-11e6-8787-1aed1201c3ab.png) ![image](https://cloud.githubusercontent.com/assets/7908062/15062449/bee89b04-1372-11e6-9358-606023d9b96f.png) Steps to Reproduce: 1. Create a file ...
completed
bug appears when open a special file - VSCode Version: 1.0.0 - OS Version: Windows 10 ![image](https://cloud.githubusercontent.com/assets/7908062/15062435/a1899e0a-1372-11e6-8787-1aed1201c3ab.png) ![image](https://cloud.githubusercontent.com/assets/7908062/15062449/bee89b04-1372-11e6-9358-606023d9b96f.png) S...
217
[]
0
False
6147
Inline diff view removed lines (red) are smaller font than changed (green) lines.
2016-05-05 23:36:07+00:00
2016-05-06 07:22:06+00:00
- VSCode Version:1.1.0-alpha - OS Version:Windows10, OS X Steps to Reproduce: 1. Set "diffEditor.renderSideBySide": false 2. Look at a git diff. The red removed lines are smaller (Segoe WPC, SegUI 13px) while the changed lines (green) match the rest of the editor font and size. This is poor for looking at i...
completed
Inline diff view removed lines (red) are smaller font than changed (green) lines. - VSCode Version:1.1.0-alpha - OS Version:Windows10, OS X Steps to Reproduce: 1. Set "diffEditor.renderSideBySide": false 2. Look at a git diff. The red removed lines are smaller (Segoe WPC, SegUI 13px) while the changed lines (g...
141
[]
0
False
6146
Quick open should not leak keyup into the editor after close
2016-05-05 22:26:39+00:00
2019-10-07 19:21:07+00:00
- VSCode Version: 1.1.0-alpha - OS Version: Windows 10 Steps to Reproduce: 1. Click on a variable 2. F1 > Peek Definition It looks like it brings up the peek window and also performs the go to definition command. ![peekcommandwindow](https://cloud.githubusercontent.com/assets/12900364/15059195/ba5029d8-12d5...
completed
Quick open should not leak keyup into the editor after close - VSCode Version: 1.1.0-alpha - OS Version: Windows 10 Steps to Reproduce: 1. Click on a variable 2. F1 > Peek Definition It looks like it brings up the peek window and also performs the go to definition command. ![peekcommandwindow](https://cloud...
128
[]
0
False
6140
Screen reader not reading some full keybindings
2016-05-05 20:06:53+00:00
2018-08-17 05:30:47+00:00
- VSCode Version: 1.1.0-alpha - OS Version: Windows 10 Steps to Reproduce: Prereq: Install NVDA There are a few keybindings not being read: 1. Right click in a file and hover over "Change All Occurances" reads as "Ctrl +" and does not read F2 2. In the Goto menu "Go to Definition" does not read F12. 3. In ...
completed
Screen reader not reading some full keybindings - VSCode Version: 1.1.0-alpha - OS Version: Windows 10 Steps to Reproduce: Prereq: Install NVDA There are a few keybindings not being read: 1. Right click in a file and hover over "Change All Occurances" reads as "Ctrl +" and does not read F2 2. In the Goto me...
178
[]
0
False
6137
VS Code does not start sometimes
2016-05-05 19:02:09+00:00
2016-05-26 18:41:58+00:00
Often I'll have Code open and then try to open a new file either through code.bat, "Open With Code", or even from the Start Menu and nothing will happen. I assume this has been reported several times before, but couldn't find anything as there are lots of issues reported here. - VSCode Version: 1.0.0 - OS Version: 10...
completed
VS Code does not start sometimes Often I'll have Code open and then try to open a new file either through code.bat, "Open With Code", or even from the Start Menu and nothing will happen. I assume this has been reported several times before, but couldn't find anything as there are lots of issues reported here. - VSCode...
240
[]
0
False
6110
Code on insiders started from GUI does not pick up environment variables on Linux
2016-05-04 21:25:58+00:00
2016-05-31 16:15:01+00:00
- VSCode Version: 1.1.0-insider (1f0657703be5609d70088b0385bc27db8cc03a41) - OS Version: Fedora 23 Steps to Reproduce: 1. Launch vscode-insiders using the app launcher 2. Attempt to build mozilla/gecko-dev with a vscode configuration from nwgh/gecko-vscode and zsh configuration from nwgh/homedir (this uses the "F...
completed
Code on insiders started from GUI does not pick up environment variables on Linux - VSCode Version: 1.1.0-insider (1f0657703be5609d70088b0385bc27db8cc03a41) - OS Version: Fedora 23 Steps to Reproduce: 1. Launch vscode-insiders using the app launcher 2. Attempt to build mozilla/gecko-dev with a vscode configuratio...
605
[]
0
False
6107
externalConsole: true does not open terminal, just hangs
2016-05-04 19:29:20+00:00
2016-05-09 16:24:30+00:00
- VSCode Version: 1.0.0 - OS Version: osx 10.11.4 Steps to Reproduce: 1. Create launch.json ``` json { "version": "0.2.0", "configurations": [ { "name": "Launch", "type": "node", "request": "launch", "program": "${workspaceR...
completed
externalConsole: true does not open terminal, just hangs - VSCode Version: 1.0.0 - OS Version: osx 10.11.4 Steps to Reproduce: 1. Create launch.json ``` json { "version": "0.2.0", "configurations": [ { "name": "Launch", "type": "node", "r...
409
[]
0
False
6103
package.json files for private packages should not warn about missing name and version properties
2016-05-04 17:26:07+00:00
2016-05-06 19:33:13+00:00
- VSCode Version: 1.0.0 - OS Version: Mac OS 10.11.4 ## Steps to Reproduce 1. Create the following `package.json` file and open it in Code: `{ "private": true }` 2. View the linter warnings (hover over the green squiggles) ## Expected No warnings, because `npm install` no longer warns about missing names and ve...
completed
package.json files for private packages should not warn about missing name and version properties - VSCode Version: 1.0.0 - OS Version: Mac OS 10.11.4 ## Steps to Reproduce 1. Create the following `package.json` file and open it in Code: `{ "private": true }` 2. View the linter warnings (hover over the green squigg...
143
[]
0
False
6097
debug adapter telemetry doesn't honour opt-in/out flag
2016-05-04 15:01:14+00:00
2016-05-06 08:39:57+00:00
The debug layer offers telemetry services to it's adapters but that code path doesn't honour the user setting to opt out of telemetry.
completed
debug adapter telemetry doesn't honour opt-in/out flag The debug layer offers telemetry services to it's adapters but that code path doesn't honour the user setting to opt out of telemetry.
55
[]
0
False
6090
Markdown previewing a link to a URL containing round brackets (like MS Technet URLs) fails
2016-05-04 13:09:07+00:00
2016-06-16 15:59:11+00:00
- VSCode Version:1.0.0 - OS Version: Windows 10 Pro Insider - Build 14328 Steps to Reproduce: 1. In an md file use markdown notation: [text](url) to create a link like [SQL Server](https://msdn.microsoft.com/library/mt590198%28v=sql.1%29.aspx) 2. Open md file in page preview mode 3. The link appears broken ...
completed
Markdown previewing a link to a URL containing round brackets (like MS Technet URLs) fails - VSCode Version:1.0.0 - OS Version: Windows 10 Pro Insider - Build 14328 Steps to Reproduce: 1. In an md file use markdown notation: [text](url) to create a link like [SQL Server](https://msdn.microsoft.com/library/mt5...
128
[]
0
False
6088
Focus moves to editor after debug sessions terminates
2016-05-04 10:47:18+00:00
2016-05-06 08:24:30+00:00
Steps to Reproduce: 1. open repl 2. run tests in selfhost => after tests are finished, focus moves to the editor => focus should stay in the repl
completed
Focus moves to editor after debug sessions terminates Steps to Reproduce: 1. open repl 2. run tests in selfhost => after tests are finished, focus moves to the editor => focus should stay in the repl
50
[]
0
False
6086
mac - workspace history lost when showing app windows
2016-05-04 08:53:17+00:00
2016-05-04 12:38:09+00:00
One of the mission control features in the mac is to rearrange the desktop to only show windows from a certain app. This work with VS Code but until recently I would also see a list of recently opened workspaces at the bottom of the desktop. That allows rapid switching between workspaces and is now gone...
completed
mac - workspace history lost when showing app windows One of the mission control features in the mac is to rearrange the desktop to only show windows from a certain app. This work with VS Code but until recently I would also see a list of recently opened workspaces at the bottom of the desktop. That allows rapid switch...
79
[]
0
False
6081
Tooltips stop working after opening context menu in the editor
2016-05-04 01:15:01+00:00
2016-05-09 12:35:19+00:00
When pointing to program objects (variables, methods, classes, etc) by mouse, vscode shows tooltip with information about it: C# ![vscode-csharp-tooltips](https://cloud.githubusercontent.com/assets/18505072/15002747/4e642c5c-11ad-11e6-8f7d-142ce54f9b4f.png) Golang ![vscode-go-tooltips](https://cloud.githubu...
completed
Tooltips stop working after opening context menu in the editor When pointing to program objects (variables, methods, classes, etc) by mouse, vscode shows tooltip with information about it: C# ![vscode-csharp-tooltips](https://cloud.githubusercontent.com/assets/18505072/15002747/4e642c5c-11ad-11e6-8f7d-142ce54f9b4...
390
[]
0
False
6075
Rename Symbol hidden under Peek/References window
2016-05-03 20:59:46+00:00
2016-05-31 09:31:40+00:00
- VSCode Version: 1.1.0-alpha - OS Version: Windows 10 Steps to Reproduce: 1. Right click a variable > Find All References or Peek Definition 2. Right click the same variable > Rename Symbol The dialog to change the name is hidden under the inline peek area. ![findallreferences-renamesymbol](https://cloud....
completed
Rename Symbol hidden under Peek/References window - VSCode Version: 1.1.0-alpha - OS Version: Windows 10 Steps to Reproduce: 1. Right click a variable > Find All References or Peek Definition 2. Right click the same variable > Rename Symbol The dialog to change the name is hidden under the inline peek area. ...
131
[]
0
False
6073
Markdown preview not coloring code blocks
2016-05-03 20:52:50+00:00
2016-06-16 15:59:59+00:00
- VSCode Version: 1.1.0-alpha - OS Version: Windows 10 Steps to Reproduce: 1. Preview a markdown file that includes a JavaScript code block ![mdpreviewcolor](https://cloud.githubusercontent.com/assets/12900364/14997947/1b4b8e04-1136-11e6-936d-a1650dbf92e4.PNG) It should be colored the same as live: ![mdprev...
completed
Markdown preview not coloring code blocks - VSCode Version: 1.1.0-alpha - OS Version: Windows 10 Steps to Reproduce: 1. Preview a markdown file that includes a JavaScript code block ![mdpreviewcolor](https://cloud.githubusercontent.com/assets/12900364/14997947/1b4b8e04-1136-11e6-936d-a1650dbf92e4.PNG) It sho...
167
[]
0
False
6069
Unable to read long message in debug console.
2016-05-03 15:21:48+00:00
2016-05-03 19:41:08+00:00
- VSCode Version: 1.1.0-alpha - OS Version: Windows10 Steps to Reproduce: 1. Launch app and open folder which contains Aspnet console app. 2. Configure for debugging. 3. Start debugging and verify debug console window. Actual: Long message is truncated and user unable to read complete message from debug consol...
completed
Unable to read long message in debug console. - VSCode Version: 1.1.0-alpha - OS Version: Windows10 Steps to Reproduce: 1. Launch app and open folder which contains Aspnet console app. 2. Configure for debugging. 3. Start debugging and verify debug console window. Actual: Long message is truncated and user una...
232
[]
0
False
6066
runtime arguments are interpreted by "Electron Helper" as files
2016-05-03 15:13:05+00:00
2017-11-30 23:08:40+00:00
- VSCode Version: alpha I tried to add a runtime argument '--debug-brk' when VS Code launches node-debug by setting the `runtimeArgs` attribute in package.json. This half-works: node seems to be launched in debug-brk mode and I can attach to it with VS Code. But then an exception occurs because node tries to execute...
completed
runtime arguments are interpreted by "Electron Helper" as files - VSCode Version: alpha I tried to add a runtime argument '--debug-brk' when VS Code launches node-debug by setting the `runtimeArgs` attribute in package.json. This half-works: node seems to be launched in debug-brk mode and I can attach to it with VS ...
236
[]
0
False
6064
Rename widget broken
2016-05-03 14:28:45+00:00
2016-05-06 16:31:50+00:00
Try to rename something, it seems like the rename keyboard input is ignored. Thus it is impossible to rename something. I see this on os x Assiging to @alexandrudima since I know you refactored the editor common which affects content widgets
completed
Rename widget broken Try to rename something, it seems like the rename keyboard input is ignored. Thus it is impossible to rename something. I see this on os x Assiging to @alexandrudima since I know you refactored the editor common which affects content widgets
67
[]
0
False
6053
The regex /.*/ cannot match anything in Editor while /.+/ is ok
2016-05-03 03:35:36+00:00
2016-07-13 13:25:54+00:00
- VSCode Version: 1.0.0 - OS Version: Windows 10 Steps to Reproduce: 1. open a text file 2. search .\* with regex on ![qq 20160503113354](https://cloud.githubusercontent.com/assets/5539385/14974106/225f3776-1123-11e6-8039-1f120588bfc4.png) ![qq 20160503113500](https://cloud.githubusercontent.com/assets/55...
completed
The regex /.*/ cannot match anything in Editor while /.+/ is ok - VSCode Version: 1.0.0 - OS Version: Windows 10 Steps to Reproduce: 1. open a text file 2. search .\* with regex on ![qq 20160503113354](https://cloud.githubusercontent.com/assets/5539385/14974106/225f3776-1123-11e6-8039-1f120588bfc4.png) ![...
161
[]
0
False
6044
Word wrap broken in debug repl
2016-05-02 15:49:17+00:00
2016-05-02 15:50:08+00:00
VSCode insider, debug repl does not wrap long strings
completed
Word wrap broken in debug repl VSCode insider, debug repl does not wrap long strings
26
[]
0
False
6039
nls: wrong translation of 'DEBUG CONSOLE'
2016-05-02 10:55:06+00:00
2016-05-02 12:16:02+00:00
- VSCode Version: alpha The german translation of 'DEBUG CONSOLE' has become 'KONSOLE DEBUGGEN' which means 'to debug the console'. The correct translation (used elsewhere) is 'DEBUGKONSOLE'. This indicates that 'debug' in 'DEBUG CONSOLE' is translated as a verb and not as a noun. Please add a translation comm...
completed
nls: wrong translation of 'DEBUG CONSOLE' - VSCode Version: alpha The german translation of 'DEBUG CONSOLE' has become 'KONSOLE DEBUGGEN' which means 'to debug the console'. The correct translation (used elsewhere) is 'DEBUGKONSOLE'. This indicates that 'debug' in 'DEBUG CONSOLE' is translated as a verb and not a...
120
[]
0
False
6029
debug doesn't work on node v6
2016-05-02 00:35:10+00:00
2016-05-10 14:28:05+00:00
- VSCode Version: 1.0.0 - OS Version: Windows 10 Steps to Reproduce: 1. install node v6 2. generate express application 3. open the app folder with vscode 4. open console and run `node --debug bin\www` 5. attache to node process with vscode 6. set break point to `users.js:line:6` 7. and navigate in the web b...
completed
debug doesn't work on node v6 - VSCode Version: 1.0.0 - OS Version: Windows 10 Steps to Reproduce: 1. install node v6 2. generate express application 3. open the app folder with vscode 4. open console and run `node --debug bin\www` 5. attache to node process with vscode 6. set break point to `users.js:line:6`...
114
[]
0
False
6024
Markdown preview cannot support language highlights
2016-05-01 06:35:34+00:00
2016-06-16 16:00:35+00:00
I am using vscode coding and write book. **It was magical, the editor is the best I have ever used** I hope the markdown preview can supports highlights the programming languages such as c++, c#, javascript, python, go... just like Atom's markdown preview plug-in does. ![python](https://cloud.githubuserconte...
completed
Markdown preview cannot support language highlights I am using vscode coding and write book. **It was magical, the editor is the best I have ever used** I hope the markdown preview can supports highlights the programming languages such as c++, c#, javascript, python, go... just like Atom's markdown preview pl...
135
[]
0
False
6023
Debugger fails silently (Python)
2016-05-01 04:18:32+00:00
2016-05-04 15:19:10+00:00
- VSCode Version: 1.0.0 - OS Version: Ubuntu Mate 16.04 LTS Steps to Reproduce: 1. Create a Hello World Python program, with a syntax error. 2. Make sure the Debug Console is closed. 3. Press F5 to start debugger Get this notification at the top: > [Error] Debug adapter process has terminated unexpectedl...
completed
Debugger fails silently (Python) - VSCode Version: 1.0.0 - OS Version: Ubuntu Mate 16.04 LTS Steps to Reproduce: 1. Create a Hello World Python program, with a syntax error. 2. Make sure the Debug Console is closed. 3. Press F5 to start debugger Get this notification at the top: > [Error] Debug adapter p...
120
[]
0
False
6022
Debugger stopped working (context python)
2016-05-01 04:11:44+00:00
2016-05-02 07:22:34+00:00
- VSCode Version: 1.0.0 - OS Version: Ubuntu Mate 16.04 LTS Error Text: > Traceback (most recent call last): > > > File "/tmp/tmp-158678DPRC7D7mLdu/visualstudio_py_debugger.py", line 1646, in loop cmd() > > File "/tmp/tmp-158678DPRC7D7mLdu/visualstudio_py_debugger.py", line 1918, in command_execute_code ...
completed
Debugger stopped working (context python) - VSCode Version: 1.0.0 - OS Version: Ubuntu Mate 16.04 LTS Error Text: > Traceback (most recent call last): > > > File "/tmp/tmp-158678DPRC7D7mLdu/visualstudio_py_debugger.py", line 1646, in loop cmd() > > File "/tmp/tmp-158678DPRC7D7mLdu/visualstudio_py_debugge...
481
[]
0
False
6016
Word wrapping turns automatically on and can't be turned off
2016-04-30 12:14:17+00:00
2017-02-23 15:44:48+00:00
- VSCode Version:1.0.0 - OS Version: Windows 10 Steps to Reproduce: 1. Create new file 2. Type a string longer than 300 characters - let's say 310 times character 'a' 3. Create new file (using ctrl+n) 4. Return to the first file (using ctrl+tab) 5. The line you've just typed is now wrapped on viewport width. "...
completed
Word wrapping turns automatically on and can't be turned off - VSCode Version:1.0.0 - OS Version: Windows 10 Steps to Reproduce: 1. Create new file 2. Type a string longer than 300 characters - let's say 310 times character 'a' 3. Create new file (using ctrl+n) 4. Return to the first file (using ctrl+tab) 5. T...
125
[]
0
False
6002
Unknown locale value falls back to English, not OS locale
2016-04-29 22:01:03+00:00
2016-05-20 13:23:29+00:00
- VSCode Version:1.1.0-insiders - OS Version:Windows 8.1 FRA Steps to Reproduce: 1. Install VS Code on French Windows OS 2. Launch VS Code, without a locale.json, the display language is French 3. Configure language to create a locale.json. Prepopulated value is "fr" 4. Change "fr" to nonsense value like "fx" ...
completed
Unknown locale value falls back to English, not OS locale - VSCode Version:1.1.0-insiders - OS Version:Windows 8.1 FRA Steps to Reproduce: 1. Install VS Code on French Windows OS 2. Launch VS Code, without a locale.json, the display language is French 3. Configure language to create a locale.json. Prepopulated ...
136
[]
0
False
5998
locale.json IntelliSense shows "zh-tw", should be "zh-TW"
2016-04-29 20:49:24+00:00
2016-05-20 13:28:48+00:00
- VSCode Version:1.0.0-alpha - OS Version:Windows 10 Steps to Reproduce: 1. ConfigureLanguage 2. Try IntelliSense with "zh" Shows as zh-CH but zh-tw.
completed
locale.json IntelliSense shows "zh-tw", should be "zh-TW" - VSCode Version:1.0.0-alpha - OS Version:Windows 10 Steps to Reproduce: 1. ConfigureLanguage 2. Try IntelliSense with "zh" Shows as zh-CH but zh-tw.
76
[]
0
False
5996
[snippets] prefix not matching forward slashes
2016-04-29 18:03:02+00:00
2016-05-09 20:41:50+00:00
- VSCode Version:1 - OS Version: win7 Steps to Reproduce: 1. Create a snippet for the sass language: ``` "docblock": { "prefix": "///", "description": "Creates a simple sassdoc block.", "body": [ "/// $1", "///", "$2" ] }, ``` ...
completed
[snippets] prefix not matching forward slashes - VSCode Version:1 - OS Version: win7 Steps to Reproduce: 1. Create a snippet for the sass language: ``` "docblock": { "prefix": "///", "description": "Creates a simple sassdoc block.", "body": [ "/// $1", "//...
144
[]
0
False
5988
gulp export --component vscode-distro does not work on mac
2016-04-29 14:21:06+00:00
2016-06-30 12:48:44+00:00
- mac - git clone https://monacotools.visualstudio.com/DefaultCollection/Monaco/_git/MonacoLocalization - gulp export --component vscode-distro - get the following error Seems to be a path issue ![screen shot 2016-04-29 at 16 19 59](https://cloud.githubusercontent.com/assets/1926584/14918851/401488de-0e26-11e...
completed
gulp export --component vscode-distro does not work on mac - mac - git clone https://monacotools.visualstudio.com/DefaultCollection/Monaco/_git/MonacoLocalization - gulp export --component vscode-distro - get the following error Seems to be a path issue ![screen shot 2016-04-29 at 16 19 59](https://cloud.gith...
168
[]
0
False
5986
[php] Non colored php function texts.
2016-04-29 14:11:45+00:00
2016-05-10 10:07:01+00:00
- VSCode Version: 1.0.0 - OS Version: Win 10 Steps to Reproduce: 1. Write Some php code like (define, session_start) 2. Then see they are like normal texts. And this is makes me feel sick. Some codes wors well like "isset, if, for"
completed
[php] Non colored php function texts. - VSCode Version: 1.0.0 - OS Version: Win 10 Steps to Reproduce: 1. Write Some php code like (define, session_start) 2. Then see they are like normal texts. And this is makes me feel sick. Some codes wors well like "isset, if, for"
82
[]
0
False
5983
screen cheese with german and keybinding ui
2016-04-29 13:51:07+00:00
2017-04-18 15:18:59+00:00
see screen shot. text overflows the box ![screen shot 2016-04-29 at 15 28 06](https://cloud.githubusercontent.com/assets/1794099/14918028/2289a618-0e22-11e6-865b-a268d2f6c7b2.png)
completed
screen cheese with german and keybinding ui see screen shot. text overflows the box ![screen shot 2016-04-29 at 15 28 06](https://cloud.githubusercontent.com/assets/1794099/14918028/2289a618-0e22-11e6-865b-a268d2f6c7b2.png)
83
[]
0
False
5978
Suggest widget looks weird today
2016-04-29 07:45:17+00:00
2016-04-29 08:23:50+00:00
Maybe the suggest widget could use a smaller line height than the editor? Also, the text and icon are not vertically centered in each row. ![image](https://cloud.githubusercontent.com/assets/5047891/14910577/f9d58c60-0dee-11e6-8897-f7bdb16d860e.png)
completed
Suggest widget looks weird today Maybe the suggest widget could use a smaller line height than the editor? Also, the text and icon are not vertically centered in each row. ![image](https://cloud.githubusercontent.com/assets/5047891/14910577/f9d58c60-0dee-11e6-8897-f7bdb16d860e.png)
94
[]
0
False
5977
"Open New Terminal" should work even for empty or untitled editor
2016-04-29 07:42:46+00:00
2016-05-02 12:18:41+00:00
Currently when you have no workspace folder open and you do not have a file open (or an untitled file) the action to "Open New Terminal" does not work at all.
completed
"Open New Terminal" should work even for empty or untitled editor Currently when you have no workspace folder open and you do not have a file open (or an untitled file) the action to "Open New Terminal" does not work at all.
58
[]
0
False
5965
[less] syntax failure when identifier starts with a number
2016-04-29 00:04:45+00:00
2016-05-10 13:11:05+00:00
- VSCode Version: 1.0.0 - OS Version: Windows 10 Steps to Reproduce: 1. Create a new `less` file: `foobar.less` 2. Write the following code: ``` @12foo: 12px; span { font-size: @12ooo; } ``` Variables are highlighted correctly, but syntax checker fails: `{ expected`. ![image](https://cloud.git...
completed
[less] syntax failure when identifier starts with a number - VSCode Version: 1.0.0 - OS Version: Windows 10 Steps to Reproduce: 1. Create a new `less` file: `foobar.less` 2. Write the following code: ``` @12foo: 12px; span { font-size: @12ooo; } ``` Variables are highlighted correctly, but syntax...
177
[]
0
False
5964
Ctrl+/ to create comment when cursor is at the beginning of the line puts the cursor in a strange position
2016-04-28 22:24:33+00:00
2017-09-27 21:36:24+00:00
- VSCode Version: 1.0.0 - OS Version: Win 10 (10586.218) Steps to Reproduce: 1. Open a JS or C++ file, probably others that use // as the comment token (make sure the appropriate syntax mode is in the bottom right) 2. Place cursor at the beginning of a line (Col 1) 3. Press Ctrl+/ 4. Observe that the cursor is ...
completed
Ctrl+/ to create comment when cursor is at the beginning of the line puts the cursor in a strange position - VSCode Version: 1.0.0 - OS Version: Win 10 (10586.218) Steps to Reproduce: 1. Open a JS or C++ file, probably others that use // as the comment token (make sure the appropriate syntax mode is in the bottom ...
274
[]
0
False
5957
Hovering over buttons in find / replace mode doesn't show built-in help tooltips
2016-04-28 17:17:17+00:00
2016-04-29 13:56:18+00:00
- VSCode Version: Insiders and current - OS Version: Windows 10 RTM Steps to Reproduce: 1. Create a new file 2. Press CTRL + F 3. Hover the mouse over the buttons in the search / replace box 4. Notice that the help tooltips don't appear Cheers, **Trevor Sullivan** https://trevorsullivan.net https://twitte...
completed
Hovering over buttons in find / replace mode doesn't show built-in help tooltips - VSCode Version: Insiders and current - OS Version: Windows 10 RTM Steps to Reproduce: 1. Create a new file 2. Press CTRL + F 3. Hover the mouse over the buttons in the search / replace box 4. Notice that the help tooltips don't a...
113
[]
0
False
5955
Show active file in explorer shows 2nd open file if active file is out of workspace
2016-04-28 15:35:53+00:00
2016-04-29 06:57:26+00:00
IMHO not important, feel free to close 1. VSCode with workspace, open a file out of that workspace 2. Open a file side by side that is inside the workspace 3. Focus on out of workspace file -> show active file in explorer 4. The other file gets revealed in explorer, I would expect no action
completed
Show active file in explorer shows 2nd open file if active file is out of workspace IMHO not important, feel free to close 1. VSCode with workspace, open a file out of that workspace 2. Open a file side by side that is inside the workspace 3. Focus on out of workspace file -> show active file in explorer 4. The oth...
90
[]
0
False
5952
Do not allow markers with no message to float through our system
2016-04-28 15:23:39+00:00
2016-05-02 12:00:34+00:00
Possible sources: - extension host @jrieken - tasks framework @dbaeumer Starting with extension host. I have seen we hit a lot #5325 in error telemetry. This is because we try to add a decoration for a marker that contains a `source` but does not contain a `message`. I also find it funny that `IMarker` is define...
completed
Do not allow markers with no message to float through our system Possible sources: - extension host @jrieken - tasks framework @dbaeumer Starting with extension host. I have seen we hit a lot #5325 in error telemetry. This is because we try to add a decoration for a marker that contains a `source` but does not c...
182
[]
0
False
5951
Find widget layout breaks when there is not enough space
2016-04-28 15:20:43+00:00
2016-09-26 15:19:39+00:00
- VSCode Version: alpha - OS Version: os x Steps to Reproduce: 1. open find widget, search for something which is not present in the document 2. reduce the editor size until the find widget is the smallest possible, notice the red overflowing in the bottom ![screen shot 2016-04-28 at 17 18 36](https://cloud.gi...
completed
Find widget layout breaks when there is not enough space - VSCode Version: alpha - OS Version: os x Steps to Reproduce: 1. open find widget, search for something which is not present in the document 2. reduce the editor size until the find widget is the smallest possible, notice the red overflowing in the bottom ...
131
[]
0
False
5942
Undo after save with trimTrailingWhitespace enabled moves cursor to beginning of file.
2016-04-28 11:28:18+00:00
2016-05-26 06:52:16+00:00
- VSCode Version: 1.0.0 fa6d0f03813dfb9df4589c30121e9fcffa8a8ec8 - OS Version: OS X 10.11.3 (15D21) Steps to Reproduce: 1. Enable trimTrailingWhitespace 2. Move the cursor down a few lines 3. Type in whitespace at the end of the line 4. Save 5. Undo The cursor will jump to the beginning of the file.
completed
Undo after save with trimTrailingWhitespace enabled moves cursor to beginning of file. - VSCode Version: 1.0.0 fa6d0f03813dfb9df4589c30121e9fcffa8a8ec8 - OS Version: OS X 10.11.3 (15D21) Steps to Reproduce: 1. Enable trimTrailingWhitespace 2. Move the cursor down a few lines 3. Type in whitespace at the end of t...
120
[]
0
False
5936
Node.js 6.0 messes up debugger when using Typescript with sourcemaps
2016-04-28 09:48:10+00:00
2016-05-04 08:54:39+00:00
- VSCode Version: 1.00 - OS Version: Win 10 Steps to Reproduce: 1. Install node.js 6.0.0 2. Try to debug within a router.get function. ``` router.get("/:id", (req, res, next) => { controller.getSingle(req.params.id).then(data => res.json(data)); }); ``` When I add a breakpoint at the `controller.` c...
completed
Node.js 6.0 messes up debugger when using Typescript with sourcemaps - VSCode Version: 1.00 - OS Version: Win 10 Steps to Reproduce: 1. Install node.js 6.0.0 2. Try to debug within a router.get function. ``` router.get("/:id", (req, res, next) => { controller.getSingle(req.params.id).then(data => res.jso...
242
[]
0
False
5935
debug hover far away from target
2016-04-28 09:26:33+00:00
2016-04-28 13:07:10+00:00
see attached screen shots. the debug hover (showing large data) is very far away from the symbol I hover over. Compare background of the text with hover position. <img width="549" alt="screen shot 2016-04-28 at 11 23 24" src="https://cloud.githubusercontent.com/assets/1794099/14881381/fdfa7a32-0d33-11e6-827a-5b450cb...
completed
debug hover far away from target see attached screen shots. the debug hover (showing large data) is very far away from the symbol I hover over. Compare background of the text with hover position. <img width="549" alt="screen shot 2016-04-28 at 11 23 24" src="https://cloud.githubusercontent.com/assets/1794099/1488138...
203
[]
0
False
5922
Debug controls does not appear if Go compilation fails while debugging
2016-04-28 00:06:37+00:00
2016-04-28 13:43:22+00:00
- VSCode Version: 1.1.0-insider - OS Version: Mac OSX 10.11.4 Steps to Reproduce: 1. Install Go 2. Install the vscode-go extension 3. Install the Go debugger 4. Create a new folder with hello.go that doesn't compile ``` package main func main() { blah } ``` 1. Go to the debug tab and run debug. 2....
completed
Debug controls does not appear if Go compilation fails while debugging - VSCode Version: 1.1.0-insider - OS Version: Mac OSX 10.11.4 Steps to Reproduce: 1. Install Go 2. Install the vscode-go extension 3. Install the Go debugger 4. Create a new folder with hello.go that doesn't compile ``` package main fun...
429
[]
0
False
5915
String output is truncated in Linux
2016-04-27 19:10:38+00:00
2017-08-17 13:42:26+00:00
- VSCode Version: alpha - OS Version: Ubuntu 15.10 #4952 Steps to Reproduce: 1. Create a javascript variable with 10,000 characters called string then: ``` javascript console.log(string); ``` 1. Use a tool to count the characters in the debug console, or create a new string with the copied output and output...
completed
String output is truncated in Linux - VSCode Version: alpha - OS Version: Ubuntu 15.10 #4952 Steps to Reproduce: 1. Create a javascript variable with 10,000 characters called string then: ``` javascript console.log(string); ``` 1. Use a tool to count the characters in the debug console, or create a new stri...
100
[]
0
False
5912
Add new file saved on shutdown to working files
2016-04-27 18:09:53+00:00
2016-05-02 12:18:41+00:00
- VSCode Version: alpha - OS Version: Linux / Windows Steps to Reproduce: 1. File > New File 2. Add some code/text, do not save 3. Close Code 4. Save file when prompt comes up Actual: The file is in working files before closing, then after re-opening Code the file is no longer in working files.
completed
Add new file saved on shutdown to working files - VSCode Version: alpha - OS Version: Linux / Windows Steps to Reproduce: 1. File > New File 2. Add some code/text, do not save 3. Close Code 4. Save file when prompt comes up Actual: The file is in working files before closing, then after re-opening Code the ...
89
[]
0
False
5904
Watcher: detect the case of mixed path casing and either warn or fix
2016-04-27 16:38:45+00:00
2016-09-22 12:54:46+00:00
Today when you open VS Code on wrong casing workspace path, all file events stop to work. We should detect this case and either fix it or print a warning.
completed
Watcher: detect the case of mixed path casing and either warn or fix Today when you open VS Code on wrong casing workspace path, all file events stop to work. We should detect this case and either fix it or print a warning.
57
[]
0
False
5903
Provide a way to dismiss the COMPARE message without comparing files
2016-04-27 16:30:11+00:00
2016-05-02 12:26:36+00:00
- VSCode Version: 0.10.15-insider - OS Version: Windows 10.0.10586 My example is related to the package.json file. Steps to Reproduce: 1. Open package.json and make a change but don't save 2. Install new node packages 3. Note the opened file does not update with the new changes, attempt to save Note there w...
completed
Provide a way to dismiss the COMPARE message without comparing files - VSCode Version: 0.10.15-insider - OS Version: Windows 10.0.10586 My example is related to the package.json file. Steps to Reproduce: 1. Open package.json and make a change but don't save 2. Install new node packages 3. Note the opened file ...
258
[]
0
False
5902
Clarify how to use previewHtml command within documents being previewed
2016-04-27 16:21:09+00:00
2016-04-28 08:55:50+00:00
Testing #5747 Tried to follow the example given in https://github.com/Microsoft/vscode/issues/3676#issuecomment-209953630. The only way I could get a link to be previewed correctly (when being followed from within the preview is the following (externalFileUri is a string): `<a href="command:vscode.previewHtml${e...
completed
Clarify how to use previewHtml command within documents being previewed Testing #5747 Tried to follow the example given in https://github.com/Microsoft/vscode/issues/3676#issuecomment-209953630. The only way I could get a link to be previewed correctly (when being followed from within the preview is the following...
196
[]
0
False
5898
'Unable to open' error if local relative URL path has query string as part of path
2016-04-27 15:33:50+00:00
2017-05-22 09:09:44+00:00
- VSCode Version: 1.0.0 - OS Version: Windows 8.1 Enterprise I received consistent "Error Unable to open '...'" error when trying to Ctrl+click to open URL in locally saved HTML document with valid relative path to other locally saved document IF the file path included query string contents on it (e.g. ?skin=1242&p...
completed
'Unable to open' error if local relative URL path has query string as part of path - VSCode Version: 1.0.0 - OS Version: Windows 8.1 Enterprise I received consistent "Error Unable to open '...'" error when trying to Ctrl+click to open URL in locally saved HTML document with valid relative path to other locally save...
704
[]
0
False
5896
Exclude the .svn folder from Find in Files by Default
2016-04-27 14:58:24+00:00
2016-04-27 16:35:29+00:00
- VSCode Version: 1.0.0 - OS Version: Windows 8.1 Steps to Reproduce: 1. Open a folder with a .svn folder inside in Visual Studio Code 2. Start Find in Files Expected Result: Files in the .svn folder are excluded Actual Result: Files in the .svn folder are shown in the search result I think `.svn/...
completed
Exclude the .svn folder from Find in Files by Default - VSCode Version: 1.0.0 - OS Version: Windows 8.1 Steps to Reproduce: 1. Open a folder with a .svn folder inside in Visual Studio Code 2. Start Find in Files Expected Result: Files in the .svn folder are excluded Actual Result: Files in the .svn f...
125
[]
0
False
5891
typescript error message is bogus
2016-04-27 12:30:43+00:00
2016-04-27 12:34:23+00:00
The code to show an error isn't using [localise](https://github.com/Microsoft/vscode/blob/master/extensions/typescript/src/typescriptServiceClient.ts#L216) correctly as it put the parameter as command instead to fmt. This gives a bad error and also fails the message service
completed
typescript error message is bogus The code to show an error isn't using [localise](https://github.com/Microsoft/vscode/blob/master/extensions/typescript/src/typescriptServiceClient.ts#L216) correctly as it put the parameter as command instead to fmt. This gives a bad error and also fails the message service
91
[]
0
False
5884
Telemetry service not finding machine ID
2016-04-27 09:28:56+00:00
2017-04-10 17:18:47+00:00
Testing #5691 - VSCode Version: 1.0.0 stable & 1.1.0-alpha - OS Version: Windows 8.1 & Windows 10 - Does not repro in: Windows 7 Our registry library fails to find the machine's ID in the registry for some reason... ![screen shot 2016-04-27 at 11 26 13](https://cloud.githubusercontent.com/assets/22350/1484785...
completed
Telemetry service not finding machine ID Testing #5691 - VSCode Version: 1.0.0 stable & 1.1.0-alpha - OS Version: Windows 8.1 & Windows 10 - Does not repro in: Windows 7 Our registry library fails to find the machine's ID in the registry for some reason... ![screen shot 2016-04-27 at 11 26 13](https://cloud.g...
217
[]
0
False
5883
Align the content of the html preview
2016-04-27 09:20:47+00:00
2016-05-12 10:53:30+00:00
1.1.0- alpha, from testing #5748 - create an extension that uses the htmlPreview command that shows just some text with some tags.(se code below) - The content of the HTML preview lacks a margin. I'd suggest to always add the same margin as for the title label. The containing page could not and should not have to...
completed
Align the content of the html preview 1.1.0- alpha, from testing #5748 - create an extension that uses the htmlPreview command that shows just some text with some tags.(se code below) - The content of the HTML preview lacks a margin. I'd suggest to always add the same margin as for the title label. The containing...
450
[]
0
False
5881
Editor with preview HTML has no split button
2016-04-27 09:12:38+00:00
2016-05-02 12:04:53+00:00
1.1.0- alpha, from testing #5748 - install the 'HTML Preview' extension - select a HTML document and show the preview (Ctrl+ K, H) -> The editor has not 'Split Editor' action in the upper right corner as all other editor have. Would be nice to have and be more consistent.
completed
Editor with preview HTML has no split button 1.1.0- alpha, from testing #5748 - install the 'HTML Preview' extension - select a HTML document and show the preview (Ctrl+ K, H) -> The editor has not 'Split Editor' action in the upper right corner as all other editor have. Would be nice to have and be more consist...
84
[]
0
False
5872
String length less than 10000 are still truncated
2016-04-27 01:19:17+00:00
2016-04-27 07:51:33+00:00
Tested #4952 - VSCode Version: 1.1.0-alpha e77003fd6ca90d944feb572b54fc1d122d91d704 - OS Version: MacOS Strings are still truncated. All relevant information about the string is given in the screenshot: <img width="1216" alt="screenshot-timed" src="https://cloud.githubusercontent.com/assets/4674940/14838940/5cf...
completed
String length less than 10000 are still truncated Tested #4952 - VSCode Version: 1.1.0-alpha e77003fd6ca90d944feb572b54fc1d122d91d704 - OS Version: MacOS Strings are still truncated. All relevant information about the string is given in the screenshot: <img width="1216" alt="screenshot-timed" src="https://cloud...
143
[]
0
False
5867
--wait command line option generates crash_service_main.cc text to console
2016-04-26 23:01:31+00:00
2016-04-29 16:05:20+00:00
- VSCode Version:code-alpha 1.1.0, also seeing this on stable and insiders - OS Version:Windows 7, Windows 8.1, Windows 10 Steps to Reproduce: 1. code --wait [4644:6444:0426/155344:VERBOSE1:crash_service_main.cc(68)] Session start. cmdline is [--reporter-url=https://ticinocrashreporter.azurewebsites.net/crash -...
completed
--wait command line option generates crash_service_main.cc text to console - VSCode Version:code-alpha 1.1.0, also seeing this on stable and insiders - OS Version:Windows 7, Windows 8.1, Windows 10 Steps to Reproduce: 1. code --wait [4644:6444:0426/155344:VERBOSE1:crash_service_main.cc(68)] Session start. cmdli...
718
[]
0
False
5863
Can't install extensions on Ubuntu LTS 14.04
2016-04-26 20:40:56+00:00
2016-05-26 18:31:55+00:00
- VSCode Version:1.0.0 - OS Version: Ubuntu 14.04 (via deb-package) on a virtualbox (via vagrant if that matters) Steps to Reproduce: 1. Open fresh installed VSCode within Ubuntu 14.04/virtualbox/vagrant 2. ext install tslint (or any other, as it doesn't matter) 3. Press the download button 4. Nothing happens (...
completed
Can't install extensions on Ubuntu LTS 14.04 - VSCode Version:1.0.0 - OS Version: Ubuntu 14.04 (via deb-package) on a virtualbox (via vagrant if that matters) Steps to Reproduce: 1. Open fresh installed VSCode within Ubuntu 14.04/virtualbox/vagrant 2. ext install tslint (or any other, as it doesn't matter) 3. Pr...
191
[]
0
False
5861
Find-Replace widget does not grow
2016-04-26 20:01:36+00:00
2017-05-06 01:03:57+00:00
- VSCode Version: 1.0.1 - OS Version: Linux Fedora 23 Steps to Reproduce: 1. Open a file, open the find widget in it (Ctrl + F) 2. Chick on the split editor button 3. Find widget is cut off ![image](https://cloud.githubusercontent.com/assets/6461412/14832406/6d3e9f9e-0bfa-11e6-89fd-e2a72412d468.png)
completed
Find-Replace widget does not grow - VSCode Version: 1.0.1 - OS Version: Linux Fedora 23 Steps to Reproduce: 1. Open a file, open the find widget in it (Ctrl + F) 2. Chick on the split editor button 3. Find widget is cut off ![image](https://cloud.githubusercontent.com/assets/6461412/14832406/6d3e9f9e-0bfa-11...
119
[]
0
False
5855
Reopen closed files should also reopen closed editors
2016-04-26 16:09:28+00:00
2016-06-02 06:04:06+00:00
while testing #5586 - VSCode Version: alpha - OS Version: linux Steps to Reproduce: 1. open a file in an editor, close it by closing the editor (cltr + w) 2. ctrl + shift + t, the file is not reopened I understand that the file is still in the working files and that the action might not be designed to do this...
completed
Reopen closed files should also reopen closed editors while testing #5586 - VSCode Version: alpha - OS Version: linux Steps to Reproduce: 1. open a file in an editor, close it by closing the editor (cltr + w) 2. ctrl + shift + t, the file is not reopened I understand that the file is still in the working file...
153
[]
0
False
5853
Debug changed variables highlight does not fade away
2016-04-26 15:48:18+00:00
2016-04-27 13:37:58+00:00
- VSCode Version: 1.1.0 - OS Version: Windows 10 Observe how `al` is highlighted, but the highlight does not fade away after a while. ![debug-highlight-no-fade](https://cloud.githubusercontent.com/assets/5047891/14824645/f3baa29e-0bd6-11e6-9762-9b05b3283d1b.gif)
completed
Debug changed variables highlight does not fade away - VSCode Version: 1.1.0 - OS Version: Windows 10 Observe how `al` is highlighted, but the highlight does not fade away after a while. ![debug-highlight-no-fade](https://cloud.githubusercontent.com/assets/5047891/14824645/f3baa29e-0bd6-11e6-9762-9b05b3283d1b.gi...
110
[]
0
False
5850
Cannot inspect Map/Set in extension debugging
2016-04-26 15:24:58+00:00
2016-05-15 13:03:31+00:00
I am on Windows testing https://github.com/Microsoft/vscode/issues/4949 and I can nicely drill into values stored in Maps and Sets when using a standalone node.js sample. However this fails for me when debugging an (JS) extension. The code is this: ``` javascript // The module 'vscode' contains the VS Code extensib...
completed
Cannot inspect Map/Set in extension debugging I am on Windows testing https://github.com/Microsoft/vscode/issues/4949 and I can nicely drill into values stored in Maps and Sets when using a standalone node.js sample. However this fails for me when debugging an (JS) extension. The code is this: ``` javascript // The...
741
[]
0
False
5847
Launch extension in empty folder if target folder already opened in window
2016-04-26 15:11:18+00:00
2016-04-27 16:30:19+00:00
- VSCode Version: Alpha - OS Version: OS X Steps to Reproduce: 1. open any folder in vscode 2. open a new window in vscode and open your extension 3. launch your extension -> notice that the first vscode window is focused, and a new third window is not opened Works in stable -> important
completed
Launch extension in empty folder if target folder already opened in window - VSCode Version: Alpha - OS Version: OS X Steps to Reproduce: 1. open any folder in vscode 2. open a new window in vscode and open your extension 3. launch your extension -> notice that the first vscode window is focused, and a new third...
81
[]
0
False
5846
Reopen Closed File: Skip files that recently closed files that are currently open
2016-04-26 15:01:46+00:00
2016-05-19 05:02:40+00:00
Refs: https://github.com/Microsoft/vscode/issues/5586 - have files 1, 2, 3, 4 - all in working files - have 4 open - click on the close button of 3 in working files - open 3 again and make it a working file - Ctrl+Shift+T should be a no-op now because no working file was closed => still it ends up opening 3 an...
completed
Reopen Closed File: Skip files that recently closed files that are currently open Refs: https://github.com/Microsoft/vscode/issues/5586 - have files 1, 2, 3, 4 - all in working files - have 4 open - click on the close button of 3 in working files - open 3 again and make it a working file - Ctrl+Shift+T should be ...
109
[]
0
False
5845
Debug: Node program never stops debugging
2016-04-26 14:52:29+00:00
2016-04-26 14:55:52+00:00
Testing #4954 - Create an empty `.js` file. - Configure Code to debug it. - Launch debugging. Debugging should stop immediately since the file doesn't do anything. It never does! 👎
completed
Debug: Node program never stops debugging Testing #4954 - Create an empty `.js` file. - Configure Code to debug it. - Launch debugging. Debugging should stop immediately since the file doesn't do anything. It never does! 👎
67
[]
0
False
5844
there is no lightbulb in the ubuntu 15.10
2016-04-26 14:34:28+00:00
2016-12-12 19:49:54+00:00
- VSCode Version: 1.0 - OS Version: ubuntu 15.10 Steps to Reproduce: 1. when i type some code such as $ there is no lightbulb to suggest me to add a jquery typedscript. I know in windows there have the feature
completed
there is no lightbulb in the ubuntu 15.10 - VSCode Version: 1.0 - OS Version: ubuntu 15.10 Steps to Reproduce: 1. when i type some code such as $ there is no lightbulb to suggest me to add a jquery typedscript. I know in windows there have the feature
71
[]
0
False
5843
Clicking on image links either does not open or opens within
2016-04-26 14:04:00+00:00
2016-04-27 09:41:45+00:00
Refs: https://github.com/Microsoft/vscode/issues/5747 Repo: https://github.com/bpasero/vscode-markdown.git Open a markdown preview (F1 > Open Markdown Preview) with badges from a readme.md (e.g. the express module) and click on a badge. On Linux nothing happens for me, on Mac I am able to open the link within the...
completed
Clicking on image links either does not open or opens within Refs: https://github.com/Microsoft/vscode/issues/5747 Repo: https://github.com/bpasero/vscode-markdown.git Open a markdown preview (F1 > Open Markdown Preview) with badges from a readme.md (e.g. the express module) and click on a badge. On Linux nothing...
168
[]
0
False
5842
CentOS fails to launch any terminal by default
2016-04-26 14:02:00+00:00
2016-05-13 21:22:44+00:00
Testing #5463 CentOS comes with `gnome-terminal` installed, yet Code fails to launch it. It fails to launch any terminal, actually. [This detection](https://github.com/Microsoft/vscode/blob/master/src/vs/workbench/parts/execution/electron-browser/terminal.ts#L9) might be too overzealous. Here's the reason: ...
completed
CentOS fails to launch any terminal by default Testing #5463 CentOS comes with `gnome-terminal` installed, yet Code fails to launch it. It fails to launch any terminal, actually. [This detection](https://github.com/Microsoft/vscode/blob/master/src/vs/workbench/parts/execution/electron-browser/terminal.ts#L9) migh...
144
[]
0
False
5840
Reinstallation of Code Alpha left it in a bad state
2016-04-26 13:50:11+00:00
2016-06-08 07:30:56+00:00
Fixing #5463 I had Code Alpha installed in CentOS (red hat). Today, I downloaded the latest RPM, installed it and now I can't launch Code nor reinstall it. It doesn't seem to be installed at all. It is also gone from the Applications menu, where it used to be before installing it today. ![image](https://cloud....
completed
Reinstallation of Code Alpha left it in a bad state Fixing #5463 I had Code Alpha installed in CentOS (red hat). Today, I downloaded the latest RPM, installed it and now I can't launch Code nor reinstall it. It doesn't seem to be installed at all. It is also gone from the Applications menu, where it used to be be...
202
[]
0
False
5839
Debug: configure icon in high contrast is a large bulb
2016-04-26 13:49:46+00:00
2016-05-02 10:19:59+00:00
When there is a config error: ![image](https://cloud.githubusercontent.com/assets/900690/14820328/78dc2b16-0bc6-11e6-8698-7d885c95e890.png)
completed
Debug: configure icon in high contrast is a large bulb When there is a config error: ![image](https://cloud.githubusercontent.com/assets/900690/14820328/78dc2b16-0bc6-11e6-8698-7d885c95e890.png)
74
[]
0
False
5838
I am sometimes loosing output for git in the output panel
2016-04-26 13:46:46+00:00
2016-05-26 06:56:41+00:00
I am seeing this from time to time that I run a git operation that fails and then when I want to show output I do not see the git output. Even when I explicitly refresh git viewlet where more output should show up (e.g. "fetch...") no more output is added. I do not have steps to reproduce and a refresh typically fix...
completed
I am sometimes loosing output for git in the output panel I am seeing this from time to time that I run a git operation that fails and then when I want to show output I do not see the git output. Even when I explicitly refresh git viewlet where more output should show up (e.g. "fetch...") no more output is added. I ...
104
[]
0
False
5836
Kimbie Dark theme renders foreground same as background for some tokens
2016-04-26 13:35:34+00:00
2016-04-27 10:20:34+00:00
Notice line 6: ![image](https://cloud.githubusercontent.com/assets/22350/14819882/67361ebe-0bc4-11e6-9851-f74f87afe4fd.png) Here it is, highlighted: ![image](https://cloud.githubusercontent.com/assets/22350/14819879/63bbef52-0bc4-11e6-9151-1a5df3a2d566.png)
completed
Kimbie Dark theme renders foreground same as background for some tokens Notice line 6: ![image](https://cloud.githubusercontent.com/assets/22350/14819882/67361ebe-0bc4-11e6-9851-f74f87afe4fd.png) Here it is, highlighted: ![image](https://cloud.githubusercontent.com/assets/22350/14819879/63bbef52-0bc4-11e6-9151...
126
[]
0
False