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
4346
Conflicting default key binding
2016-03-17 03:18:02+00:00
2016-03-17 07:40:34+00:00
- VSCode Version: 0.10.11 - OS Version: Mac OSX Steps to Reproduce: 1. Code > Preference > Keyboard Shortcut 2. Search for `"shift+alt+left"` and `"shift+alt+right"` You'll find two occurences of them: ``` { "key": "shift+alt+left", "command": "cursorWordLeftSelect", ...
completed
Conflicting default key binding - VSCode Version: 0.10.11 - OS Version: Mac OSX Steps to Reproduce: 1. Code > Preference > Keyboard Shortcut 2. Search for `"shift+alt+left"` and `"shift+alt+right"` You'll find two occurences of them: ``` { "key": "shift+alt+left", "command": "cursorWordLeftSele...
300
[]
0
False
4344
Extension host crashes over night
2016-03-17 01:12:51+00:00
2016-04-13 08:47:30+00:00
- VSCode Version:0.10.11 - OS Version:Mac 10.11.3 Steps to Reproduce: 1. Left vscode over night 2. Code --> Preferences --> Color Theme <img width="753" alt="screen shot 2016-03-16 at 8 10 03 pm" src="https://cloud.githubusercontent.com/assets/10361685/13833352/25892762-ebb3-11e5-8e5d-db34bee10b10.png"> Th...
completed
Extension host crashes over night - VSCode Version:0.10.11 - OS Version:Mac 10.11.3 Steps to Reproduce: 1. Left vscode over night 2. Code --> Preferences --> Color Theme <img width="753" alt="screen shot 2016-03-16 at 8 10 03 pm" src="https://cloud.githubusercontent.com/assets/10361685/13833352/25892762-ebb3-...
126
[]
0
False
4336
The high contrast theme has a serif font for the Output window
2016-03-16 20:57:55+00:00
2016-03-17 06:31:17+00:00
- VSCode Version: 0.10.11 - OS Version: OS X El Capitan Steps to Reproduce: 1. Enable `High Contrast` color theme 2. Invoke the Output window <img width="143" alt="screen shot 2016-03-16 at 2 57 00 pm" src="https://cloud.githubusercontent.com/assets/466713/13828503/74e0f2bc-eb87-11e5-8d2a-e84a6d231cbe.png"> ...
completed
The high contrast theme has a serif font for the Output window - VSCode Version: 0.10.11 - OS Version: OS X El Capitan Steps to Reproduce: 1. Enable `High Contrast` color theme 2. Invoke the Output window <img width="143" alt="screen shot 2016-03-16 at 2 57 00 pm" src="https://cloud.githubusercontent.com/asse...
214
[]
0
False
4334
Cannot create jsconfig.json file
2016-03-16 19:41:51+00:00
2016-03-17 12:52:24+00:00
- VSCode Version: March insiders build - OS Version: Windows 8 Steps to Reproduce: 1. Opened a .js file in the new build and clicked on the "lightbulb" button in the taskbar ![image](https://cloud.githubusercontent.com/assets/314188/13826339/c4b8de50-ec1b-11e5-9651-bfa1d30ac6df.png) ![image](https://cloud.gi...
completed
Cannot create jsconfig.json file - VSCode Version: March insiders build - OS Version: Windows 8 Steps to Reproduce: 1. Opened a .js file in the new build and clicked on the "lightbulb" button in the taskbar ![image](https://cloud.githubusercontent.com/assets/314188/13826339/c4b8de50-ec1b-11e5-9651-bfa1d30ac6df....
437
[]
0
False
4327
"Attach" debug to a non existing port results in timeout but doesn't end debug session
2016-03-16 16:19:10+00:00
2016-03-16 16:31:14+00:00
VSCode 0.10.12-alpha - create "attach" launch config and start it (without having anything serving the debug port 5858) Observe: a timeout error occurs but the debug session doesn't end.
completed
"Attach" debug to a non existing port results in timeout but doesn't end debug session VSCode 0.10.12-alpha - create "attach" launch config and start it (without having anything serving the debug port 5858) Observe: a timeout error occurs but the debug session doesn't end.
78
[]
0
False
4323
Languages: Add `.php4` and `.php5` as extensions
2016-03-16 15:52:51+00:00
2016-03-17 10:57:15+00:00
I am not responsible of this stup_d_t\* but unfortunately these extensions are very common…
Languages: Add `.php4` and `.php5` as extensions I am not responsible of this stup_d_t\* but unfortunately these extensions are very common…
45
[]
0
False
4322
Languages: Add `yield` keyword in PHP
2016-03-16 15:49:22+00:00
2016-03-17 10:57:53+00:00
Please, see http://php.net/generator.
Languages: Add `yield` keyword in PHP Please, see http://php.net/generator.
26
[]
0
False
4318
[html] Typing "<something.hidden" in an HTML file will hide the entered text
2016-03-16 15:07:49+00:00
2016-03-17 08:57:34+00:00
Typing "<something.hidden" in an HTML file will hide the entered text. I was very surprised to see this happening, while coding a TYPO3 Fluid template in VS Code. I reduced it to the reproducable steps below. - VSCode Version: 0.10.11 - OS Version: OSX El Capitan 10.11.3 Steps to Reproduce: 1. Create an HTML file...
completed
[html] Typing "<something.hidden" in an HTML file will hide the entered text Typing "<something.hidden" in an HTML file will hide the entered text. I was very surprised to see this happening, while coding a TYPO3 Fluid template in VS Code. I reduced it to the reproducable steps below. - VSCode Version: 0.10.11 - OS V...
133
[]
0
False
4317
editor.setDecorations doesn't update the hover message
2016-03-16 14:54:39+00:00
2016-03-17 08:15:47+00:00
- VSCode Version: 0.10.11 - OS Version: OSX 10.10.5 Steps to Reproduce: - Create a simple plugin doing nothing but updating the same line decoration in a interval: ``` javascript var i = 0; var decType = window.createTextEditorDecorationType({}); setInterval(() => { var decoration = { range: new vs...
completed
editor.setDecorations doesn't update the hover message - VSCode Version: 0.10.11 - OS Version: OSX 10.10.5 Steps to Reproduce: - Create a simple plugin doing nothing but updating the same line decoration in a interval: ``` javascript var i = 0; var decType = window.createTextEditorDecorationType({}); setIn...
241
[]
0
False
4315
URL encoding causes link to not work when ctrl + click
2016-03-16 14:41:04+00:00
2016-03-31 10:05:32+00:00
- VSCode Version: 0.10.11 - OS Version: Windows 10 Version 1511 Steps to Reproduce: 1. Type a URL containing symbols e.g. `http://a-test-site.com/#test=true` 2. Ctrl + Click this URL 3. URL gets encoded into `http://a-test-site.com/#test%3Dtrue` when opened in a browser
completed
URL encoding causes link to not work when ctrl + click - VSCode Version: 0.10.11 - OS Version: Windows 10 Version 1511 Steps to Reproduce: 1. Type a URL containing symbols e.g. `http://a-test-site.com/#test=true` 2. Ctrl + Click this URL 3. URL gets encoded into `http://a-test-site.com/#test%3Dtrue` when opened ...
105
[]
0
False
4312
trying to type a tab character over a sequence of spaces results in unexpected behaviour
2016-03-16 14:06:40+00:00
2016-05-26 12:25:25+00:00
If I want to align the two comments in the following snippet, I would select the spaces between the ';' and '/' and replace them with one or more tabs. In VS Code this results in an unexpected behaviour: the whole lines are indented by one tab instead of replacing the selected spaces with a tab. ``` js var foo = ...
completed
trying to type a tab character over a sequence of spaces results in unexpected behaviour If I want to align the two comments in the following snippet, I would select the spaces between the ';' and '/' and replace them with one or more tabs. In VS Code this results in an unexpected behaviour: the whole lines are indente...
119
[]
0
False
4308
Unable to debug extension, warning message: "Plugin host did not start in 10 seconds"
2016-03-16 13:17:49+00:00
2017-02-17 16:26:07+00:00
- VSCode Version: Work on 0.10.3 problem appear from version 0.10.6 until latest (0.10.11) - OS Version: ubuntu 14.04 64 bits But tried on another system with same os and it works fine Steps to Reproduce: 1. Create an hello world typescript extension using yo code 2. npm install 3. Open it in vsCode 4. Press ...
completed
Unable to debug extension, warning message: "Plugin host did not start in 10 seconds" - VSCode Version: Work on 0.10.3 problem appear from version 0.10.6 until latest (0.10.11) - OS Version: ubuntu 14.04 64 bits But tried on another system with same os and it works fine Steps to Reproduce: 1. Create an hello worl...
125
[]
0
False
4298
OS X: "Open in Terminal" doesn't work for me
2016-03-16 10:10:31+00:00
2016-03-18 18:08:47+00:00
- VSCode 0.10.12-alpha - OO X 10.11.3 - in the VS Code explorer run the "Open in Terminal" action Observe: nothing happens
completed
OS X: "Open in Terminal" doesn't work for me - VSCode 0.10.12-alpha - OO X 10.11.3 - in the VS Code explorer run the "Open in Terminal" action Observe: nothing happens
52
[]
0
False
4297
Review initialization sequence
2016-03-16 10:09:13+00:00
2016-04-07 09:34:19+00:00
**Cases** - happens from command line - happens from context menu - happens on double click
completed
Review initialization sequence **Cases** - happens from command line - happens from context menu - happens on double click
28
[]
0
False
4293
Don't reach the gallery before knowing that the cache is stale
2016-03-16 09:05:40+00:00
2016-03-16 14:44:54+00:00
In order to minimize request cancellations.
completed
Don't reach the gallery before knowing that the cache is stale In order to minimize request cancellations.
26
[]
0
False
4276
Command line not working as I'd expect
2016-03-15 19:57:13+00:00
2016-03-17 15:38:56+00:00
- VSCode Version: f291f4ad600767626b24a4b15816b04bee9a3049 - OS Version: Mac OS X 10.10.5 14F1605 ## Steps to Reproduce ``` λ which code /usr/local/bin/code ``` 1. Start without VS Code open 2. Run `code -v` ### Expected I see the version of VS Code. ### Actual VS Code opens a new instance in my curre...
completed
Command line not working as I'd expect - VSCode Version: f291f4ad600767626b24a4b15816b04bee9a3049 - OS Version: Mac OS X 10.10.5 14F1605 ## Steps to Reproduce ``` λ which code /usr/local/bin/code ``` 1. Start without VS Code open 2. Run `code -v` ### Expected I see the version of VS Code. ### Actual V...
160
[]
0
False
4272
[js] Wrong highlighting when using ES6 interpolation
2016-03-15 18:37:05+00:00
2016-03-16 14:52:56+00:00
- VSCode Version: 0.10.11 (0.10.11) - OS Version: 10.11.2 Everything after the interpolated text is highlighted as a string. <img width="577" alt="screen shot 2016-03-15 at 11 31 24 am" src="https://cloud.githubusercontent.com/assets/3433118/13789496/96cdc332-eaa1-11e5-8ccb-4a05184cb4e4.png">
completed
[js] Wrong highlighting when using ES6 interpolation - VSCode Version: 0.10.11 (0.10.11) - OS Version: 10.11.2 Everything after the interpolated text is highlighted as a string. <img width="577" alt="screen shot 2016-03-15 at 11 31 24 am" src="https://cloud.githubusercontent.com/assets/3433118/13789496/96cdc332-...
119
[]
0
False
4271
When inserting an emoji on OSX, it is placed two spaces left of the cursor
2016-03-15 17:55:18+00:00
2017-05-05 14:52:47+00:00
- VSCode Version: 0.10.11 - OS Version: OS X 10.11.1 (15B42) Steps to Reproduce: 1. Press Control + Command + Space to bring up the emoji insert modal 2. Click one Additionally, to actually see the emoji in VSC (instead of an empty square), I have to press backspace one time with the cursor to the right of th...
completed
When inserting an emoji on OSX, it is placed two spaces left of the cursor - VSCode Version: 0.10.11 - OS Version: OS X 10.11.1 (15B42) Steps to Reproduce: 1. Press Control + Command + Space to bring up the emoji insert modal 2. Click one Additionally, to actually see the emoji in VSC (instead of an empty squ...
141
[]
0
False
4270
Link recognizer isn't too good with MSDN links (esp ones with open & close paren)
2016-03-15 17:34:41+00:00
2016-03-16 10:40:55+00:00
0.10.8 - VSCode Version: Windows 7 Enterprise Version 6.1 (Build 7601: Service Pack 1) - OS Version: Steps to Reproduce: 1. Copy & paste URL into editor from your favorite MSDN reference article. For example: **https://msdn.microsoft.com/en-us/library/ee677285(v=azure.10).aspx** 2. Note that the underlinin...
completed
Link recognizer isn't too good with MSDN links (esp ones with open & close paren) 0.10.8 - VSCode Version: Windows 7 Enterprise Version 6.1 (Build 7601: Service Pack 1) - OS Version: Steps to Reproduce: 1. Copy & paste URL into editor from your favorite MSDN reference article. For example: **https://msdn.mic...
142
[]
0
False
4269
^acceptSelectedSuggestion no longer works
2016-03-15 17:34:37+00:00
2016-03-16 14:43:24+00:00
- VSCode Version: 0.10.11 - OS Version: Win10 Steps to Reproduce: 1. Open keybindings.json 2. Add this key binding: ``` { "key": "space", "command": "^acceptSelectedSuggestion", "when": "editorTextFocus && suggestWidgetVisible" } ``` 1. Open a code file (C#, JS, TS) 2. Type "publ" followed by the space key...
completed
^acceptSelectedSuggestion no longer works - VSCode Version: 0.10.11 - OS Version: Win10 Steps to Reproduce: 1. Open keybindings.json 2. Add this key binding: ``` { "key": "space", "command": "^acceptSelectedSuggestion", "when": "editorTextFocus && suggestWidgetVisible" } ``` 1. Open a code file (C#, JS, TS)...
177
[]
0
False
4268
cli: give better hint what to put for --locale
2016-03-15 16:31:43+00:00
2016-03-16 13:28:29+00:00
Currently the help text reads "Use a specific locale, "pseudo" can be used to test localization." I doubt that a user wants to know about "pseudo", instead I would give a concrete example how to put a language in there (e.g. what is the format). @dbaeumer I suggest to do this for GA since people might want to twe...
completed
cli: give better hint what to put for --locale Currently the help text reads "Use a specific locale, "pseudo" can be used to test localization." I doubt that a user wants to know about "pseudo", instead I would give a concrete example how to put a language in there (e.g. what is the format). @dbaeumer I suggest t...
100
[]
0
False
4267
Powershell - Debug adapter process has terminated unexpectedly
2016-03-15 16:28:29+00:00
2016-03-16 11:43:36+00:00
- VSCode Version: 0.10.11 , shell 0.35.6, Renderer 45.0.2454.85 - OS Version: WIN10 Pro Steps to Reproduce: 1. Have a working setup with VSCode 0.10.10 and powershell debug 0.5.0 2. Upgrade VSCode to 0.10.11. 3. Debug fail: The error says Debug adapter process has terminated unexpectedly 4. Reinstall VSCode 0....
completed
Powershell - Debug adapter process has terminated unexpectedly - VSCode Version: 0.10.11 , shell 0.35.6, Renderer 45.0.2454.85 - OS Version: WIN10 Pro Steps to Reproduce: 1. Have a working setup with VSCode 0.10.10 and powershell debug 0.5.0 2. Upgrade VSCode to 0.10.11. 3. Debug fail: The error says Debug adap...
157
[]
0
False
4266
Ctrl+K Ctrl+I only works on words
2016-03-15 16:22:21+00:00
2016-03-15 17:19:34+00:00
Have a TS file ``` typescript class A { asdasd asd!@#!@# } ``` - put cursor inside !@#!, etc. - invoke show hover Ctrl+K Ctrl+I > Hover does not show
completed
Ctrl+K Ctrl+I only works on words Have a TS file ``` typescript class A { asdasd asd!@#!@# } ``` - put cursor inside !@#!, etc. - invoke show hover Ctrl+K Ctrl+I > Hover does not show
69
[]
0
False
4262
[html] formatter option "html.format.unformatted" doesn't work
2016-03-15 15:32:58+00:00
2016-03-23 14:45:55+00:00
testing #4066 - use this html: ``` html <HTML><HEAD><TITLE>Your Title Here</TITLE></HEAD><BODY BGCOLOR="FFFFFF"><CENTER><IMG SRC="clouds.jpg" ALIGN="BOTTOM"> </CENTER><HR> <a href="http://somegreatsite.com">Link Name</a> is a link to another nifty site<H1>This is a Header</H1><H2>This is a Medium Header</H2> Send ...
completed
[html] formatter option "html.format.unformatted" doesn't work testing #4066 - use this html: ``` html <HTML><HEAD><TITLE>Your Title Here</TITLE></HEAD><BODY BGCOLOR="FFFFFF"><CENTER><IMG SRC="clouds.jpg" ALIGN="BOTTOM"> </CENTER><HR> <a href="http://somegreatsite.com">Link Name</a> is a link to another nifty site...
506
[]
0
False
4261
[html] formatting option "html.format.extraLiners" doesn't work
2016-03-15 15:28:06+00:00
2016-03-16 16:15:41+00:00
testing #4066 - use this html: ``` html <HTML><HEAD><TITLE>Your Title Here</TITLE></HEAD><BODY BGCOLOR="FFFFFF"><CENTER><IMG SRC="clouds.jpg" ALIGN="BOTTOM"> </CENTER><HR> <a href="http://somegreatsite.com">Link Name</a> is a link to another nifty site<H1>This is a Header</H1><H2>This is a Medium Header</H2> Send ...
completed
[html] formatting option "html.format.extraLiners" doesn't work testing #4066 - use this html: ``` html <HTML><HEAD><TITLE>Your Title Here</TITLE></HEAD><BODY BGCOLOR="FFFFFF"><CENTER><IMG SRC="clouds.jpg" ALIGN="BOTTOM"> </CENTER><HR> <a href="http://somegreatsite.com">Link Name</a> is a link to another nifty sit...
736
[]
0
False
4259
Windows: -w option not working when vs code already running
2016-03-15 15:06:47+00:00
2016-03-15 15:52:37+00:00
:-/
completed
Windows: -w option not working when vs code already running :-/
17
[]
0
False
4257
After replacing all occurrences of a search pattern the search dialog shows 'No results' even if this is not true
2016-03-15 14:53:49+00:00
2016-03-16 17:35:47+00:00
VSCode 0.10.12-alpha - prepare a file with some indentation based on spaces - replace all occurrences of two spaces by one space Observe: the search dialog says "No results" but there are still occurrences of two spaces left.
completed
After replacing all occurrences of a search pattern the search dialog shows 'No results' even if this is not true VSCode 0.10.12-alpha - prepare a file with some indentation based on spaces - replace all occurrences of two spaces by one space Observe: the search dialog says "No results" but there are still occurr...
86
[]
0
False
4255
Show Installed Extensions doesn't show update action
2016-03-15 14:36:55+00:00
2016-06-09 13:50:20+00:00
from @jayrosen1576 If you select "Show Installed Extensions" you won't see the update button but if you select "Install Extension" and search for an already installed extension that has a newer version available, the update button is visible. Is this part of this bug or is this something else? Install Extension: ...
completed
Show Installed Extensions doesn't show update action from @jayrosen1576 If you select "Show Installed Extensions" you won't see the update button but if you select "Install Extension" and search for an already installed extension that has a newer version available, the update button is visible. Is this part of this ...
212
[]
0
False
4254
jsconfig.json guidance: never getting 'configure excludes' on Linux OR OSX
2016-03-15 14:32:47+00:00
2016-03-15 14:33:15+00:00
Related to #4007 - OS Version: Linux Steps to Reproduce: 1. open vscode repo, open any .js file, generate `jsconfig.json` 2. modify jsconfig.json such that nothing is excluded 3. Wait some time and trigger inteli-sense in .js -> notice exception 4. I am never offered to 'configure excludes', I only see this on ...
completed
jsconfig.json guidance: never getting 'configure excludes' on Linux OR OSX Related to #4007 - OS Version: Linux Steps to Reproduce: 1. open vscode repo, open any .js file, generate `jsconfig.json` 2. modify jsconfig.json such that nothing is excluded 3. Wait some time and trigger inteli-sense in .js -> notice ex...
179
[]
0
False
4253
Exception when close all working files and some are dirty
2016-03-15 14:20:24+00:00
2016-03-16 12:10:48+00:00
- VSCode Version: 18ebb4a4f5491af7b16e91e42fc36410bbb2e4d7 - OS Version: any Steps to Reproduce: 1. Have multiple files open in working files 2. Have at lease one of those files dirty 3. Close All Working files by clicking the close action in the working files header, notice the exception 4. I can not repro thi...
completed
Exception when close all working files and some are dirty - VSCode Version: 18ebb4a4f5491af7b16e91e42fc36410bbb2e4d7 - OS Version: any Steps to Reproduce: 1. Have multiple files open in working files 2. Have at lease one of those files dirty 3. Close All Working files by clicking the close action in the working ...
187
[]
0
False
4251
[themes] HTML is too red in Light (VS Theme)
2016-03-15 13:43:14+00:00
2016-03-15 15:05:20+00:00
STABLE (0.10.8): ![image](https://cloud.githubusercontent.com/assets/5047891/13779610/2294b03c-eabc-11e5-8b13-f105df73f282.png) MASTER: ![image](https://cloud.githubusercontent.com/assets/5047891/13779629/3e0c9910-eabc-11e5-856e-bc1c0e7aa75f.png)
completed
[themes] HTML is too red in Light (VS Theme) STABLE (0.10.8): ![image](https://cloud.githubusercontent.com/assets/5047891/13779610/2294b03c-eabc-11e5-8b13-f105df73f282.png) MASTER: ![image](https://cloud.githubusercontent.com/assets/5047891/13779629/3e0c9910-eabc-11e5-856e-bc1c0e7aa75f.png)
130
[]
0
False
4242
NPE when parameter hints has no parameters
2016-03-15 11:52:25+00:00
2016-03-15 14:54:54+00:00
In this case it was C#, but I think it happens regardless of language when the parameter hints contains no arguments. ![image](https://cloud.githubusercontent.com/assets/5047891/13776859/aea63d30-eaac-11e5-8662-346d303ae6b4.png) ![image](https://cloud.githubusercontent.com/assets/5047891/13776880/d8c54872-eaac-11...
completed
NPE when parameter hints has no parameters In this case it was C#, but I think it happens regardless of language when the parameter hints contains no arguments. ![image](https://cloud.githubusercontent.com/assets/5047891/13776859/aea63d30-eaac-11e5-8662-346d303ae6b4.png) ![image](https://cloud.githubusercontent.c...
144
[]
0
False
4239
Closing extension Code instance doesn't make `Run` stop
2016-03-15 08:46:34+00:00
2016-03-30 19:14:13+00:00
Testing #3906 Linux 1. `yo code`, TypeScript extension, `code` into it 2. Run the `Run` action until the extension Code instance comes up 3. Close the Code instance that comes up It appears that the instance is still running, in the original Code window. ![bug](https://cloud.githubusercontent.com/assets/223...
completed
Closing extension Code instance doesn't make `Run` stop Testing #3906 Linux 1. `yo code`, TypeScript extension, `code` into it 2. Run the `Run` action until the extension Code instance comes up 3. Close the Code instance that comes up It appears that the instance is still running, in the original Code window. ...
124
[]
0
False
4238
Debugging doesn't start on a fresh TypeScript extension when running the "Debug: Start" action
2016-03-15 08:43:31+00:00
2016-03-15 08:56:13+00:00
Testing #3906 Linux 1. `yo code` 2. Choose TypeScript extension 3. Open the extension in Code 4. Run `Debug: Start` or `Run`. Nothing happens besides the appearance of an `out` folder in the explorer. You need to run the action once more to get the instance of Code running your extension.
completed
Debugging doesn't start on a fresh TypeScript extension when running the "Debug: Start" action Testing #3906 Linux 1. `yo code` 2. Choose TypeScript extension 3. Open the extension in Code 4. Run `Debug: Start` or `Run`. Nothing happens besides the appearance of an `out` folder in the explorer. You need to ru...
96
[]
0
False
4237
Stopping a program that ran with the Run action doesn't stop it
2016-03-15 08:30:16+00:00
2016-03-15 16:58:31+00:00
Testing #3906 Linux 1. <kbd>Ctrl F5</kbd> 2. Press `Stop` Process is still laying around. If it's a web server (as is in the screencast), you can't launch it twice since the running process keeps an open port. ![bug](https://cloud.githubusercontent.com/assets/22350/13771771/7c4482e6-ea90-11e5-81bf-84f452ad9...
completed
Stopping a program that ran with the Run action doesn't stop it Testing #3906 Linux 1. <kbd>Ctrl F5</kbd> 2. Press `Stop` Process is still laying around. If it's a web server (as is in the screencast), you can't launch it twice since the running process keeps an open port. ![bug](https://cloud.githubusercon...
132
[]
0
False
4235
Run action doesn't open up the console
2016-03-15 08:23:31+00:00
2016-03-15 15:04:29+00:00
Testing #3906 I'd expect it to behave similarly to the Debug action.
completed
Run action doesn't open up the console Testing #3906 I'd expect it to behave similarly to the Debug action.
33
[]
0
False
4233
MoveFile failed; code 183. Cannot create a file when that file already exists
2016-03-15 07:46:40+00:00
2016-03-15 08:40:10+00:00
- VSCode Version: Latest as at this post (can't check since it will not run) - OS Version: Windows 10 Steps to Reproduce: 1. Open VS Code and wait for a update 2. Ask it to update 3. Error pops up. The file is `askpass.sh` 4. Try deleting the file causing the problem (didn't work on my machine) 5. Click ignore...
completed
MoveFile failed; code 183. Cannot create a file when that file already exists - VSCode Version: Latest as at this post (can't check since it will not run) - OS Version: Windows 10 Steps to Reproduce: 1. Open VS Code and wait for a update 2. Ask it to update 3. Error pops up. The file is `askpass.sh` 4. Try dele...
318
[]
0
False
4223
[IntelliSense] [Salsa] doesn't recognize JSDoc callback parameter
2016-03-15 03:43:21+00:00
2016-03-15 07:29:43+00:00
Hi everyone, I'm in love with the new VS Code's Salsa, but I'm facing this issue: ![asasdadasd](https://cloud.githubusercontent.com/assets/8533075/13767114/bc11993e-ea24-11e5-8eb2-a6e37ee5ce8d.png) ![asasdadasd](https://cloud.githubusercontent.com/assets/8533075/13767230/b1b0ae0c-ea25-11e5-8b8b-54c139354766.png) ...
completed
[IntelliSense] [Salsa] doesn't recognize JSDoc callback parameter Hi everyone, I'm in love with the new VS Code's Salsa, but I'm facing this issue: ![asasdadasd](https://cloud.githubusercontent.com/assets/8533075/13767114/bc11993e-ea24-11e5-8eb2-a6e37ee5ce8d.png) ![asasdadasd](https://cloud.githubusercontent.com/...
255
[]
0
False
4214
-w options is not working as expected in Windows git config
2016-03-14 23:54:49+00:00
2016-03-19 09:42:54+00:00
- VSCode Version: 0.10.12-alpha - OS Version: Windows-10 Steps to Reproduce: 1. Try code-alpha -w on windows, it works as expected. 2. Setup vscode to be the default git config editor as described in #4006 3. run `git config --global -e` Expected: Code opens the git config to edit Actual: ``` /c/Prog...
completed
-w options is not working as expected in Windows git config - VSCode Version: 0.10.12-alpha - OS Version: Windows-10 Steps to Reproduce: 1. Try code-alpha -w on windows, it works as expected. 2. Setup vscode to be the default git config editor as described in #4006 3. run `git config --global -e` Expected: ...
195
[]
0
False
4206
Check casing of locale string with module resolution and loader names
2016-03-14 20:09:31+00:00
2016-03-15 14:50:42+00:00
- VSCode Version: 0.10.12-alpha - OS Version: all Currently the nls bundles are generated with filename where locale information is all lower case. However the country/dialect part of a locale (e.g. CH in de-CH) is usually specified using uppercase characters which is not matching the file on disk if the disk is ca...
completed
Check casing of locale string with module resolution and loader names - VSCode Version: 0.10.12-alpha - OS Version: all Currently the nls bundles are generated with filename where locale information is all lower case. However the country/dialect part of a locale (e.g. CH in de-CH) is usually specified using upperca...
131
[]
0
False
4205
[c++] Strings containing an open-curly brace inside a function call at the end of a function are not terminated, highlighted the rest of the file as a string.
2016-03-14 19:56:35+00:00
2016-03-15 11:29:16+00:00
- VSCode Version: 0.10.10 - OS Version: Debian GNU/Linux 8.3 (jessie) Steps to Reproduce: 1. Type this into your editor: void editorBug() { anotherFunct("{"); } 2. Everything after the second quote will be highlighted as a string, as if the string was not terminated.
completed
[c++] Strings containing an open-curly brace inside a function call at the end of a function are not terminated, highlighted the rest of the file as a string. - VSCode Version: 0.10.10 - OS Version: Debian GNU/Linux 8.3 (jessie) Steps to Reproduce: 1. Type this into your editor: void editorBug() { anot...
120
[]
0
False
4203
Debug/Run should not autoclose console if console was open
2016-03-14 19:37:00+00:00
2016-03-15 15:07:30+00:00
- VSCode Version: 0.10.12-alpha - OS Version: Windows 10 Steps to Reproduce: 1. write a small js program that prints to the console 2. open console 3. run it using Ctrl+F5 Observe: you see the output and then the output closes after 1 second. That might be ok for debug but is annoying in run mode.
completed
Debug/Run should not autoclose console if console was open - VSCode Version: 0.10.12-alpha - OS Version: Windows 10 Steps to Reproduce: 1. write a small js program that prints to the console 2. open console 3. run it using Ctrl+F5 Observe: you see the output and then the output closes after 1 second. That mig...
95
[]
0
False
4197
Save with Encoding shows 'UTF-8 (configured encoding)' while it is UTF with BOM
2016-03-14 16:51:02+00:00
2016-03-15 10:35:30+00:00
- create a file - click on the encoding in the status bar: 'Save with Encoding' to 'UTF-8 with BOM' - again click on the encoding in the status bar: 'Save with Encoding': The picker says 'UTF-8 (configured encoding)' -> should say 'UTF-8 with BOM (configured encoding)' ![image](https://cloud.githubusercontent....
completed
Save with Encoding shows 'UTF-8 (configured encoding)' while it is UTF with BOM - create a file - click on the encoding in the status bar: 'Save with Encoding' to 'UTF-8 with BOM' - again click on the encoding in the status bar: 'Save with Encoding': The picker says 'UTF-8 (configured encoding)' -> should say 'UT...
170
[]
0
False
4195
fix intellisense to make clear that "file path to language association" needs absolute path
2016-03-14 16:47:13+00:00
2016-03-15 10:38:02+00:00
testing #3925 OS: Version The "files.associations" setting for paths requires an **absolute** path. This does not become clear when reading the intellisense for file paths.
completed
fix intellisense to make clear that "file path to language association" needs absolute path testing #3925 OS: Version The "files.associations" setting for paths requires an **absolute** path. This does not become clear when reading the intellisense for file paths.
65
[]
0
False
4193
file path to language association settings need window reload to work for existing files
2016-03-14 16:40:05+00:00
2016-03-15 10:40:35+00:00
testing #3925 OS: Linux - configure "file path to language association settings" Observe: existing files that match the path or extension do not show the new language when opened in an editor. If this cannot be fixed I suggest to add a comment like this: "This setting requires reload/restart of VSCode to take e...
completed
file path to language association settings need window reload to work for existing files testing #3925 OS: Linux - configure "file path to language association settings" Observe: existing files that match the path or extension do not show the new language when opened in an editor. If this cannot be fixed I sugg...
90
[]
0
False
4191
[themes] Inconsistent coloring of CSS rules values
2016-03-14 15:55:46+00:00
2016-03-15 15:53:24+00:00
- Switch to the Dark+ default theme - open a CSS file: ![image](https://cloud.githubusercontent.com/assets/6461412/13750321/3f25dbc0-ea05-11e5-9962-8b33878292ed.png) - Open a LESS file: ![image](https://cloud.githubusercontent.com/assets/6461412/13750226/ddb12caa-ea04-11e5-878a-f2d28b2b14d5.png) Values are w...
completed
[themes] Inconsistent coloring of CSS rules values - Switch to the Dark+ default theme - open a CSS file: ![image](https://cloud.githubusercontent.com/assets/6461412/13750321/3f25dbc0-ea05-11e5-9962-8b33878292ed.png) - Open a LESS file: ![image](https://cloud.githubusercontent.com/assets/6461412/13750226/ddb12c...
211
[]
0
False
4188
console.log from debug session
2016-03-14 15:52:00+00:00
2016-03-30 09:14:41+00:00
`waiting for debug protocol on stdin/stdout` from rawDebugSession.ts:225
completed
console.log from debug session `waiting for debug protocol on stdin/stdout` from rawDebugSession.ts:225
37
[]
0
False
4183
Generated tasks.json is incomplete - only has last 2 tasks from gulpfile
2016-03-14 15:36:54+00:00
2016-03-14 19:51:35+00:00
Related to #4019 - VSCode Version: 18ebb4a4f5491af7b16e91e42fc36410bbb2e4d7 - OS Version: El Capitan Steps to Reproduce: 1. vscode repo, delete `tasks.json` 2. Configure task runner > gulp 3. Notice the generated `tasks.json` only has `watch-extensions-build`and `test` task, while all the other tasks from the `...
completed
Generated tasks.json is incomplete - only has last 2 tasks from gulpfile Related to #4019 - VSCode Version: 18ebb4a4f5491af7b16e91e42fc36410bbb2e4d7 - OS Version: El Capitan Steps to Reproduce: 1. vscode repo, delete `tasks.json` 2. Configure task runner > gulp 3. Notice the generated `tasks.json` only has `wat...
330
[]
0
False
4182
Bail early if --diff is not used with correct arguments of 2 existing files
2016-03-14 15:34:13+00:00
2016-03-24 14:37:29+00:00
- VSCode Version: 0.10.12-alpha - OS Version: Windows 10 Steps to Reproduce: 1. code --diff file1 file2 where file2 doesn't exist Code opens with the second file empty in a dirty buffer. I can't see any use case for this. I think a better behavior would be to show a dialog that the second file doesn't exist.
completed
Bail early if --diff is not used with correct arguments of 2 existing files - VSCode Version: 0.10.12-alpha - OS Version: Windows 10 Steps to Reproduce: 1. code --diff file1 file2 where file2 doesn't exist Code opens with the second file empty in a dirty buffer. I can't see any use case for this. I think a bett...
104
[]
0
False
4179
CentOS: Code Alpha doesn't show up in the Application Installer after installation
2016-03-14 15:18:36+00:00
2016-03-16 18:55:15+00:00
- VSCode Version: 0.10.12-alpha - OS Version: CentOS6 Steps to Reproduce: 1. Install rpm package using Application Installer 2. Switched to the installed tab Observe: vscode is not listed. However it is installed successfully.
completed
CentOS: Code Alpha doesn't show up in the Application Installer after installation - VSCode Version: 0.10.12-alpha - OS Version: CentOS6 Steps to Reproduce: 1. Install rpm package using Application Installer 2. Switched to the installed tab Observe: vscode is not listed. However it is installed successfully.
79
[]
0
False
4178
Editor title changes as soon as I edit a file, when using --diff
2016-03-14 15:17:21+00:00
2016-03-15 11:06:03+00:00
Related to #3954 1. `code-alpha -d file1.txt file2.txt` 2. Edit `file2.txt` The editor title will change to `file2.txt`.
completed
Editor title changes as soon as I edit a file, when using --diff Related to #3954 1. `code-alpha -d file1.txt file2.txt` 2. Edit `file2.txt` The editor title will change to `file2.txt`.
58
[]
0
False
4177
'Auto detecting the task system failed' can be more user friendly
2016-03-14 15:16:02+00:00
2016-03-17 15:00:53+00:00
Related to #4019 Steps to Reproduce: 1. have a broken `gulpfile.js` 2. generate task runner > choose gulp 3. Notice the error 4. This should be a warning, not an error 5. There should be an action to open the output service, task channel to make it easier for the user to locate the error ![screen shot 2016-0...
completed
'Auto detecting the task system failed' can be more user friendly Related to #4019 Steps to Reproduce: 1. have a broken `gulpfile.js` 2. generate task runner > choose gulp 3. Notice the error 4. This should be a warning, not an error 5. There should be an action to open the output service, task channel to make ...
148
[]
0
False
4176
Column selection does not cover folded text
2016-03-14 15:15:14+00:00
2016-03-14 15:36:16+00:00
testing #4092 OS: Linux - fold some text - select columns across the folded text - expand the folded regions Observe: no columns selected in expanded text This behavior is different (inconsistent) from normal text selection mode.
completed
Column selection does not cover folded text testing #4092 OS: Linux - fold some text - select columns across the folded text - expand the folded regions Observe: no columns selected in expanded text This behavior is different (inconsistent) from normal text selection mode.
68
[]
0
False
4174
Workspace settings info message wording
2016-03-14 15:05:34+00:00
2016-03-15 10:44:14+00:00
![image](https://cloud.githubusercontent.com/assets/6461412/13748555/8ca4652c-e9fd-11e5-8942-75cdababa543.png) To me it was not immediately clear what 'Never show again' refered to. Never show me the user settings editor again? Also I found 'Never' a bit harsh. Maybe 'Don't show again' or 'Don't ask again' or "...
completed
Workspace settings info message wording ![image](https://cloud.githubusercontent.com/assets/6461412/13748555/8ca4652c-e9fd-11e5-8942-75cdababa543.png) To me it was not immediately clear what 'Never show again' refered to. Never show me the user settings editor again? Also I found 'Never' a bit harsh. Maybe 'Don't...
165
[]
0
False
4173
Toggle render whitespace has no impact on default keybindings
2016-03-14 14:56:13+00:00
2016-03-15 10:41:44+00:00
- File > Preferences > Keyboard Shortcuts - File > View > Toggle Render Whitespace -> Note that this has no impact on the 'Default Keyboard Shortcuts'
completed
Toggle render whitespace has no impact on default keybindings - File > Preferences > Keyboard Shortcuts - File > View > Toggle Render Whitespace -> Note that this has no impact on the 'Default Keyboard Shortcuts'
55
[]
0
False
4171
[folding] Some useful editor actions (like fold/unfold) are not available for readonly files
2016-03-14 14:51:29+00:00
2016-03-15 13:53:09+00:00
- debug a node app a stop somewhere - in the CALL STACK select a frame from an internal module - in the editor fold a method Observe: this works fine - press F1 and type "fold" Observe: the fold and unfold actions are not available
completed
[folding] Some useful editor actions (like fold/unfold) are not available for readonly files - debug a node app a stop somewhere - in the CALL STACK select a frame from an internal module - in the editor fold a method Observe: this works fine - press F1 and type "fold" Observe: the fold and unfold actions are ...
87
[]
0
False
4169
Command line tool installation wants 'code' alias removed, no such alias present.
2016-03-14 14:47:17+00:00
2016-03-18 15:26:21+00:00
- VSCode Version: 0.10.10 - OS Version: OSX 10.11.3 On attempting to install 'code' command line, I get the following: 'Please remove the 'code' alias from '/Users/kstevens/.bashrc' before continuing.' 'alias' returns the following: alias acsdev='ssh -l kcs6 acsdev.acsu.buffalo.edu' alias cmsdev='ssh -l...
completed
Command line tool installation wants 'code' alias removed, no such alias present. - VSCode Version: 0.10.10 - OS Version: OSX 10.11.3 On attempting to install 'code' command line, I get the following: 'Please remove the 'code' alias from '/Users/kstevens/.bashrc' before continuing.' 'alias' returns the follo...
460
[]
0
False
4166
Translate 'Plain Text'
2016-03-14 14:39:21+00:00
2016-03-15 10:43:46+00:00
Start VS Code with --locale=de or --locale=pseudo ![image](https://cloud.githubusercontent.com/assets/6461412/13747922/dfea316a-e9fa-11e5-9a3f-05598b931ddf.png) 'Plain Text' should be translated.
completed
Translate 'Plain Text' Start VS Code with --locale=de or --locale=pseudo ![image](https://cloud.githubusercontent.com/assets/6461412/13747922/dfea316a-e9fa-11e5-9a3f-05598b931ddf.png) 'Plain Text' should be translated.
89
[]
0
False
4162
Time is not localized in last update check message
2016-03-14 14:35:34+00:00
2016-05-26 15:01:51+00:00
![image](https://cloud.githubusercontent.com/assets/172399/13747738/0adb32b2-e9fa-11e5-9201-138276f8ca0e.png)
completed
Time is not localized in last update check message ![image](https://cloud.githubusercontent.com/assets/172399/13747738/0adb32b2-e9fa-11e5-9201-138276f8ca0e.png)
62
[]
0
False
4161
Column select mode spans rectangle in unexpected way
2016-03-14 14:35:33+00:00
2016-03-14 16:05:05+00:00
testing #4092 OS: Linux I would expect that "Shift+Alt+mouse drag" spans a rectangle between the mouse down and the mouse up location. But this is not what I observe. Instead the rectangle spans from the previous caret location to the mouse up location. This is unexpected and less useful. (in Sublime Alt-Cmd s...
completed
Column select mode spans rectangle in unexpected way testing #4092 OS: Linux I would expect that "Shift+Alt+mouse drag" spans a rectangle between the mouse down and the mouse up location. But this is not what I observe. Instead the rectangle spans from the previous caret location to the mouse up location. This is...
110
[]
0
False
4159
Maybe `-w` should not spawn Code as a child, when it is not running yet
2016-03-14 14:26:58+00:00
2016-03-29 10:17:10+00:00
Related to #4006 OS X This is more of a discussion item mixed with a few issues. This also **only** applies to when Code is not already running. There are many repercussions to spawning Code as a direct child of the cli code and we should maybe stay away from it and always spawn as an independent process. ...
completed
Maybe `-w` should not spawn Code as a child, when it is not running yet Related to #4006 OS X This is more of a discussion item mixed with a few issues. This also **only** applies to when Code is not already running. There are many repercussions to spawning Code as a direct child of the cli code and we should...
390
[]
0
False
4158
Debug UI is not localized
2016-03-14 14:22:34+00:00
2016-03-14 16:45:06+00:00
![image](https://cloud.githubusercontent.com/assets/172399/13747425/8287a09a-e9f8-11e5-83de-39643bb93d44.png)
completed
Debug UI is not localized ![image](https://cloud.githubusercontent.com/assets/172399/13747425/8287a09a-e9f8-11e5-83de-39643bb93d44.png)
61
[]
0
False
4157
Extension installed notification should have a Close action
2016-03-14 14:22:30+00:00
2016-03-15 15:09:47+00:00
Related to #4024 Steps to Reproduce: 1. Install a new extension -> get a notification 2. Notice that the notification does not have a close action 3. Most of our notifications have a Close action in the case that the user just wants to dismiss the notification. I would also expect a close action in this case - es...
completed
Extension installed notification should have a Close action Related to #4024 Steps to Reproduce: 1. Install a new extension -> get a notification 2. Notice that the notification does not have a close action 3. Most of our notifications have a Close action in the case that the user just wants to dismiss the notifi...
159
[]
0
False
4156
PHP settings documentation is not localized
2016-03-14 14:20:30+00:00
2016-03-15 16:07:20+00:00
We should not translate the PHP parser error messages, but we should localize the strings that appear in the Code UI. ![image](https://cloud.githubusercontent.com/assets/172399/13747359/2c33f4b4-e9f8-11e5-90d9-0611cfbd214b.png)
completed
PHP settings documentation is not localized We should not translate the PHP parser error messages, but we should localize the strings that appear in the Code UI. ![image](https://cloud.githubusercontent.com/assets/172399/13747359/2c33f4b4-e9f8-11e5-90d9-0611cfbd214b.png)
89
[]
0
False
4154
Guidance for editing settings is not localized
2016-03-14 14:18:26+00:00
2016-03-15 10:48:54+00:00
See 'Place your settings...' ![image](https://cloud.githubusercontent.com/assets/172399/13747291/e246f68a-e9f7-11e5-9ecd-ba90833fd06c.png)
completed
Guidance for editing settings is not localized See 'Place your settings...' ![image](https://cloud.githubusercontent.com/assets/172399/13747291/e246f68a-e9f7-11e5-9ecd-ba90833fd06c.png)
79
[]
0
False
4153
Column select shows selection with round corners
2016-03-14 14:14:04+00:00
2016-03-15 11:19:35+00:00
while testing #4092 'Column select' mode shows selection with round corners. This looks somewhat like screen cheese: ![2016-03-14 15-11-00](https://cloud.githubusercontent.com/assets/1898161/13747145/1ebf5b76-e9f7-11e5-8988-9ae608ea8085.png)
completed
Column select shows selection with round corners while testing #4092 'Column select' mode shows selection with round corners. This looks somewhat like screen cheese: ![2016-03-14 15-11-00](https://cloud.githubusercontent.com/assets/1898161/13747145/1ebf5b76-e9f7-11e5-8988-9ae608ea8085.png)
92
[]
0
False
4152
NLS - Extension error messages are not localized
2016-03-14 14:13:36+00:00
2016-03-15 11:47:48+00:00
![image](https://cloud.githubusercontent.com/assets/172399/13747035/a35e663e-e9f6-11e5-910e-d106473504a5.png) There should be a translatable message that 'An extension could not be loaded', the exception detail doesn't have to be translated and can be in English. There is limited space in the message control and ...
completed
NLS - Extension error messages are not localized ![image](https://cloud.githubusercontent.com/assets/172399/13747035/a35e663e-e9f6-11e5-910e-d106473504a5.png) There should be a translatable message that 'An extension could not be loaded', the exception detail doesn't have to be translated and can be in English. T...
122
[]
0
False
4151
Closing window that was created with `-w` quits code in OS X
2016-03-14 14:10:08+00:00
2016-03-15 15:43:07+00:00
Related to #4006 OS X 1. Quit Code 2. `code-alpha -w` 3. <kbd>Cmd W</kbd> to close the window Code quits altogether, when it should still be running.
completed
Closing window that was created with `-w` quits code in OS X Related to #4006 OS X 1. Quit Code 2. `code-alpha -w` 3. <kbd>Cmd W</kbd> to close the window Code quits altogether, when it should still be running.
69
[]
0
False
4150
`-w` doesn't work when there are no windows open
2016-03-14 14:08:31+00:00
2016-03-15 15:01:16+00:00
Related to #4006 OS X 1. Open Code 2. Close all windows but make sure the app is still running 3. Run `code-alpha -w` It returns immediately instead of waiting.
completed
`-w` doesn't work when there are no windows open Related to #4006 OS X 1. Open Code 2. Close all windows but make sure the app is still running 3. Run `code-alpha -w` It returns immediately instead of waiting.
57
[]
0
False
4146
Deleting an extension does not give immediate user feedback
2016-03-14 13:59:33+00:00
2016-03-14 14:02:34+00:00
Related to #4024 - VSCode Version: 18ebb4a4f5491af7b16e91e42fc36410bbb2e4d7 - OS Version: Linux Steps to Reproduce: 1. Open VSCode, install an extension 2. quick open > show installed extensions > click on the delete button to uninstall the extension 3. I do not get any feedback and quick open stays open, I onl...
completed
Deleting an extension does not give immediate user feedback Related to #4024 - VSCode Version: 18ebb4a4f5491af7b16e91e42fc36410bbb2e4d7 - OS Version: Linux Steps to Reproduce: 1. Open VSCode, install an extension 2. quick open > show installed extensions > click on the delete button to uninstall the extension 3...
144
[]
0
False
4145
Keyboard conflicts on Linux
2016-03-14 13:54:32+00:00
2016-03-15 10:33:57+00:00
Related to #4092 - VSCode Version: 18ebb4a4f5491af7b16e91e42fc36410bbb2e4d7 - OS Version: Linux Steps to Reproduce: 1. Open vscode, open developer tools -> notice warnings ![screen shot 2016-03-14 at 14 53 16](https://cloud.githubusercontent.com/assets/1926584/13746657/9eae2a54-e9f4-11e5-9771-dfbdac74b7f2.png)...
completed
Keyboard conflicts on Linux Related to #4092 - VSCode Version: 18ebb4a4f5491af7b16e91e42fc36410bbb2e4d7 - OS Version: Linux Steps to Reproduce: 1. Open vscode, open developer tools -> notice warnings ![screen shot 2016-03-14 at 14 53 16](https://cloud.githubusercontent.com/assets/1926584/13746657/9eae2a54-e9f4...
129
[]
0
False
4142
`--wait` doesn't return when opening a new window and closing the first one
2016-03-14 13:43:18+00:00
2017-07-03 14:44:00+00:00
Related to #4006 OS X 1. Close all Code instances 2. Run `code-alpha --wait monkey.txt`, do some changes, save 3. Open a new Window 4. Close the first one I'd expect the command line to return after step 4.
completed
`--wait` doesn't return when opening a new window and closing the first one Related to #4006 OS X 1. Close all Code instances 2. Run `code-alpha --wait monkey.txt`, do some changes, save 3. Open a new Window 4. Close the first one I'd expect the command line to return after step 4.
80
[]
0
False
4140
Missing colors in some git-rebase-todo tokens
2016-03-14 13:36:35+00:00
2016-03-18 14:48:53+00:00
Related to #4006 `x`, `exec`, `d`, `drop`. ![image](https://cloud.githubusercontent.com/assets/22350/13746153/33745ca6-e9f2-11e5-9047-10795a52071e.png)
completed
Missing colors in some git-rebase-todo tokens Related to #4006 `x`, `exec`, `d`, `drop`. ![image](https://cloud.githubusercontent.com/assets/22350/13746153/33745ca6-e9f2-11e5-9047-10795a52071e.png)
87
[]
0
False
4139
Telemetry error: `Cannot convert object to primitive value`
2016-03-14 13:31:26+00:00
2016-03-16 20:38:57+00:00
When reproducing #4136, I immediately after get the following error in dev tools: ``` TypeError: Cannot convert object to primitive value at new Error (native) at Client.trackException (/Applications/Visual Studio Code - Alpha.app/Contents/Resources/app/node_modules/applicationinsights/Library/Client.js:6...
completed
Telemetry error: `Cannot convert object to primitive value` When reproducing #4136, I immediately after get the following error in dev tools: ``` TypeError: Cannot convert object to primitive value at new Error (native) at Client.trackException (/Applications/Visual Studio Code - Alpha.app/Contents/Resour...
534
[]
0
False
4136
Exception when using --wait and killing the cli before the window closes
2016-03-14 13:15:37+00:00
2016-03-15 15:10:37+00:00
Related to #4006 - VSCode alpha 18ebb4a4 - OS X Steps: 1. Setup `code-alpha --wait` to be the git editor 2. Open Code Alpha, open the dev tools in that window 3. Run `git config --global -e` 4. Wait for new window to open 5. `Ctrl-C` in the terminal 6. Close the new window 7. The dev tools in the original w...
completed
Exception when using --wait and killing the cli before the window closes Related to #4006 - VSCode alpha 18ebb4a4 - OS X Steps: 1. Setup `code-alpha --wait` to be the git editor 2. Open Code Alpha, open the dev tools in that window 3. Run `git config --global -e` 4. Wait for new window to open 5. `Ctrl-C` in ...
407
[]
0
False
4135
First F5 does not seem to have any effect in extension host debugging
2016-03-14 13:08:48+00:00
2016-03-14 13:16:07+00:00
VS Code 0.10.12-alpha - create a Hello World extension - open in VS Code - press F5 Observe: nothing happens - press F5 Observe: extension host window appears - reload window of the extension workspace (not the extension host window) - press F5 Observe: nothing happens
completed
First F5 does not seem to have any effect in extension host debugging VS Code 0.10.12-alpha - create a Hello World extension - open in VS Code - press F5 Observe: nothing happens - press F5 Observe: extension host window appears - reload window of the extension workspace (not the extension host window) - p...
83
[]
0
False
4134
Column select copy & paste
2016-03-14 13:05:47+00:00
2016-03-14 15:56:49+00:00
- VSCode Version: 0.10.12-alpha - OS Version: Windows 10 Steps to Reproduce: 1. Select a region using column select (multiple lines) 2. Copy 3. open another editor (e.g. notepad) 4. Paste Observe: you paste a single line. I would expect to paste as many lines as I have selected in the source
completed
Column select copy & paste - VSCode Version: 0.10.12-alpha - OS Version: Windows 10 Steps to Reproduce: 1. Select a region using column select (multiple lines) 2. Copy 3. open another editor (e.g. notepad) 4. Paste Observe: you paste a single line. I would expect to paste as many lines as I have selected in...
86
[]
0
False
4133
missing syntax highlights for md-headers
2016-03-14 13:03:44+00:00
2016-03-21 13:47:37+00:00
see attached screen capture ![screen shot 2016-03-14 at 14 03 00](https://cloud.githubusercontent.com/assets/1794099/13745286/8b1ff712-e9ed-11e5-9951-bfce2a35555d.png)
completed
missing syntax highlights for md-headers see attached screen capture ![screen shot 2016-03-14 at 14 03 00](https://cloud.githubusercontent.com/assets/1794099/13745286/8b1ff712-e9ed-11e5-9951-bfce2a35555d.png)
75
[]
0
False
4129
Opening output panel should flush buffer without delay
2016-03-14 12:17:33+00:00
2016-03-15 16:32:20+00:00
I find it weird that opening the output channel appends the last output only after the 300ms delay. This makes it feel as if the output came in just at the time you open the panel. I suggest to just take whatever is in the buffer at that time and append it. Refs: https://github.com/Microsoft/vscode/issues/3926
completed
Opening output panel should flush buffer without delay I find it weird that opening the output channel appends the last output only after the 300ms delay. This makes it feel as if the output came in just at the time you open the panel. I suggest to just take whatever is in the buffer at that time and append it. Refs...
95
[]
0
False
4128
Output scheduler needs to check condition within to prevent race condition
2016-03-14 12:13:20+00:00
2016-03-15 16:32:20+00:00
We now have a nice scheduler to prevent spam on the output panel, but I think at the time the scheduler executes we need to test again on all the conditions that you check before you schedule it because there is a chance that the output channel switches or the panel gets hidden after the scheduler has been scheduled. ...
completed
Output scheduler needs to check condition within to prevent race condition We now have a nice scheduler to prevent spam on the output panel, but I think at the time the scheduler executes we need to test again on all the conditions that you check before you schedule it because there is a chance that the output channel ...
174
[]
0
False
4127
Output gets buffered unbounded
2016-03-14 12:06:11+00:00
2016-03-15 15:47:22+00:00
The buffered output should check itself for reaching the maximum and not just blindly add up: https://github.com/Microsoft/vscode/blob/master/src/vs/workbench/parts/output/common/outputEditorInput.ts#L86 Refs: https://github.com/Microsoft/vscode/issues/3926
completed
Output gets buffered unbounded The buffered output should check itself for reaching the maximum and not just blindly add up: https://github.com/Microsoft/vscode/blob/master/src/vs/workbench/parts/output/common/outputEditorInput.ts#L86 Refs: https://github.com/Microsoft/vscode/issues/3926
99
[]
0
False
4125
Debug console is closed when reloading extension host window
2016-03-14 11:40:22+00:00
2016-03-23 07:49:56+00:00
VS Code 0.10.12-alpha on OS X 10.11.3 - launch hello world extension from VS Code Observe: debug console appears and extension host windows opens - "reload window" in extension host window Observe: window reloads and debug console disappears (most of the time) It seems that the 'closing timer' of the debug c...
completed
Debug console is closed when reloading extension host window VS Code 0.10.12-alpha on OS X 10.11.3 - launch hello world extension from VS Code Observe: debug console appears and extension host windows opens - "reload window" in extension host window Observe: window reloads and debug console disappears (most of ...
143
[]
0
False
4124
Indent: Configured tab size is not in the list if > 8
2016-03-14 11:30:19+00:00
2016-03-15 15:31:53+00:00
Maybe show 1-8 and the configured one if it is above 8 so that the configured one is always in the list. Refs: https://github.com/Microsoft/vscode/issues/3922
completed
Indent: Configured tab size is not in the list if > 8 Maybe show 1-8 and the configured one if it is above 8 so that the configured one is always in the list. Refs: https://github.com/Microsoft/vscode/issues/3922
65
[]
0
False
4123
Leakage when refreshing explorer
2016-03-14 11:29:38+00:00
2016-03-17 07:28:21+00:00
- open a workspace with ~40 files/folders in the root dir - refresh the explorer - take a heap snapshot - refresh the explorer 10 times - take another heap snapshot, heap grew by 0.1MB
completed
Leakage when refreshing explorer - open a workspace with ~40 files/folders in the root dir - refresh the explorer - take a heap snapshot - refresh the explorer 10 times - take another heap snapshot, heap grew by 0.1MB
61
[]
0
False
4122
Indent using Spaces / Tabs cannot be invoked more than once on a given file
2016-03-14 11:17:40+00:00
2016-03-16 15:33:35+00:00
After I ran those actions once I cannot run them again and I get a message that the action is not enabled in the current context. Refs: https://github.com/Microsoft/vscode/issues/3922
completed
Indent using Spaces / Tabs cannot be invoked more than once on a given file After I ran those actions once I cannot run them again and I get a message that the action is not enabled in the current context. Refs: https://github.com/Microsoft/vscode/issues/3922
70
[]
0
False
4121
Indentation: Toggling view scrolls down a bit
2016-03-14 11:16:46+00:00
2016-03-17 07:55:07+00:00
When I have spaces and toggle the view to have tabs, the content scrolls down: ![untitled](https://cloud.githubusercontent.com/assets/900690/13742845/96263e6e-e9de-11e5-962d-359eb745653a.gif) Refs: https://github.com/Microsoft/vscode/issues/3922
completed
Indentation: Toggling view scrolls down a bit When I have spaces and toggle the view to have tabs, the content scrolls down: ![untitled](https://cloud.githubusercontent.com/assets/900690/13742845/96263e6e-e9de-11e5-962d-359eb745653a.gif) Refs: https://github.com/Microsoft/vscode/issues/3922
110
[]
0
False
4120
OS X: VS Code does not honor locale
2016-03-14 11:11:14+00:00
2016-03-16 15:00:47+00:00
VSCode 0.10.12-alpha OS X 10.11.3 - switch to German: ![2016-03-14 12-09-53](https://cloud.githubusercontent.com/assets/1898161/13742718/b36122c4-e9dd-11e5-93dc-771ec418e443.png) - launch VS Code from Finder Observe: VS Code UI is still in English
completed
OS X: VS Code does not honor locale VSCode 0.10.12-alpha OS X 10.11.3 - switch to German: ![2016-03-14 12-09-53](https://cloud.githubusercontent.com/assets/1898161/13742718/b36122c4-e9dd-11e5-93dc-771ec418e443.png) - launch VS Code from Finder Observe: VS Code UI is still in English
100
[]
0
False
4119
Indentation: Weird indentation in this case
2016-03-14 11:09:55+00:00
2016-03-14 11:11:48+00:00
I have the default settings and a file like this with 6 leading spaces: ``` "foo": "bar" ``` The status bar indicates to me that pressing tab will insert 1 tab, but when I press tab on the next line, I get mixed tab/whitespaces: ![image](https://cloud.githubusercontent.com/assets/900690/13742697/9ca5ab...
completed
Indentation: Weird indentation in this case I have the default settings and a file like this with 6 leading spaces: ``` "foo": "bar" ``` The status bar indicates to me that pressing tab will insert 1 tab, but when I press tab on the next line, I get mixed tab/whitespaces: ![image](https://cloud.githubu...
152
[]
0
False
4116
Indentation: guessed 4 spaces when it should be 3?
2016-03-14 10:48:39+00:00
2016-03-14 10:51:39+00:00
This might be intentional because we assume that indentation is always a multiplication by 2, but when I have a file with 3 spaces as indent and run the automated guessing, I end up with 4 spaces guessed. Similar 5 spaces gets guessed to 4 spaces as well. ![image](https://cloud.githubusercontent.com/assets/900690/13...
completed
Indentation: guessed 4 spaces when it should be 3? This might be intentional because we assume that indentation is always a multiplication by 2, but when I have a file with 3 spaces as indent and run the automated guessing, I end up with 4 spaces guessed. Similar 5 spaces gets guessed to 4 spaces as well. ![image](h...
173
[]
0
False
4114
Release memory when intellisense hides
2016-03-14 10:32:53+00:00
2017-11-23 14:17:43+00:00
- have a single JavaScript file with contents `do` - trigger IntelliSense once, dismiss with escape - take a heap snapshot - repeat the IntelliSense/dismiss cycle ~10 times - take another heap snapshot, mem usage grew by 1,5MB
completed
Release memory when intellisense hides - have a single JavaScript file with contents `do` - trigger IntelliSense once, dismiss with escape - take a heap snapshot - repeat the IntelliSense/dismiss cycle ~10 times - take another heap snapshot, mem usage grew by 1,5MB
71
[]
0
False
4113
We changed our default indent from spaces to tabs and should announce this properly
2016-03-14 10:24:55+00:00
2016-03-15 11:25:52+00:00
We seem to have changed the default from 4 spaces to 4 tabs and this will cause issues for any project that left the default settings in expecting new files to get spaces and not tabs. I hope release notes are good enough, but I have a feeling this might backfire badly to us. Refs: https://github.com/Microsoft/vs...
completed
We changed our default indent from spaces to tabs and should announce this properly We seem to have changed the default from 4 spaces to 4 tabs and this will cause issues for any project that left the default settings in expecting new files to get spaces and not tabs. I hope release notes are good enough, but I have...
106
[]
0
False
4111
Extension status bar animation does not fit well
2016-03-14 10:10:51+00:00
2016-03-30 23:59:49+00:00
I find the animation for the extension status bar entry does not fit well with the other animation we use for git where we just keep the icon but indicate progress through animation. I suggest to go back to how it was before so that the icon is still visible but just animated. cc @egamma Refs: https://github...
completed
Extension status bar animation does not fit well I find the animation for the extension status bar entry does not fit well with the other animation we use for git where we just keep the icon but indicate progress through animation. I suggest to go back to how it was before so that the icon is still visible but just...
96
[]
0
False
4106
Decide on our version in package.json for March
2016-03-14 09:06:10+00:00
2016-03-18 15:18:54+00:00
We need to decide if we go to 1.0 as version in our package.json for the March release. If we do, we probably have to tweak the code we have to detect if an extension is valid or not. /cc @Microsoft/vscode
completed
Decide on our version in package.json for March We need to decide if we go to 1.0 as version in our package.json for the March release. If we do, we probably have to tweak the code we have to detect if an extension is valid or not. /cc @Microsoft/vscode
69
[]
0
False
4105
First debug start has no effect if 'preLaunchTask' is watching
2016-03-14 08:57:25+00:00
2016-03-15 17:37:43+00:00
1. Have a `launch.json` with a 'preLaunchTask' that is watching 2. Start debugging - no effect, only the second start does the job
completed
First debug start has no effect if 'preLaunchTask' is watching 1. Have a `launch.json` with a 'preLaunchTask' that is watching 2. Start debugging - no effect, only the second start does the job
61
[]
0
False
4103
Reload when debugging an extension does not always reconnect debug session
2016-03-14 08:49:25+00:00
2016-03-14 11:12:32+00:00
1. Create a 'hello world' VSCode extension 2. Start to debug that extension from VSCode, a secondary window will be launched 3. Reload the seconday window, VSCode does not always reconnect. Sometimes it does, sometimes not so it might be a timing issue I did not touch code in this area, so giving first to you. Giv...
completed
Reload when debugging an extension does not always reconnect debug session 1. Create a 'hello world' VSCode extension 2. Start to debug that extension from VSCode, a secondary window will be launched 3. Reload the seconday window, VSCode does not always reconnect. Sometimes it does, sometimes not so it might be a tim...
121
[]
0
False
4099
Coloring broken on startup
2016-03-14 06:45:56+00:00
2016-03-14 08:12:54+00:00
There is no coloring in latest vscode for all languages VScode version 64a83fe3adc13da0cea55373cecccf50ec7dc747 I see this on os x el capiitan
completed
Coloring broken on startup There is no coloring in latest vscode for all languages VScode version 64a83fe3adc13da0cea55373cecccf50ec7dc747 I see this on os x el capiitan
55
[]
0
False
4087
OS X: Control-click on breakpoint doesn't open context menu
2016-03-13 12:47:28+00:00
2016-03-16 16:09:52+00:00
It is difficult to open the breakpoint context menu on a MacBook with the trackpad.
completed
OS X: Control-click on breakpoint doesn't open context menu It is difficult to open the breakpoint context menu on a MacBook with the trackpad.
36
[]
0
False
4084
Incorrect rendering of key bindings with Spanish keyboard on linux
2016-03-13 09:57:42+00:00
2017-03-23 17:36:06+00:00
According to the documentation, vscode renders the key bindings using the system keyboard layout. But in my case, the rendered key bindings do not seem to correspond to my layout. For instance, the split command is shown to be <kbd>ctrl</kbd> + <kbd>ç</kbd>, however that combination toggles a line comment. Th...
completed
Incorrect rendering of key bindings with Spanish keyboard on linux According to the documentation, vscode renders the key bindings using the system keyboard layout. But in my case, the rendered key bindings do not seem to correspond to my layout. For instance, the split command is shown to be <kbd>ctrl</kbd> + <k...
209
[]
0
False
4080
Cursor placement using mouse on tab characters
2016-03-13 05:19:29+00:00
2016-04-05 15:09:45+00:00
If you click on a tab in the editor window, the cursor is placed after the tab. I'm using tabs=4 spaces, and that is quite large. I usually want to place the cursor before the tab, but that is quite hard to do, especially if the tab is for indentation at the start of the line. Suggest, the cursor should be placed o...
completed
Cursor placement using mouse on tab characters If you click on a tab in the editor window, the cursor is placed after the tab. I'm using tabs=4 spaces, and that is quite large. I usually want to place the cursor before the tab, but that is quite hard to do, especially if the tab is for indentation at the start of the ...
172
[]
0
False
4079
Solarized color scheme does not correctly highlight certain keywords
2016-03-13 04:10:21+00:00
2016-03-14 10:20:40+00:00
vscode <img width="333" alt="screen shot 2016-03-12 at 20 04 49" src="https://cloud.githubusercontent.com/assets/589034/13726847/0140cf0e-e88e-11e5-958b-ffdc8ba0c188.png"> Atom: <img width="333" alt="screen shot 2016-03-12 at 20 05 57" src="https://cloud.githubusercontent.com/assets/589034/13726856/12509c5c-e88e-1...
completed
Solarized color scheme does not correctly highlight certain keywords vscode <img width="333" alt="screen shot 2016-03-12 at 20 04 49" src="https://cloud.githubusercontent.com/assets/589034/13726847/0140cf0e-e88e-11e5-958b-ffdc8ba0c188.png"> Atom: <img width="333" alt="screen shot 2016-03-12 at 20 05 57" src="https...
256
[]
0
False