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
1503
Tsx file intellisense on 0.10.5
2015-12-20 09:04:19+00:00
2016-02-03 11:04:07+00:00
The intellisense when writing tsx file is lost. Those were working on 0.10.3 ![button](https://cloud.githubusercontent.com/assets/11325809/11917270/27105a5c-a733-11e5-9b59-7b5b72f9458b.png) ![import](https://cloud.githubusercontent.com/assets/11325809/11917269/270c4b92-a733-11e5-92e9-4ba30953548e.png) Besides, t...
completed
Tsx file intellisense on 0.10.5 The intellisense when writing tsx file is lost. Those were working on 0.10.3 ![button](https://cloud.githubusercontent.com/assets/11325809/11917270/27105a5c-a733-11e5-9b59-7b5b72f9458b.png) ![import](https://cloud.githubusercontent.com/assets/11325809/11917269/270c4b92-a733-11e5-92e9...
156
[]
0
False
1502
[css] restriction attribute in css-scheme.xml doesn't work as expected for some types
2015-12-20 08:40:11+00:00
2016-01-12 15:45:38+00:00
If there is only one value listed in the values element, the **color** restriction will remove that value when compiling the browsers.js file. If two or more are listed then it works as expected. I had to add an extra value that already exists in the color list to stop it removing the revert value from outline-color...
completed
[css] restriction attribute in css-scheme.xml doesn't work as expected for some types If there is only one value listed in the values element, the **color** restriction will remove that value when compiling the browsers.js file. If two or more are listed then it works as expected. I had to add an extra value that al...
369
[]
0
False
1500
node-debug module doesn't compare script_name with path correctly on Windows platform
2015-12-20 06:10:31+00:00
2015-12-21 08:19:55+00:00
vscode seems to handle 'drive-letter' in both small letter and capital letter, this makes some conflict while dealing with breakpoints. I would like to PR for this bug fix, but I don't know where to contribute.
completed
node-debug module doesn't compare script_name with path correctly on Windows platform vscode seems to handle 'drive-letter' in both small letter and capital letter, this makes some conflict while dealing with breakpoints. I would like to PR for this bug fix, but I don't know where to contribute.
72
[]
0
False
1498
Opening a path with a space in it from the command line doesn't work correctly
2015-12-20 05:35:18+00:00
2015-12-21 08:25:58+00:00
This is powershell on Windows. 'testapp' is a directory but it's opened as a new file with a quote in the name. ![bug](https://cloud.githubusercontent.com/assets/323878/11916712/0725454a-a698-11e5-938a-b119efaa7465.png)
completed
Opening a path with a space in it from the command line doesn't work correctly This is powershell on Windows. 'testapp' is a directory but it's opened as a new file with a quote in the name. ![bug](https://cloud.githubusercontent.com/assets/323878/11916712/0725454a-a698-11e5-938a-b119efaa7465.png)
101
[]
0
False
1497
Caret jumps to start on "Save As" or save new document
2015-12-20 05:30:08+00:00
2015-12-21 07:57:13+00:00
Scenario: - Save open document with a new name - New document saved for first time - "Save As" with new name **Expected** Caret stays put wherever it happens to be **Actual** Caret jumps to line 1 column 0 ``` Version 0.10.5 Commit dfc08dc9edf6607483b193bf934d3badc3fa2e11 Date 2015-12-17T16:08:04.766Z ...
completed
Caret jumps to start on "Save As" or save new document Scenario: - Save open document with a new name - New document saved for first time - "Save As" with new name **Expected** Caret stays put wherever it happens to be **Actual** Caret jumps to line 1 column 0 ``` Version 0.10.5 Commit dfc08dc9edf660748...
193
[]
0
False
1492
Command-/ with Dvorak keyboard on Mac OS X no longer comments/uncomments
2015-12-19 21:46:23+00:00
2017-03-24 09:59:07+00:00
Now it "outdents." There are a few other potentially related oddities, such as Command-[ causing the text to get smaller, and Command-] causing the text to get larger. If I had to guess, someone change the key-mapping code to work off of key codes and not characters, so it think it's using a QWERTY keyboard, even th...
completed
Command-/ with Dvorak keyboard on Mac OS X no longer comments/uncomments Now it "outdents." There are a few other potentially related oddities, such as Command-[ causing the text to get smaller, and Command-] causing the text to get larger. If I had to guess, someone change the key-mapping code to work off of key co...
149
[]
0
False
1489
The possible values for `editor.CursorBlinking` are not shown in `settings.json`
2015-12-19 21:13:37+00:00
2015-12-20 01:17:16+00:00
``` // Controls the cursor blinking animation. "editor.cursorBlinking": "blink", ``` The comment should also mention the various accepted values like they do for the other properties. I could work on this, but don't know what the possible values are?
completed
The possible values for `editor.CursorBlinking` are not shown in `settings.json` ``` // Controls the cursor blinking animation. "editor.cursorBlinking": "blink", ``` The comment should also mention the various accepted values like they do for the other properties. I could work on this, but don't know what the...
92
[]
0
False
1488
Intellisense causing performance issues
2015-12-19 19:56:23+00:00
2016-01-04 11:08:11+00:00
I just update to the latest version, and now when I'm writing something like element.addEventListener("input", handler, false), the intellisense causes an increase of at least 12% on the CPU, causing lags when typing. I do not experienced this issue on the previous version.
completed
Intellisense causing performance issues I just update to the latest version, and now when I'm writing something like element.addEventListener("input", handler, false), the intellisense causes an increase of at least 12% on the CPU, causing lags when typing. I do not experienced this issue on the previous version.
75
[]
0
False
1485
Windows 7: Deleting always fails with error message
2015-12-19 17:34:11+00:00
2016-01-07 07:32:07+00:00
This is due to https://github.com/atom/electron/issues/3656 **Workaround:** from the error message pick the action to delete permanently. Note though that this will bypass the trash. **You cannot undo the delete then**
completed
Windows 7: Deleting always fails with error message This is due to https://github.com/atom/electron/issues/3656 **Workaround:** from the error message pick the action to delete permanently. Note though that this will bypass the trash. **You cannot undo the delete then**
74
[]
0
False
1482
Markdown tokenize issue after using # in triple ticks
2015-12-19 16:25:55+00:00
2016-03-15 11:08:42+00:00
Some Markdown dialects support specifying the language when using triple backticks (```) to mark a section of text as code. One popular example of this is the Jekyll blogging engine. At the moment, the syntax highlighting breaks down when using triple backticks. Consider the following code: <pre> ```c# using Sy...
completed
Markdown tokenize issue after using # in triple ticks Some Markdown dialects support specifying the language when using triple backticks (```) to mark a section of text as code. One popular example of this is the Jekyll blogging engine. At the moment, the syntax highlighting breaks down when using triple backticks. ...
296
[]
0
False
1481
Markdown preview does not show a SVG image
2015-12-19 16:15:38+00:00
2015-12-24 15:19:16+00:00
Currently, when I include an SVG image in my Markdown file, the preview window does not correctly display it. Would be great if it did.
completed
Markdown preview does not show a SVG image Currently, when I include an SVG image in my Markdown file, the preview window does not correctly display it. Would be great if it did.
48
[]
0
False
1475
[c++] Syntax highlighting makes mistake when meeting with "using namespace std;"
2015-12-19 12:41:08+00:00
2017-02-16 00:20:17+00:00
Here is the screenshot: ![1](https://cloud.githubusercontent.com/assets/16049823/11912961/4afe4f40-a68f-11e5-8284-243af43165c8.PNG) The first "std" is colored blue, but the second is colored white. Should they both be colored white? And, both ";" are colored blue...I think they should originally be white. Version...
completed
[c++] Syntax highlighting makes mistake when meeting with "using namespace std;" Here is the screenshot: ![1](https://cloud.githubusercontent.com/assets/16049823/11912961/4afe4f40-a68f-11e5-8284-243af43165c8.PNG) The first "std" is colored blue, but the second is colored white. Should they both be colored white? And...
139
[]
0
False
1470
[themes] Dark theme in 0.10.5 less colorful than in 0.10.3
2015-12-19 09:41:37+00:00
2016-01-27 14:13:49+00:00
I've upgraded from 0.10.3 to 0.10.5, and the javascript syntax highlighting doesn't work as well as before (OSX El Capitan): from this: <img width="264" alt="screen shot 2015-12-19 at 10 36 26" src="https://cloud.githubusercontent.com/assets/120693/11912441/d67bc7b2-a63c-11e5-9ab1-05bfc22ee527.png"> to this: <i...
completed
[themes] Dark theme in 0.10.5 less colorful than in 0.10.3 I've upgraded from 0.10.3 to 0.10.5, and the javascript syntax highlighting doesn't work as well as before (OSX El Capitan): from this: <img width="264" alt="screen shot 2015-12-19 at 10 36 26" src="https://cloud.githubusercontent.com/assets/120693/11912441...
220
[]
0
False
1467
[python] syntax highlighting breaks on function annotations
2015-12-19 03:15:30+00:00
2016-04-21 09:40:03+00:00
At some point recently, Python syntax highlighting went awry: ![screen shot 2015-12-18 at 10 13 02 pm](https://cloud.githubusercontent.com/assets/1039369/11910960/91ec729e-a5d4-11e5-8e73-465e1b3db73e.png) Specifically, it looks like function annotations in Python 3 mess it up. The first docstring should be highli...
completed
[python] syntax highlighting breaks on function annotations At some point recently, Python syntax highlighting went awry: ![screen shot 2015-12-18 at 10 13 02 pm](https://cloud.githubusercontent.com/assets/1039369/11910960/91ec729e-a5d4-11e5-8e73-465e1b3db73e.png) Specifically, it looks like function annotations ...
139
[]
0
False
1463
Crash during startup 0.10.5
2015-12-19 01:16:49+00:00
2015-12-19 11:23:28+00:00
After update 0.10.5, VSCode crashes during startup. I deleted it once with AppCleaner, and `rm -rf ~/.vscode/`, it did not recover. ![2015-12-19 10 10 05](https://cloud.githubusercontent.com/assets/1060011/11910432/a7ebaad2-a639-11e5-881c-ef7fa2fb6584.png) MacOSX:10.11.1 keyboard:JIS
completed
Crash during startup 0.10.5 After update 0.10.5, VSCode crashes during startup. I deleted it once with AppCleaner, and `rm -rf ~/.vscode/`, it did not recover. ![2015-12-19 10 10 05](https://cloud.githubusercontent.com/assets/1060011/11910432/a7ebaad2-a639-11e5-881c-ef7fa2fb6584.png) MacOSX:10.11.1 keyboard:JIS...
116
[]
0
False
1462
ctrl+_ isn't functional on mac os x
2015-12-19 00:21:32+00:00
2015-12-19 10:32:21+00:00
Mapping a function to the keyboard shortcut "ctrl+_" doesn't get called on mac os x with 0.10.3 (783ecf841)
completed
ctrl+_ isn't functional on mac os x Mapping a function to the keyboard shortcut "ctrl+_" doesn't get called on mac os x with 0.10.3 (783ecf841)
48
[]
0
False
1456
Windows: can't save file into disk root folder
2015-12-18 17:19:03+00:00
2015-12-19 09:45:28+00:00
Following message appears: EPERM: operation not permitted, mkdir d:\
completed
Windows: can't save file into disk root folder Following message appears: EPERM: operation not permitted, mkdir d:\
34
[]
0
False
1455
Don't save / Abort swapped
2015-12-18 17:18:26+00:00
2015-12-19 09:45:13+00:00
When you open a file in the latest update, make changes to it, close the file a dialog pops up "would you like to save the file". Clicking Don't Save will do nothing and close the dialog, clicking Abort will discard the changes without saving.
completed
Don't save / Abort swapped When you open a file in the latest update, make changes to it, close the file a dialog pops up "would you like to save the file". Clicking Don't Save will do nothing and close the dialog, clicking Abort will discard the changes without saving.
72
[]
0
False
1454
Cannot invoke an expression whose type lacks a call signature (ES6)
2015-12-18 17:10:35+00:00
2016-03-14 08:49:02+00:00
The following code works when transpiled with babel but vscode has a problem with it: ``` javascript // module1.js const str = 'abc'; export const fn = () => ({ key: 'value' }); export default [str, fn]; ``` ``` javascript // module2.js import {fn, default as module1} from './module1'; let str, ob...
completed
Cannot invoke an expression whose type lacks a call signature (ES6) The following code works when transpiled with babel but vscode has a problem with it: ``` javascript // module1.js const str = 'abc'; export const fn = () => ({ key: 'value' }); export default [str, fn]; ``` ``` javascript // module2....
193
[]
0
False
1449
Windows/Git: password prompt does not seem to work on windows
2015-12-18 12:28:03+00:00
2016-01-05 16:29:37+00:00
Windows 10 git version 2.6.2.windows.1 I entered my user name and access token and wanted to push and it failed with authentication required. But the same operation works fine from the command line.
completed
Windows/Git: password prompt does not seem to work on windows Windows 10 git version 2.6.2.windows.1 I entered my user name and access token and wanted to push and it failed with authentication required. But the same operation works fine from the command line.
60
[]
0
False
1448
scrollbar-position changes: ctrl+a and then right-click displaces the scroll
2015-12-18 12:15:03+00:00
2016-01-13 10:10:46+00:00
open html or any file, big enough so that you can scroll. select all text by ctrl+a and then right-click on it, scrollbar changes its current position to end of the file.
completed
scrollbar-position changes: ctrl+a and then right-click displaces the scroll open html or any file, big enough so that you can scroll. select all text by ctrl+a and then right-click on it, scrollbar changes its current position to end of the file.
66
[]
0
False
1442
TypeError: Cannot read property 'startLineNumber' of null
2015-12-18 09:37:36+00:00
2016-01-26 11:46:15+00:00
I was just reloading the window and I guess moved my mouse: ``` TypeError: Cannot read property 'startLineNumber' of null at ModesContentHoverWidget._renderMessages (modesContentHover.js:205) at ModesContentHoverWidget._withResult (modesContentHover.js:158) at HoverOperation._completeCallback (modesC...
completed
TypeError: Cannot read property 'startLineNumber' of null I was just reloading the window and I guess moved my mouse: ``` TypeError: Cannot read property 'startLineNumber' of null at ModesContentHoverWidget._renderMessages (modesContentHover.js:205) at ModesContentHoverWidget._withResult (modesContentHove...
210
[]
0
False
1441
'Install Extension' searches by name, but only shows displayName, description, and version in the results
2015-12-18 09:36:37+00:00
2016-01-06 14:31:40+00:00
In https://github.com/Microsoft/vscode/issues/140#issuecomment-165473225 @egamma recommends installing @dbaeumer's `vscode-eslint` extension. While doing this, I notice that I can search for `vscode-eslint` in the Install Extensions dialog. I find the correct extension, but the results pane does not show me the `vsc...
completed
'Install Extension' searches by name, but only shows displayName, description, and version in the results In https://github.com/Microsoft/vscode/issues/140#issuecomment-165473225 @egamma recommends installing @dbaeumer's `vscode-eslint` extension. While doing this, I notice that I can search for `vscode-eslint` in t...
344
[]
0
False
1439
Reading file that is constantly being modified causes a crash
2015-12-18 08:41:50+00:00
2017-04-05 10:29:28+00:00
I have a log file of 27 MB to which messages are constantly being written. If I open with Code, then it will crash after about 2-3 seconds.
completed
Reading file that is constantly being modified causes a crash I have a log file of 27 MB to which messages are constantly being written. If I open with Code, then it will crash after about 2-3 seconds.
45
[]
0
False
1438
Windows: Running code in a console after code.bat was run causes issues
2015-12-18 08:17:59+00:00
2015-12-18 09:27:10+00:00
This is because code.bat leaves environment variables around that confuse code.
completed
Windows: Running code in a console after code.bat was run causes issues This is because code.bat leaves environment variables around that confuse code.
36
[]
0
False
1437
TypeError: Cannot read property 'activateByEvent' of undefinedon
2015-12-18 08:03:38+00:00
2016-01-26 11:45:54+00:00
Just got this (somehow) running out of dev: ``` [uncaught exception]: TypeError: Cannot read property 'activateByEvent' of undefinedonError @ index.html:24 index.html:27 TypeError: Cannot read property 'activateByEvent' of undefined at PluginWorkbenchKeybindingService._invokeHandler (file:////Users/bpasero/De...
completed
TypeError: Cannot read property 'activateByEvent' of undefinedon Just got this (somehow) running out of dev: ``` [uncaught exception]: TypeError: Cannot read property 'activateByEvent' of undefinedonError @ index.html:24 index.html:27 TypeError: Cannot read property 'activateByEvent' of undefined at PluginWor...
727
[]
0
False
1434
Show syntax error while open all es6 files in folder 'node_modules' and it subfolders, and
2015-12-18 03:26:39+00:00
2015-12-18 09:44:04+00:00
Show syntax error while open all es6 files in folder 'node_modules' and it's subfolders, and reopen the file, will show repeatedly syntax error in multilines. open the es6 project: ![1](https://cloud.githubusercontent.com/assets/12825770/11888441/91b6ae54-a578-11e5-8d3d-d7e2b1550e98.GIF) open es6 file in root fold...
completed
Show syntax error while open all es6 files in folder 'node_modules' and it subfolders, and Show syntax error while open all es6 files in folder 'node_modules' and it's subfolders, and reopen the file, will show repeatedly syntax error in multilines. open the es6 project: ![1](https://cloud.githubusercontent.com/ass...
625
[]
0
False
1427
Closing with unsaved changes
2015-12-17 17:47:14+00:00
2015-12-18 07:50:29+00:00
When closing Code with unsaved changes, I get the expected dialog asking me if I want to save my changes: ![vscode-save-changes](https://cloud.githubusercontent.com/assets/1249722/11877265/1af924d2-a4e6-11e5-85ed-27c5a8b14ede.PNG) If I click "Don't Save", the dialog disappears, but the application doesn't close. ...
completed
Closing with unsaved changes When closing Code with unsaved changes, I get the expected dialog asking me if I want to save my changes: ![vscode-save-changes](https://cloud.githubusercontent.com/assets/1249722/11877265/1af924d2-a4e6-11e5-85ed-27c5a8b14ede.PNG) If I click "Don't Save", the dialog disappears, but th...
194
[]
0
False
1426
Mac: file events are not reported when using workspace path with different casing
2015-12-17 16:20:16+00:00
2017-02-06 08:06:24+00:00
Interestingly on Mac when opening VS Code on a workspace path that does not match 100% the casing of the workspace as it is on disk, all file events are not working anymore, even though the rest of the program is functional. Filed: https://github.com/paulmillr/chokidar/issues/418
completed
Mac: file events are not reported when using workspace path with different casing Interestingly on Mac when opening VS Code on a workspace path that does not match 100% the casing of the workspace as it is on disk, all file events are not working anymore, even though the rest of the program is functional. Filed: htt...
92
[]
0
False
1425
git.exe, pageant.exe, ssh.exe builds up over time
2015-12-17 15:36:37+00:00
2016-07-05 16:10:19+00:00
Currently I have four of each process (git.exe, pageant.exe, ssh.exe) in my process manager (win 7 ent). I'm using vscode for diff handling and gitex for everything else. I tried not using gitex but push and pulls to github hangs through vscode. V. 0.10.3
completed
git.exe, pageant.exe, ssh.exe builds up over time Currently I have four of each process (git.exe, pageant.exe, ssh.exe) in my process manager (win 7 ent). I'm using vscode for diff handling and gitex for everything else. I tried not using gitex but push and pulls to github hangs through vscode. V. 0.10.3
94
[]
0
False
1419
Check date pattern match for world wide languages
2015-12-17 15:00:24+00:00
2016-01-21 09:07:09+00:00
Currently we support 24 hours and AM PM. We need to check if there are time formats not covered by this.
completed
Check date pattern match for world wide languages Currently we support 24 hours and AM PM. We need to check if there are time formats not covered by this.
37
[]
0
False
1418
debug viewlet changes font size on select
2015-12-17 14:57:17+00:00
2015-12-18 11:59:57+00:00
see screen shot of watch entries. ![screen shot 2015-12-17 at 15 55 19](https://cloud.githubusercontent.com/assets/1794099/11872658/d5e92496-a4d6-11e5-8827-ec0c482cf88e.png)
completed
debug viewlet changes font size on select see screen shot of watch entries. ![screen shot 2015-12-17 at 15 55 19](https://cloud.githubusercontent.com/assets/1794099/11872658/d5e92496-a4d6-11e5-8827-ec0c482cf88e.png)
80
[]
0
False
1417
Debugger gives no error message when node isn't installed
2015-12-17 14:56:21+00:00
2017-08-17 13:18:29+00:00
- have linux with node - have app.js - launch debugging - > nothing happens, no error message etc
completed
Debugger gives no error message when node isn't installed - have linux with node - have app.js - launch debugging - > nothing happens, no error message etc
44
[]
0
False
1413
Can not run decorator sample anymore
2015-12-17 10:41:15+00:00
2015-12-17 13:16:42+00:00
Windows, VS Code 0.10.4 - git clone https://github.com/Microsoft/vscode-extension-samples - cd vscode-extension-samples - npm run install-all - open folder `vscode-extension-samples` in code - run debugger (F5) - second windows opens, but does not get any syntax coloring. After 10 seconds it shows the warning ...
completed
Can not run decorator sample anymore Windows, VS Code 0.10.4 - git clone https://github.com/Microsoft/vscode-extension-samples - cd vscode-extension-samples - npm run install-all - open folder `vscode-extension-samples` in code - run debugger (F5) - second windows opens, but does not get any syntax coloring. Afte...
163
[]
0
False
1412
Can't type Vietnamese
2015-12-17 10:10:37+00:00
2015-12-18 13:39:55+00:00
I can't type vietnamese with Unikey software, also with Visual Studio everthing worked perfectly
completed
Can't type Vietnamese I can't type vietnamese with Unikey software, also with Visual Studio everthing worked perfectly
29
[]
0
False
1411
Clicking "README" on an installed extension prompts to install it again
2015-12-17 10:09:27+00:00
2016-01-04 13:30:47+00:00
1. Execute the command `Extensions: Show Installed Extensions` 2. Click on the small `README` button for an extension in the list 3. The readme opens in a browser as expected, but additionally the install prompt comes up: Info | Would you like to install _extensionName_? | Install Now | Cancel
completed
Clicking "README" on an installed extension prompts to install it again 1. Execute the command `Extensions: Show Installed Extensions` 2. Click on the small `README` button for an extension in the list 3. The readme opens in a browser as expected, but additionally the install prompt comes up: Info | Would yo...
97
[]
0
False
1410
Quick find next (Ctrl + F3) - Document loses focus
2015-12-17 10:02:31+00:00
2016-01-10 20:05:54+00:00
Hi, When making a quick find next, by highlighting some text then pressing <kbd>Ctrl</kbd>+<kbd>F3</kbd>, the search box receives focus making it hard to do quick changes to the found matches. The same thing happens when having a previous search then pressing <kbd>F3</kbd>. I'm forced to click the document to...
completed
Quick find next (Ctrl + F3) - Document loses focus Hi, When making a quick find next, by highlighting some text then pressing <kbd>Ctrl</kbd>+<kbd>F3</kbd>, the search box receives focus making it hard to do quick changes to the found matches. The same thing happens when having a previous search then pressing <k...
120
[]
0
False
1407
Can't close a file without saving changes
2015-12-17 09:30:53+00:00
2015-12-17 10:37:40+00:00
How to reproduce: 1 .open a file 2. modify it (don't save your modifications) 3. right-click on the file and select "Close File" 4. choose "Don't Save" in the dialog that appears The file won't be closed. Worse: you cannot exit Code or open a new folder if you have unsaved modifications. If you do that, ...
completed
Can't close a file without saving changes How to reproduce: 1 .open a file 2. modify it (don't save your modifications) 3. right-click on the file and select "Close File" 4. choose "Don't Save" in the dialog that appears The file won't be closed. Worse: you cannot exit Code or open a new folder if you have ...
145
[]
0
False
1404
SaveDialog for new Files: Actions Cancel and Don't Save are switched
2015-12-17 07:56:55+00:00
2015-12-17 08:58:27+00:00
Code Version 0.10.4 1. open new File.. untitled 2. write some text 3. Close File -> Dialog to Save File appears 4. Click "Don't Save" -> Cancel Action is called or 5. Click "Cancel" -> "Don't Save" Action is called.
completed
SaveDialog for new Files: Actions Cancel and Don't Save are switched Code Version 0.10.4 1. open new File.. untitled 2. write some text 3. Close File -> Dialog to Save File appears 4. Click "Don't Save" -> Cancel Action is called or 5. Click "Cancel" -> "Don't Save" Action is called.
79
[]
0
False
1403
How to get custom sort order for CompletionItem list
2015-12-17 07:22:39+00:00
2015-12-22 12:08:30+00:00
I'm working on the PowerShellEditorServices support and right now the ordering for cmdlet parameters is alphabetical. In PowerShell this is typically not what you want as there are a dozen or so "common" parameters that automatically show up on every cmdlet i.e. PowerShell provides them for all cmdlets. So in edi...
completed
How to get custom sort order for CompletionItem list I'm working on the PowerShellEditorServices support and right now the ordering for cmdlet parameters is alphabetical. In PowerShell this is typically not what you want as there are a dozen or so "common" parameters that automatically show up on every cmdlet i.e. Pow...
506
[]
0
False
1402
[html] typos of angularjs attributes(directives)
2015-12-17 06:44:45+00:00
2016-01-12 15:11:35+00:00
I've found serveral typos of angularjs attributes in following file's line 425 through 430 `vscode/src/vs/languages/html/common/htmlTags.ts` 'ng-bindhtml' => 'ng-bind-html' 'ng-bindtemplate' => 'ng-bind-template' 'ng-classeven' => 'ng-class-even' 'ng-classodd' => 'ng-class-odd' 'ng-modelOptions' => ...
completed
[html] typos of angularjs attributes(directives) I've found serveral typos of angularjs attributes in following file's line 425 through 430 `vscode/src/vs/languages/html/common/htmlTags.ts` 'ng-bindhtml' => 'ng-bind-html' 'ng-bindtemplate' => 'ng-bind-template' 'ng-classeven' => 'ng-class-even' 'ng-class...
179
[]
0
False
1400
Line endings aren't copy/pasted correctly from VS Code
2015-12-17 03:50:34+00:00
2016-01-28 10:03:04+00:00
When I copy / paste a JSON file with LF or CRLF line endings, and paste it into PowerPoint 2016 for Mac, the line endings aren't maintained. Using the [Atom Editor](http://atom.io), when I use CRLF line endings, the same content pasted into PowerPoint for Mac 2016 properly maintains the line endings. What could c...
completed
Line endings aren't copy/pasted correctly from VS Code When I copy / paste a JSON file with LF or CRLF line endings, and paste it into PowerPoint 2016 for Mac, the line endings aren't maintained. Using the [Atom Editor](http://atom.io), when I use CRLF line endings, the same content pasted into PowerPoint for Mac 20...
293
[]
0
False
1386
[0.10.4] editor.insertSpaces "auto" not being detected
2015-12-16 15:40:58+00:00
2015-12-17 10:18:08+00:00
I have my setting set to `auto` which worked in `0.10.3`. After I upgraded to the insider release, it's not being detected automatically, it always inserts spaces.
completed
[0.10.4] editor.insertSpaces "auto" not being detected I have my setting set to `auto` which worked in `0.10.3`. After I upgraded to the insider release, it's not being detected automatically, it always inserts spaces.
63
[]
0
False
1385
Cannot read property 'trigger' of null: TypeError
2015-12-16 15:25:45+00:00
2015-12-16 16:05:10+00:00
While opening many editors in a row I get the following error in the console. The underlying file are under git source control. Cannot read property 'trigger' of null: TypeError: Cannot read property 'trigger' of null at e.triggerDiff (file:////home/martinae/VSCode-linux-x64/resources/app/out/vs/workbench/work...
completed
Cannot read property 'trigger' of null: TypeError While opening many editors in a row I get the following error in the console. The underlying file are under git source control. Cannot read property 'trigger' of null: TypeError: Cannot read property 'trigger' of null at e.triggerDiff (file:////home/martinae/VS...
619
[]
0
False
1384
breakpoint not hit in node 5.2
2015-12-16 15:22:40+00:00
2016-07-06 14:25:06+00:00
@jrieken this bug targets the problem #1264 for node 5.2
completed
breakpoint not hit in node 5.2 @jrieken this bug targets the problem #1264 for node 5.2
27
[]
0
False
1382
Spourious test failures in ExtHostLanguageFeatureCommands
2015-12-16 14:12:48+00:00
2016-01-04 15:22:41+00:00
Both https://monacotools.visualstudio.com/DefaultCollection/Monaco/_build#favDefinitionId=37&_a=summary&buildId=19168 and https://monacotools.visualstudio.com/DefaultCollection/Monaco/_build#favDefinitionId=37&_a=summary&buildId=19193 fail with 6 failing 1) ExtHostLanguageFeatureCommands WorkspaceSymbols, ⇔ ba...
completed
Spourious test failures in ExtHostLanguageFeatureCommands Both https://monacotools.visualstudio.com/DefaultCollection/Monaco/_build#favDefinitionId=37&_a=summary&buildId=19168 and https://monacotools.visualstudio.com/DefaultCollection/Monaco/_build#favDefinitionId=37&_a=summary&buildId=19193 fail with 6 failin...
434
[]
0
False
1377
quickPick ranking gives priority to class name then to file
2015-12-16 11:17:00+00:00
2015-12-18 09:39:24+00:00
What is the reasoning for the following ranking? My preference would be to first get the file, though that is just my preference. Also the second results fits the casing better. ![screen shot 2015-12-16 at 12 14 53](https://cloud.githubusercontent.com/assets/1926584/11839519/cfa974b6-a3ee-11e5-8964-70ffb99a7cc9.pn...
completed
quickPick ranking gives priority to class name then to file What is the reasoning for the following ranking? My preference would be to first get the file, though that is just my preference. Also the second results fits the casing better. ![screen shot 2015-12-16 at 12 14 53](https://cloud.githubusercontent.com/ass...
114
[]
0
False
1375
Add to watch adds an invalid expression
2015-12-16 10:54:56+00:00
2015-12-18 14:36:49+00:00
I have an array of objects, each of which object exposes two fields. I inspect the array in the debugger, expand one of the items in the array, then right click on one of the fields and 'Add to Watch'. E.g., I click on myArray[1].firstField then choose add to watch. I expect to see myArray[1].firstField added as a watc...
completed
Add to watch adds an invalid expression I have an array of objects, each of which object exposes two fields. I inspect the array in the debugger, expand one of the items in the array, then right click on one of the fields and 'Add to Watch'. E.g., I click on myArray[1].firstField then choose add to watch. I expect to s...
193
[]
0
False
1370
Accelerators in menu do not update btw restarts
2015-12-16 09:04:48+00:00
2015-12-16 14:52:23+00:00
- remove a keybinding (e.g. zoom in) - quit and start vscode - observe: the menu accelerator is still there
completed
Accelerators in menu do not update btw restarts - remove a keybinding (e.g. zoom in) - quit and start vscode - observe: the menu accelerator is still there
45
[]
0
False
1369
Do not give Electron accelerators that change with keyboard layout under Mac/Linux
2015-12-16 09:03:46+00:00
2015-12-16 11:59:28+00:00
The reason is the menu where they fail to render them correctly + on the mac they dispatch incorrectly
completed
Do not give Electron accelerators that change with keyboard layout under Mac/Linux The reason is the menu where they fail to render them correctly + on the mac they dispatch incorrectly
42
[]
0
False
1365
[css] cssParser incomplete for at-rules
2015-12-16 07:54:00+00:00
2017-09-07 10:00:24+00:00
Few of issues I’ve seen in the parser for at-rules: - @supports flagged as unknown at-rule. https://drafts.csswg.org/css-conditional-3/#at-supports . This is supported by all browsers now. - @-ms-keyframes isn't flagged. This never existed. It is added [here](https://github.com/Microsoft/vscode/blob/master/src/vs/lan...
completed
[css] cssParser incomplete for at-rules Few of issues I’ve seen in the parser for at-rules: - @supports flagged as unknown at-rule. https://drafts.csswg.org/css-conditional-3/#at-supports . This is supported by all browsers now. - @-ms-keyframes isn't flagged. This never existed. It is added [here](https://github.com...
546
[]
0
False
1362
Debug Call Stack viewport vertical scroll cuts off the bottom item
2015-12-16 04:00:01+00:00
2015-12-21 11:01:52+00:00
In debug mode, in the Call Stack viewport, whenever the list is larger than the view area and the vertical scrollbar appears, the bottom item is not reachable by scrolling. Note that even with multiple threads, it cuts off exactly one item. The same is not true for the variables viewport, the variables viewport w...
completed
Debug Call Stack viewport vertical scroll cuts off the bottom item In debug mode, in the Call Stack viewport, whenever the list is larger than the view area and the vertical scrollbar appears, the bottom item is not reachable by scrolling. Note that even with multiple threads, it cuts off exactly one item. The sa...
95
[]
0
False
1358
Try to use different method for getting key physical label
2015-12-15 23:19:42+00:00
2015-12-16 10:33:46+00:00
See: ![image](https://cloud.githubusercontent.com/assets/5047891/11827170/89f28dd6-a38a-11e5-9983-8f21d42c3f24.png) vs : ![image](https://cloud.githubusercontent.com/assets/5047891/11827191/ae74a46e-a38a-11e5-83af-186629d7d422.png)
completed
Try to use different method for getting key physical label See: ![image](https://cloud.githubusercontent.com/assets/5047891/11827170/89f28dd6-a38a-11e5-9983-8f21d42c3f24.png) vs : ![image](https://cloud.githubusercontent.com/assets/5047891/11827191/ae74a46e-a38a-11e5-83af-186629d7d422.png)
118
[]
0
False
1355
Add shortcuts for nextDiff and prevDiff in DiffEditor
2015-12-15 22:43:41+00:00
2016-02-01 18:12:44+00:00
It would be handy to have shortcuts for both buttons in **DiffEditor**. Suggestions: - **nextDiff**: `Ctrl + Shift + N` - **prevDiff**: `Ctrl + Shift + P`
completed
Add shortcuts for nextDiff and prevDiff in DiffEditor It would be handy to have shortcuts for both buttons in **DiffEditor**. Suggestions: - **nextDiff**: `Ctrl + Shift + N` - **prevDiff**: `Ctrl + Shift + P`
81
[]
0
False
1353
Extensibility API: openTextDocument() inconsistent dirty state with working files if document is inside workspace.rootPath
2015-12-15 21:55:45+00:00
2015-12-16 10:11:54+00:00
Sorry for the convoluted title, also sorry if this is simply user error or misuse of the API. Long story short, I'm opening the TextDocument like this: ``` vscode.workspace.openTextDocument(vscode.Uri.parse("untitled:" + lsFullpath)).then(...); ``` where lsFullpath is a full path inside vscode.workspace.root...
completed
Extensibility API: openTextDocument() inconsistent dirty state with working files if document is inside workspace.rootPath Sorry for the convoluted title, also sorry if this is simply user error or misuse of the API. Long story short, I'm opening the TextDocument like this: ``` vscode.workspace.openTextDocument(...
313
[]
0
False
1345
Too many icons due to too many tokens
2015-12-15 17:31:27+00:00
2015-12-16 11:12:27+00:00
![image](https://cloud.githubusercontent.com/assets/5047891/11818323/07fa203a-a35a-11e5-92b8-1c926e129b13.png)
completed
Too many icons due to too many tokens ![image](https://cloud.githubusercontent.com/assets/5047891/11818323/07fa203a-a35a-11e5-92b8-1c926e129b13.png)
63
[]
0
False
1342
Typescript suggestions are very often broken
2015-12-15 16:10:20+00:00
2015-12-16 14:36:25+00:00
Hi, Typescript suggestions are always out of sync whenever any change like a git operation happens. For someone like me who relies on the terminal, the experience is horrible. If I understand it correctly, it's caused by changes to files outside the IDE. "atom-typescript" had a sync button to fix this. You should...
completed
Typescript suggestions are very often broken Hi, Typescript suggestions are always out of sync whenever any change like a git operation happens. For someone like me who relies on the terminal, the experience is horrible. If I understand it correctly, it's caused by changes to files outside the IDE. "atom-typescr...
114
[]
0
False
1338
suggestion screen cheese
2015-12-15 15:12:18+00:00
2015-12-15 16:15:12+00:00
- do JS - trigger so that <no suggestion> appears - type - ~> a weird shadow follows me ![screen shot 2015-12-15 at 16 10 50](https://cloud.githubusercontent.com/assets/1794099/11814358/95b09378-a346-11e5-894d-27eaf2ee4ef8.png)
completed
suggestion screen cheese - do JS - trigger so that <no suggestion> appears - type - ~> a weird shadow follows me ![screen shot 2015-12-15 at 16 10 50](https://cloud.githubusercontent.com/assets/1794099/11814358/95b09378-a346-11e5-894d-27eaf2ee4ef8.png)
88
[]
0
False
1336
Insert cursor below on last line adds a cursor to the end of the current line
2015-12-15 14:54:23+00:00
2016-02-22 13:42:05+00:00
With file contents ``` abc ``` (no ending new line) If cursor is before `a` and `editor.action.insertCursorBelow` is triggered, a cursor will be added after `c`.
completed
Insert cursor below on last line adds a cursor to the end of the current line With file contents ``` abc ``` (no ending new line) If cursor is before `a` and `editor.action.insertCursorBelow` is triggered, a cursor will be added after `c`.
76
[]
0
False
1335
breakpoint verification status not updated if program runs to termination w/o hitting a breakpoint
2015-12-15 14:43:32+00:00
2015-12-15 15:19:43+00:00
-Make sure to use vscode with a fix for #1266. -Use the snippet from #1266 and set a breakpoint in line 5. -In your launch config use joh.ts as the entry point. -break the source map by changing the "version" attribute to "vers". -F5 Observe: the breakpoint does not update to "invalid" -set another breakpoint in ...
completed
breakpoint verification status not updated if program runs to termination w/o hitting a breakpoint -Make sure to use vscode with a fix for #1266. -Use the snippet from #1266 and set a breakpoint in line 5. -In your launch config use joh.ts as the entry point. -break the source map by changing the "version" attribute...
128
[]
0
False
1330
VSCode will not close if attempting to discard an unsaved file
2015-12-15 12:53:01+00:00
2015-12-15 19:57:46+00:00
When attempting to close or change workspace containing unsaved file(s) vscode prompts you to save them (expected) however clicking 'Don't save' results in the same action as clicking 'Cancel'. I.e. the editor remains in the current workspace. Detected on 0.10.4
completed
VSCode will not close if attempting to discard an unsaved file When attempting to close or change workspace containing unsaved file(s) vscode prompts you to save them (expected) however clicking 'Don't save' results in the same action as clicking 'Cancel'. I.e. the editor remains in the current workspace. Detected on ...
92
[]
0
False
1328
Extensions Status: The image is too large compared to the others
2015-12-15 11:21:10+00:00
2015-12-15 11:27:26+00:00
Make it background-size: 14px
completed
Extensions Status: The image is too large compared to the others Make it background-size: 14px
24
[]
0
False
1327
Extensions Status: The number after the icon does not help me at all
2015-12-15 11:19:07+00:00
2015-12-15 11:59:03+00:00
I see the number 1 after the icon but what does it mean? At least tell me "1 Warning".
completed
Extensions Status: The number after the icon does not help me at all I see the number 1 after the icon but what does it mean? At least tell me "1 Warning".
41
[]
0
False
1326
Extensions Status: Uninstall action does not tell me what is being uninstalled
2015-12-15 11:18:23+00:00
2015-12-16 10:39:56+00:00
If we provide an action to uninstall an extension from a warning/error, please make it very clear what exactly is being uninstalled, I cannot tell from the warning itself: ![screen shot 2015-12-15 at 12 18 07](https://cloud.githubusercontent.com/assets/900690/11809265/eebfdd8c-a325-11e5-88e7-c562c59883e0.png)
completed
Extensions Status: Uninstall action does not tell me what is being uninstalled If we provide an action to uninstall an extension from a warning/error, please make it very clear what exactly is being uninstalled, I cannot tell from the warning itself: ![screen shot 2015-12-15 at 12 18 07](https://cloud.githubusercont...
119
[]
0
False
1325
Extensions Status: improve hover message
2015-12-15 11:17:11+00:00
2015-12-15 11:58:51+00:00
I suggest to tell the user that you are showing N errors and warnings there, not just "extensions".
completed
Extensions Status: improve hover message I suggest to tell the user that you are showing N errors and warnings there, not just "extensions".
36
[]
0
False
1324
[css] Word highlight is computed wrong when in CSS comments
2015-12-15 11:05:21+00:00
2015-12-15 15:05:01+00:00
``` css .monaco-editor .inlineKeybindingMismatch:before { margin: 0.1em 0.1em 0 0.1em; content:" "; display:inline-block; height:1em; width:1em; /*line-height:1em;*/ /*border:0.1em solid #000;*/ background: url(status-error.svg) 0px 0px no-repeat; background-size: 1em; }...
completed
[css] Word highlight is computed wrong when in CSS comments ``` css .monaco-editor .inlineKeybindingMismatch:before { margin: 0.1em 0.1em 0 0.1em; content:" "; display:inline-block; height:1em; width:1em; /*line-height:1em;*/ /*border:0.1em solid #000;*/ background: url(status...
181
[]
0
False
1323
Cannot read property 'getStatus' of null
2015-12-15 10:47:32+00:00
2015-12-15 13:51:54+00:00
Just saw this in my dev logs: [1674:1215/113350:INFO:CONSOLE(332)] "Cannot read property 'getStatus' of null: TypeError: Cannot read property 'getStatus' of null at DirtyDiffModelDecorator.getOriginalContents (file:////Users/bpasero/Development/monaco/out/vs/workbench/parts/git/browser/gitWorkbenchContributions...
completed
Cannot read property 'getStatus' of null Just saw this in my dev logs: [1674:1215/113350:INFO:CONSOLE(332)] "Cannot read property 'getStatus' of null: TypeError: Cannot read property 'getStatus' of null at DirtyDiffModelDecorator.getOriginalContents (file:////Users/bpasero/Development/monaco/out/vs/workbench/pa...
598
[]
0
False
1322
Move line up is broken
2015-12-15 10:38:18+00:00
2015-12-15 23:13:25+00:00
- move line up - :sob: lines moves up but cursor stays
completed
Move line up is broken - move line up - :sob: lines moves up but cursor stays
25
[]
0
False
1321
HTML Format does not work
2015-12-15 10:15:39+00:00
2015-12-15 10:39:36+00:00
- open HTML file - run format (entire document) ![image](https://cloud.githubusercontent.com/assets/5047891/11807883/1facd200-a31d-11e5-8e73-29c14d0910e3.png)
completed
HTML Format does not work - open HTML file - run format (entire document) ![image](https://cloud.githubusercontent.com/assets/5047891/11807883/1facd200-a31d-11e5-8e73-29c14d0910e3.png)
69
[]
0
False
1320
Can't install extensions through proxy on windows
2015-12-15 10:02:33+00:00
2016-01-04 14:40:42+00:00
The List of extensions is displayed, but when I click on one iE `Elm` it shows `Error` `getaddrinfo ENOTFOUND marketplace.visualstudio.com marketplace.visualstudio.com:443` Vscode was started from the commandline with ``` >set | grep proxy https_proxy=http://user:pw@ip:port http_proxy=http://user:pw@ip:po...
completed
Can't install extensions through proxy on windows The List of extensions is displayed, but when I click on one iE `Elm` it shows `Error` `getaddrinfo ENOTFOUND marketplace.visualstudio.com marketplace.visualstudio.com:443` Vscode was started from the commandline with ``` >set | grep proxy https_proxy=http...
182
[]
0
False
1313
I can open jpg ,but can not open JPG(upper)
2015-12-15 02:39:24+00:00
2015-12-15 07:56:45+00:00
I can open jpg ,but can not open JPG(upper)
completed
I can open jpg ,but can not open JPG(upper) I can open jpg ,but can not open JPG(upper)
37
[]
0
False
1312
Watched tasks do not terminate (sometimes)
2015-12-15 00:50:59+00:00
2015-12-16 10:52:26+00:00
I'm finding that I have a bunch of zombie tasks, even after closing VS Code 0.10.3 (on OS X). It appears that whenever I edit `tasks.json`, VS code forgets about the running tasks. `> Tasks: Terminate Running Task` has no effect, and closing VS Code doesn't kill the process, either.
completed
Watched tasks do not terminate (sometimes) I'm finding that I have a bunch of zombie tasks, even after closing VS Code 0.10.3 (on OS X). It appears that whenever I edit `tasks.json`, VS code forgets about the running tasks. `> Tasks: Terminate Running Task` has no effect, and closing VS Code doesn't kill the proces...
96
[]
0
False
1311
[css] at-rules in CSS no longer distinguished from selectors in dark theme
2015-12-15 00:17:24+00:00
2015-12-15 12:05:54+00:00
Probably somewhat related to #1271 In the dark theme (and light theme), CSS at-rules (e.g. @font-face) were coloured purple, distinguishing them from regular selectors. In builds from Master, they're now the same colour as selectors: blue. In light theme they are distinguished from selectors, but are now blue ins...
completed
[css] at-rules in CSS no longer distinguished from selectors in dark theme Probably somewhat related to #1271 In the dark theme (and light theme), CSS at-rules (e.g. @font-face) were coloured purple, distinguishing them from regular selectors. In builds from Master, they're now the same colour as selectors: blue....
299
[]
0
False
1306
Inconsistent matching when typing quickly with Go To File
2015-12-14 19:07:50+00:00
2015-12-15 09:13:29+00:00
I have a file called `products_controller.php`. So, that should be found if I do Go To File and type `prodcon`. If I quickly type `prodcon`, it says "No results found." If I delete the last 'n' it will show a match for `products_controller.php`, as well as a few other files. If I then re-type the `n`, it will still ...
completed
Inconsistent matching when typing quickly with Go To File I have a file called `products_controller.php`. So, that should be found if I do Go To File and type `prodcon`. If I quickly type `prodcon`, it says "No results found." If I delete the last 'n' it will show a match for `products_controller.php`, as well as a ...
350
[]
0
False
1302
Work around Chrome implementing w3c's DOM Level3 Events section B.2.4 on Mac
2015-12-14 17:46:26+00:00
2015-12-15 15:57:32+00:00
Chromium decided to implement section [B.2.4 of DOM Level3 Events](http://www.w3.org/TR/DOM-Level-3-Events/#h-optionally-fixed-virtual-key-codes) only on Mac. Given the German (Swiss) keyboard layout: ![420px-kb_swiss svg](https://cloud.githubusercontent.com/assets/5047891/11788624/4ecb714e-a292-11e5-8d1a-c0ed2a865...
completed
Work around Chrome implementing w3c's DOM Level3 Events section B.2.4 on Mac Chromium decided to implement section [B.2.4 of DOM Level3 Events](http://www.w3.org/TR/DOM-Level-3-Events/#h-optionally-fixed-virtual-key-codes) only on Mac. Given the German (Swiss) keyboard layout: ![420px-kb_swiss svg](https://cloud.gi...
339
[]
0
False
1301
Do not fall back to render the US keybinding if key code is missing in keyboard layout
2015-12-14 17:37:27+00:00
2015-12-15 13:39:28+00:00
Under Windows on the German (Swiss) keyboard layout, `VK_OEM_PLUS` can not be triggered by any phyisical key. However, we render that there is a keybinding `Ctrl+=` for `zoom in` because the logic falls back to the US standard layout if a key does not produce any character under the current keyboard layout.
completed
Do not fall back to render the US keybinding if key code is missing in keyboard layout Under Windows on the German (Swiss) keyboard layout, `VK_OEM_PLUS` can not be triggered by any phyisical key. However, we render that there is a keybinding `Ctrl+=` for `zoom in` because the logic falls back to the US standard lay...
104
[]
0
False
1299
Deactivate or subscription.dispose don't write to the log
2015-12-14 16:15:01+00:00
2015-12-15 16:49:00+00:00
I have the following code `````` typescript export function activate(context: ExtensionContext) { context.subscriptions.push(new Disposable(() => { fs.writeFileSync('C:/log-sub.txt', 'On Dispose'); })); } export function deactivate() { fs.writeFileSync('C:/log-deact.txt', 'On Deactivate'...
completed
Deactivate or subscription.dispose don't write to the log I have the following code `````` typescript export function activate(context: ExtensionContext) { context.subscriptions.push(new Disposable(() => { fs.writeFileSync('C:/log-sub.txt', 'On Dispose'); })); } export function deactivate() {...
147
[]
0
False
1298
Can't debug deactivate / subscription.dispose call
2015-12-14 16:10:50+00:00
2017-04-05 10:10:42+00:00
- extension that pushes a disposable into the subscription on active - set a breakpoint into the disposable function - shutdown VS Code Observe: the breakpoint is not hit and you can't debug the shutdown process.
completed
Can't debug deactivate / subscription.dispose call - extension that pushes a disposable into the subscription on active - set a breakpoint into the disposable function - shutdown VS Code Observe: the breakpoint is not hit and you can't debug the shutdown process.
70
[]
0
False
1297
Linux: Order of confirm buttons is wrong in dialogs
2015-12-14 16:06:35+00:00
2016-04-14 07:40:06+00:00
It should be "Alternate" (optional) | "Cancel" | "Ok" for confirm dialogs.
completed
Linux: Order of confirm buttons is wrong in dialogs It should be "Alternate" (optional) | "Cancel" | "Ok" for confirm dialogs.
43
[]
0
False
1296
QuickOpen: Cannot read property toLowerCase of null
2015-12-14 16:04:24+00:00
2015-12-14 17:04:19+00:00
- Enable fuzzySearch - vscode repo - search for 'opa' I do not get any results and I see the attached error in the console. I can not repro, hope the screenshot is of some use <img width="630" alt="screen shot 2015-12-14 at 17 00 50" src="https://cloud.githubusercontent.com/assets/1926584/11785962/68e5d0a0-a284-...
completed
QuickOpen: Cannot read property toLowerCase of null - Enable fuzzySearch - vscode repo - search for 'opa' I do not get any results and I see the attached error in the console. I can not repro, hope the screenshot is of some use <img width="630" alt="screen shot 2015-12-14 at 17 00 50" src="https://cloud.githubus...
132
[]
0
False
1295
search.fuzzyFilePicker might not be a good name
2015-12-14 15:59:32+00:00
2015-12-15 11:12:23+00:00
In our `vscode.d.ts` we call it quick pick, not file picker. So I would call the setting `search.fuzzyQuickPick`
completed
search.fuzzyFilePicker might not be a good name In our `vscode.d.ts` we call it quick pick, not file picker. So I would call the setting `search.fuzzyQuickPick`
53
[]
0
False
1294
quickopen **/* sometimes does show all results as matches
2015-12-14 15:52:15+00:00
2015-12-15 10:35:38+00:00
I would expect in the following case that the first two files are also shown as matched in dark blue. <img width="535" alt="screen shot 2015-12-14 at 16 50 12" src="https://cloud.githubusercontent.com/assets/1926584/11785613/ecd26dee-a282-11e5-8dfc-64519d0c63e7.png">
completed
quickopen **/* sometimes does show all results as matches I would expect in the following case that the first two files are also shown as matched in dark blue. <img width="535" alt="screen shot 2015-12-14 at 16 50 12" src="https://cloud.githubusercontent.com/assets/1926584/11785613/ecd26dee-a282-11e5-8dfc-64519d0c63...
108
[]
0
False
1293
Quick open highlight is not working when including wildcards
2015-12-14 15:45:01+00:00
2015-12-15 10:35:38+00:00
Notice how the matching is wrong in the following screenshot. I would expect some files being matched inside the browser folder. <img width="604" alt="screen shot 2015-12-14 at 16 41 47" src="https://cloud.githubusercontent.com/assets/1926584/11785379/d80acc4a-a281-11e5-9310-69117e0c192e.png">
completed
Quick open highlight is not working when including wildcards Notice how the matching is wrong in the following screenshot. I would expect some files being matched inside the browser folder. <img width="604" alt="screen shot 2015-12-14 at 16 41 47" src="https://cloud.githubusercontent.com/assets/1926584/11785379/d80...
110
[]
0
False
1290
IntelliSense: Sorting is weird in this case
2015-12-14 15:28:28+00:00
2015-12-15 08:53:34+00:00
In a TS file type "for" and auto-complete. You will find a 100% match "for" on the top, but the other 100% match from snippets is not there but rather at the end. If we do not sort unified across the various providers, then maybe we should take out snippets from the list and provide another way of completing snippets. ...
completed
IntelliSense: Sorting is weird in this case In a TS file type "for" and auto-complete. You will find a 100% match "for" on the top, but the other 100% match from snippets is not there but rather at the end. If we do not sort unified across the various providers, then maybe we should take out snippets from the list and ...
166
[]
0
False
1288
Cannot read property 'getRepositoryRoot' of null
2015-12-14 15:15:08+00:00
2015-12-15 13:52:12+00:00
Found this in the logs after creating a new untitled file, making it dirty and closing the workbench [664:1214/161419:INFO:CONSOLE(332)] "Cannot read property 'getRepositoryRoot' of null: TypeError: Cannot read property 'getRepositoryRoot' of null at DirtyDiffDecorator.onEditorInputChange (file:///C:/GitDevelop...
completed
Cannot read property 'getRepositoryRoot' of null Found this in the logs after creating a new untitled file, making it dirty and closing the workbench [664:1214/161419:INFO:CONSOLE(332)] "Cannot read property 'getRepositoryRoot' of null: TypeError: Cannot read property 'getRepositoryRoot' of null at DirtyDiffDec...
639
[]
0
False
1283
[sass] Strings are colored same way as values in dark theme
2015-12-14 14:38:51+00:00
2015-12-16 10:29:29+00:00
Sass file, notice how the light theme nicely distinguishes between strings and values and the dark theme does not <img width="200" alt="screen shot 2015-12-14 at 15 37 00" src="https://cloud.githubusercontent.com/assets/1926584/11783632/8be8e4d6-a278-11e5-9ffe-34c2bbbb0e59.png"> <img width="227" alt="screen shot 20...
completed
[sass] Strings are colored same way as values in dark theme Sass file, notice how the light theme nicely distinguishes between strings and values and the dark theme does not <img width="200" alt="screen shot 2015-12-14 at 15 37 00" src="https://cloud.githubusercontent.com/assets/1926584/11783632/8be8e4d6-a278-11e5-9...
179
[]
0
False
1282
[less][sass] Duplicate module definitions upon opening LESS or SASS files
2015-12-14 14:32:51+00:00
2015-12-16 09:56:24+00:00
Open a less or sass file, notice the warnings in the console <img width="598" alt="screen shot 2015-12-14 at 15 31 42" src="https://cloud.githubusercontent.com/assets/1926584/11783491/e1c4cba0-a277-11e5-9b91-6a51be3d778a.png">
completed
[less][sass] Duplicate module definitions upon opening LESS or SASS files Open a less or sass file, notice the warnings in the console <img width="598" alt="screen shot 2015-12-14 at 15 31 42" src="https://cloud.githubusercontent.com/assets/1926584/11783491/e1c4cba0-a277-11e5-9b91-6a51be3d778a.png">
110
[]
0
False
1280
Git sync: Icon looks off compared to others around
2015-12-14 14:27:52+00:00
2015-12-15 16:27:17+00:00
The screenshots in the test plan show it quite well, on Mac at least the sync and publish icon is not nicely aligned with the SVGs for git and problems/errors markers. Either we use Octicon for git branch as well or we find SVGs for the publish/sync icons maybe?
completed
Git sync: Icon looks off compared to others around The screenshots in the test plan show it quite well, on Mac at least the sync and publish icon is not nicely aligned with the SVGs for git and problems/errors markers. Either we use Octicon for git branch as well or we find SVGs for the publish/sync icons maybe?
88
[]
0
False
1277
Git Sync: Flashes between enabled/disabled each time I click on the git viewlet
2015-12-14 14:22:30+00:00
2015-12-16 08:19:05+00:00
Looks a bit hectic.
completed
Git Sync: Flashes between enabled/disabled each time I click on the git viewlet Looks a bit hectic.
32
[]
0
False
1276
[json] should color string values red in light theme
2015-12-14 14:17:13+00:00
2015-12-16 11:10:09+00:00
IMHO colors should be reversed in this screenshot. We always use red for strings, and we should use a special color blue for keys in JSON. Also dark theme is doing the same, values are shown in the string color, and keys in the new color. <img width="391" alt="screen shot 2015-12-14 at 15 13 29" src="https://cloud.git...
completed
[json] should color string values red in light theme IMHO colors should be reversed in this screenshot. We always use red for strings, and we should use a special color blue for keys in JSON. Also dark theme is doing the same, values are shown in the string color, and keys in the new color. <img width="391" alt="scree...
145
[]
0
False
1275
Keyboard: Widget not showing correct values
2015-12-14 14:16:21+00:00
2015-12-15 14:31:11+00:00
I am on a Mac with a german keyboard layout and some keys are not showing a preview as expected: - < : unknown (key right to shift) - ^ : backslash - ? : [ - ´ : ] - \* : = - # : / - ü : ; - ö : ` - ä : ' I wonder if the keyboard layout is correctly detected after all? Btw I am seeing similar results on...
completed
Keyboard: Widget not showing correct values I am on a Mac with a german keyboard layout and some keys are not showing a preview as expected: - < : unknown (key right to shift) - ^ : backslash - ? : [ - ´ : ] - \* : = - # : / - ü : ; - ö : ` - ä : ' I wonder if the keyboard layout is correctly detected afte...
108
[]
0
False
1273
Cursor only works correctly on Basic Multilingual Plane
2015-12-14 14:11:55+00:00
2017-04-05 10:11:35+00:00
Paste the following into the editor: ``` abc 𠮷 def ``` Using the <kbd>Left Arrow</kbd> key, navigate from the beginning of the line to its end. As you jump over the Chinese character, you'll notice that it takes two key presses to get away from it. Additionally, if you type some latin text between those two ju...
completed
Cursor only works correctly on Basic Multilingual Plane Paste the following into the editor: ``` abc 𠮷 def ``` Using the <kbd>Left Arrow</kbd> key, navigate from the beginning of the line to its end. As you jump over the Chinese character, you'll notice that it takes two key presses to get away from it. Additi...
143
[]
0
False
1271
[html] HTML colors angle brackets wrongly in dark theme
2015-12-14 14:10:44+00:00
2015-12-15 12:01:53+00:00
Angel brackets should be blue not orange in this screenshot. <img width="376" alt="screen shot 2015-12-14 at 15 06 15" src="https://cloud.githubusercontent.com/assets/1926584/11782942/85b4c4da-a274-11e5-8215-192af4271568.png">
completed
[html] HTML colors angle brackets wrongly in dark theme Angel brackets should be blue not orange in this screenshot. <img width="376" alt="screen shot 2015-12-14 at 15 06 15" src="https://cloud.githubusercontent.com/assets/1926584/11782942/85b4c4da-a274-11e5-8215-192af4271568.png">
99
[]
0
False
1270
[themes] Dark theme uses much more colors than light theme for both JS and TS
2015-12-14 14:01:05+00:00
2015-12-16 12:04:14+00:00
Compare the two screenshots. We use much more colors in the dark theme. This is not consistent since those two are the default themes and they should be symetric imho. Both for Typescript and Javascript @stevencl @bgashler1 opinions welcome <img width="462" alt="screen shot 2015-12-14 at 14 57 28" src="https://clou...
completed
[themes] Dark theme uses much more colors than light theme for both JS and TS Compare the two screenshots. We use much more colors in the dark theme. This is not consistent since those two are the default themes and they should be symetric imho. Both for Typescript and Javascript @stevencl @bgashler1 opinions welcome ...
215
[]
0
False
1267
[json] Bower.json has a authors attibribue but default code complete proposes author
2015-12-14 13:50:36+00:00
2015-12-15 13:21:11+00:00
- bower.json - in empty file activate code complete - accept proposal - it inserts ``` json { "name": "name", "description": "description", "author": "author", "version": "1.0.0", "main": "pathToMain", "dependencies": {} } ``` Observe: it inserts a author field however bower fi...
completed
[json] Bower.json has a authors attibribue but default code complete proposes author - bower.json - in empty file activate code complete - accept proposal - it inserts ``` json { "name": "name", "description": "description", "author": "author", "version": "1.0.0", "main": "pathToMain", ...
129
[]
0
False
1266
breakpoints show as valid tho source map is broken
2015-12-14 13:48:11+00:00
2015-12-15 14:43:59+00:00
``` typescript function fn(...args: any[]) { console.log(args); } fn(1, 2, true, {}); ``` - take the above code, run `tsc --sourceMap` - debug with source maps and put a breakpoint in the function body - ruin the source map file (remove `{"ver` from the beginning) - :cry: breakpoints don't render as invali...
completed
breakpoints show as valid tho source map is broken ``` typescript function fn(...args: any[]) { console.log(args); } fn(1, 2, true, {}); ``` - take the above code, run `tsc --sourceMap` - debug with source maps and put a breakpoint in the function body - ruin the source map file (remove `{"ver` from the beg...
120
[]
0
False
1264
breakpoint not hit
2015-12-14 13:40:37+00:00
2015-12-16 15:19:16+00:00
``` function fn(...args: any[]) { console.log(args); } fn(1, 2, true, {}); ``` - have the snippet above as **ts** with **sourcemaps** - set breakpoints in the function body and on function invocation (last line) - F5 *> only the breakpoint in the function body is hit, not the invocation breakpoint
completed
breakpoint not hit ``` function fn(...args: any[]) { console.log(args); } fn(1, 2, true, {}); ``` - have the snippet above as **ts** with **sourcemaps** - set breakpoints in the function body and on function invocation (last line) - F5 *> only the breakpoint in the function body is hit, not the invocat...
100
[]
0
False
1263
ctrl + I does not fully select wrapped lines
2015-12-14 13:40:09+00:00
2015-12-16 13:27:59+00:00
- Set "editor.wrappingColumn": 50 - Open a file that has some wrapped lines, (e.g debugService.ts#159) - Ctrl + I - notice that the whole line does not get selected <img width="368" alt="screen shot 2015-12-14 at 14 38 51" src="https://cloud.githubusercontent.com/assets/1926584/11782278/6d0468ae-a270-11e5-8e37-a24...
completed
ctrl + I does not fully select wrapped lines - Set "editor.wrappingColumn": 50 - Open a file that has some wrapped lines, (e.g debugService.ts#159) - Ctrl + I - notice that the whole line does not get selected <img width="368" alt="screen shot 2015-12-14 at 14 38 51" src="https://cloud.githubusercontent.com/assets...
142
[]
0
False
1261
Windows 7: Seeing 2 times "Define Keybinding" even for readonly side
2015-12-14 13:27:13+00:00
2015-12-16 11:21:05+00:00
Testing on Windows 7, I get the green UI for both sides: ![image](https://cloud.githubusercontent.com/assets/900690/11782057/c350e4fa-a26e-11e5-912e-029e0cef15ee.png)
completed
Windows 7: Seeing 2 times "Define Keybinding" even for readonly side Testing on Windows 7, I get the green UI for both sides: ![image](https://cloud.githubusercontent.com/assets/900690/11782057/c350e4fa-a26e-11e5-912e-029e0cef15ee.png)
90
[]
0
False
1260
repl doesn't show all text
2015-12-14 13:27:04+00:00
2016-02-12 10:32:50+00:00
Take this code snippet ``` var value = '' var i = 10000; while (i-- > 0) { value += Math.random().toString(16); value += '\n'; } value += 'END'; console.log(value) ``` - break on the last line - type _value_ in the debug console - :arrow_forward: last bits are not shown :cry:
completed
repl doesn't show all text Take this code snippet ``` var value = '' var i = 10000; while (i-- > 0) { value += Math.random().toString(16); value += '\n'; } value += 'END'; console.log(value) ``` - break on the last line - type _value_ in the debug console - :arrow_forward: last bits are not shown...
111
[]
0
False