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
4065
Pressing Enter after Copyright maintains space:
2016-03-12 10:37:26+00:00
2016-05-26 10:43:30+00:00
Press Enter after this text: ``` /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *-----------------------...
completed
Pressing Enter after Copyright maintains space: Press Enter after this text: ``` /*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for...
74
[]
0
False
4059
VS Code provides odd hover expression to debug adapters if the expression has '.'s
2016-03-12 05:45:09+00:00
2016-08-26 13:09:55+00:00
This may well be by design, but if so I would suggest updating the documentation: https://github.com/Microsoft/vscode/blob/master/src/vs/workbench/parts/debug/common/debugProtocol.d.ts#L475 When hoving over an identifier that doesn't start with a '.', the debug adapter just receives the identifier. This makes sense....
completed
VS Code provides odd hover expression to debug adapters if the expression has '.'s This may well be by design, but if so I would suggest updating the documentation: https://github.com/Microsoft/vscode/blob/master/src/vs/workbench/parts/debug/common/debugProtocol.d.ts#L475 When hoving over an identifier that doesn't ...
302
[]
0
False
4058
Format Code broken with JavaScript after upgrade to vscode 0.10.10
2016-03-12 05:05:41+00:00
2016-03-14 10:10:34+00:00
I'm maintaining [vscode-standard-format](https://github.com/chenxsan/vscode-standard-format/blob/master/src/extension.ts#L37) extension, after upgrade to the latest Code v0.10.10, `Format Code` does not work when I try to format JavaScript code. When debugging, I found the [`format`](https://github.com/chenxsan/vsco...
completed
Format Code broken with JavaScript after upgrade to vscode 0.10.10 I'm maintaining [vscode-standard-format](https://github.com/chenxsan/vscode-standard-format/blob/master/src/extension.ts#L37) extension, after upgrade to the latest Code v0.10.10, `Format Code` does not work when I try to format JavaScript code. When...
283
[]
0
False
4051
Code instances lay around alive after delegating to already running instance
2016-03-11 23:11:38+00:00
2016-03-16 17:26:55+00:00
OS: Windows 10 Build: new 0.10.12-alpha Steps: 1. Install any old VS code build. 2. Launch app to verify installation is done properly. 3. Now close all the open instances and other program (cmd prompt) which has reference of VS code. 4, Now install latest alpha build from : *_https://vscode-builds.azurewebsites....
completed
Code instances lay around alive after delegating to already running instance OS: Windows 10 Build: new 0.10.12-alpha Steps: 1. Install any old VS code build. 2. Launch app to verify installation is done properly. 3. Now close all the open instances and other program (cmd prompt) which has reference of VS code. 4,...
580
[]
0
False
4046
[Themes] Holding Up or Down key when selecting a theme hangs the application
2016-03-11 22:05:26+00:00
2016-03-16 08:44:40+00:00
OS: Windows 10 Build#: 0.10.12-alpha Node: 4.1.1 Steps: 1. Press F1 to open commands 2. Type Theme, Enter 3. Hold Up or Down key 4. Tries to keep up changing themes on the fly/demo them but can't and freezes after a few seconds.
completed
[Themes] Holding Up or Down key when selecting a theme hangs the application OS: Windows 10 Build#: 0.10.12-alpha Node: 4.1.1 Steps: 1. Press F1 to open commands 2. Type Theme, Enter 3. Hold Up or Down key 4. Tries to keep up changing themes on the fly/demo them but can't and freezes after a few seconds.
89
[]
0
False
4032
Debugging Session Start Button should prevent double submission
2016-03-11 19:37:37+00:00
2016-03-24 15:28:01+00:00
It's possible to start several debugging sessions at the same time by clicking the Debugging Session start button really fast. This leads to incorrect behavior of the debugging experience. Pressing F5 multiple times has the same effect.
completed
Debugging Session Start Button should prevent double submission It's possible to start several debugging sessions at the same time by clicking the Debugging Session start button really fast. This leads to incorrect behavior of the debugging experience. Pressing F5 multiple times has the same effect.
66
[]
0
False
4026
Debug adapter can pass a 'More Information' url to the frontend
2016-03-11 18:46:24+00:00
2016-03-15 15:07:35+00:00
- [x] any platform @chrisdias for https://github.com/Microsoft/vscode/issues/3448 Error messages in the debug protocol have been extended to support a 'More Information' url and a corresponding label. VS Code uses this optional information to show a button in error notifications. Currently this is used in nod...
completed
Debug adapter can pass a 'More Information' url to the frontend - [x] any platform @chrisdias for https://github.com/Microsoft/vscode/issues/3448 Error messages in the debug protocol have been extended to support a 'More Information' url and a corresponding label. VS Code uses this optional information to show a...
136
[]
0
False
4014
Delete on subst drive doesn't work anymore
2016-03-11 14:50:38+00:00
2016-03-11 16:22:46+00:00
Windows - subst a drive - select a file, execute delete - Confirm OK - Message appears that the file can't be moved to trash. Select 'Delete Permanently' Observe: - file quickly disappears in the explorer and then reappears
completed
Delete on subst drive doesn't work anymore Windows - subst a drive - select a file, execute delete - Confirm OK - Message appears that the file can't be moved to trash. Select 'Delete Permanently' Observe: - file quickly disappears in the explorer and then reappears
72
[]
0
False
4010
Leak: extfs uses unbounded cache for unicode normalization
2016-03-11 14:06:59+00:00
2016-03-18 11:04:01+00:00
- Set up a workspace as outlined here: https://github.com/Microsoft/TypeScript/issues/7444 - find the `tmp` folder in the explorer and expand it (there is only 1 items) - take a heap snapshot - run `ember serve`, wait for it start, notice the `tmp` folder being populated, and stop the server. - repeat the previous...
completed
Leak: extfs uses unbounded cache for unicode normalization - Set up a workspace as outlined here: https://github.com/Microsoft/TypeScript/issues/7444 - find the `tmp` folder in the explorer and expand it (there is only 1 items) - take a heap snapshot - run `ember serve`, wait for it start, notice the `tmp` folder be...
130
[]
0
False
4009
Missing command to set focus to "currently open project" in side bar
2016-03-11 12:46:31+00:00
2016-03-11 15:53:13+00:00
Someone closed out the last issue I had open for this, without a proper answer, so I'm creating a new one. https://github.com/Microsoft/vscode/issues/3968 > There's options for View: Focus into Side Bar and View: Focus on Working Files, but there isn't any option for View: Focus into Open Project. Please add this...
completed
Missing command to set focus to "currently open project" in side bar Someone closed out the last issue I had open for this, without a proper answer, so I'm creating a new one. https://github.com/Microsoft/vscode/issues/3968 > There's options for View: Focus into Side Bar and View: Focus on Working Files, but ther...
407
[]
0
False
4008
[yaml] string with = and '{',',' break syntax highlighting
2016-03-11 12:34:55+00:00
2016-09-15 19:53:58+00:00
Related to https://github.com/Microsoft/vscode/issues/1550 and should probably be reported to https://github.com/textmate/yaml.tmbundle/ ...but given all the defects, it might just be better to adopt [Atom's YAML grammar](https://github.com/atom/language-yaml/tree/249fdeed7877ccdcba123645f32cc6597bce4b37), since it doe...
completed
[yaml] string with = and '{',',' break syntax highlighting Related to https://github.com/Microsoft/vscode/issues/1550 and should probably be reported to https://github.com/textmate/yaml.tmbundle/ ...but given all the defects, it might just be better to adopt [Atom's YAML grammar](https://github.com/atom/language-yaml/t...
201
[]
0
False
4000
[0.10.10][Windows] Tab size is not working properly
2016-03-11 08:53:58+00:00
2016-03-16 10:52:01+00:00
I'm using the latest version on my Windows machine, the tab size setting is totally broken. Even though the default setting is 4, the output of Tab on my VS Code is always 8. For instance, I added a new line starting with two tabs ![image](https://cloud.githubusercontent.com/assets/876920/13697428/686a4f84-e7a8-1...
completed
[0.10.10][Windows] Tab size is not working properly I'm using the latest version on my Windows machine, the tab size setting is totally broken. Even though the default setting is 4, the output of Tab on my VS Code is always 8. For instance, I added a new line starting with two tabs ![image](https://cloud.githubus...
368
[]
0
False
3997
We should not show the JS light bulb for files generated from TS
2016-03-11 08:25:53+00:00
2016-03-15 10:44:43+00:00
Steps: - open a file from the out folder Observe: you get a ![capture](https://cloud.githubusercontent.com/assets/1931590/13697057/3e5879a6-e76b-11e5-9905-efde15a67101.png) light bulb asking to set up a jsconfig file.
completed
We should not show the JS light bulb for files generated from TS Steps: - open a file from the out folder Observe: you get a ![capture](https://cloud.githubusercontent.com/assets/1931590/13697057/3e5879a6-e76b-11e5-9905-efde15a67101.png) light bulb asking to set up a jsconfig file.
99
[]
0
False
3994
Caret position is wrong after select a candidate from auto-complete for Powershell New-object cmdlet
2016-03-11 07:48:15+00:00
2016-03-16 17:07:16+00:00
Here are the steps to repro. 1. Launch VSCode 2. Change the mode to Powershell 3. Type `$obj = New-Object ""` 4. Move the caret between double quotations. 5. Type`system.col` 6. Auto-complete shows Collections (For System.Collections) 7. Choose it Expected: "Collections" will be inserted and the caret will b...
completed
Caret position is wrong after select a candidate from auto-complete for Powershell New-object cmdlet Here are the steps to repro. 1. Launch VSCode 2. Change the mode to Powershell 3. Type `$obj = New-Object ""` 4. Move the caret between double quotations. 5. Type`system.col` 6. Auto-complete shows Collections (Fo...
151
[]
0
False
3984
Guide doesn't grow
2016-03-11 00:35:35+00:00
2016-03-14 15:18:41+00:00
As more and more lines are added to a file the guide(s) on the right do not move down when you scroll
completed
Guide doesn't grow As more and more lines are added to a file the guide(s) on the right do not move down when you scroll
33
[]
0
False
3982
[CMD prompt] Command line arguments for "Locale" and "extensions disable" is not working as expected (when app is running).
2016-03-10 21:58:36+00:00
2016-03-14 20:10:51+00:00
OS: Windows10 Build #:0.10.12-alpha Steps: 1. Install app and change the system language setting from command prompt (I set German). 2. Launch app from command prompt with > code-alpha 3. Add C# extension. 3. Try to launch an app again (different instance) from command prompt with locale argument (below command...
completed
[CMD prompt] Command line arguments for "Locale" and "extensions disable" is not working as expected (when app is running). OS: Windows10 Build #:0.10.12-alpha Steps: 1. Install app and change the system language setting from command prompt (I set German). 2. Launch app from command prompt with > code-alpha 3. A...
289
[]
0
False
3980
editor should ignore line ending edits
2016-03-10 21:21:06+00:00
2016-03-14 15:18:41+00:00
The TS formatter produces line ending edits in some cases. This seems to make the editor fail which results in rejecting the edit. The code that make the edit fail is: ``` typescript if (loserCursorsMap.hasOwnProperty('0')) { // These commands are very messed up console...
completed
editor should ignore line ending edits The TS formatter produces line ending edits in some cases. This seems to make the editor fail which results in rejecting the edit. The code that make the edit fail is: ``` typescript if (loserCursorsMap.hasOwnProperty('0')) { // These commands are ...
140
[]
0
False
3978
[php] PHP globals hovers on html tag
2016-03-10 19:50:35+00:00
2017-11-20 22:52:11+00:00
In a file called header.php. Hovering over the html5 `<header>` tag shows a php `header()` tooltip: ![image](https://cloud.githubusercontent.com/assets/1038062/13682336/37890e78-e6f9-11e5-83f6-90fdb2e87a00.png) It also shows it on the `</header>` tag. I have php 7 installed on the system.
completed
[php] PHP globals hovers on html tag In a file called header.php. Hovering over the html5 `<header>` tag shows a php `header()` tooltip: ![image](https://cloud.githubusercontent.com/assets/1038062/13682336/37890e78-e6f9-11e5-83f6-90fdb2e87a00.png) It also shows it on the `</header>` tag. I have php 7 instal...
129
[]
0
False
3976
[C++] Semicolon in string literal messes up highlighting for rest of file
2016-03-10 18:52:34+00:00
2016-04-01 13:51:05+00:00
Repro: ![screenshot from 2016-03-10 10-46-57](https://cloud.githubusercontent.com/assets/1871912/13680508/ab011482-e6ad-11e5-91ae-266d624e7939.png) Repro'd on `22dd214678739e71bf51fcba7697e98f33ce191d` for me. This only repros in C++ mode - C mode correctly ends the string literal in the right place.
completed
[C++] Semicolon in string literal messes up highlighting for rest of file Repro: ![screenshot from 2016-03-10 10-46-57](https://cloud.githubusercontent.com/assets/1871912/13680508/ab011482-e6ad-11e5-91ae-266d624e7939.png) Repro'd on `22dd214678739e71bf51fcba7697e98f33ce191d` for me. This only repros in C++ mode -...
141
[]
0
False
3975
[PHP] Switch case definition inserts intellisense instead of newline
2016-03-10 18:25:58+00:00
2016-03-11 09:51:29+00:00
OS: Windows 10 Steps: 1. Launch VS Code 2. Open a php file 3. Add this code inside html <?php switch (condition) { case 1 } ?> 4. Add a : after "case 1" 5. Press Enter 6. Intellisense adds $_COOKIE Expected: Pressing Enter returns newline after colon
completed
[PHP] Switch case definition inserts intellisense instead of newline OS: Windows 10 Steps: 1. Launch VS Code 2. Open a php file 3. Add this code inside html <?php switch (condition) { case 1 } ?> 4. Add a : after "case 1" 5. Press Enter 6. Intellisense adds $_COOKIE Expected: Pressing Enter r...
92
[]
0
False
3963
An invalid LanguageConfiguration.wordPattern can cause vscode to crash
2016-03-10 15:37:27+00:00
2016-03-11 09:52:36+00:00
This is an odd set of circumstances, but it causes v10.10 to crash (on Windows), and it didn't in 10.8, so I'll report it anyway. I was experiencing a lot of crashes while developing autocomplete in an extension, and found that it boiled down to this: If an extension provides a _LanguageConfiguration_ with a _wordPa...
completed
An invalid LanguageConfiguration.wordPattern can cause vscode to crash This is an odd set of circumstances, but it causes v10.10 to crash (on Windows), and it didn't in 10.8, so I'll report it anyway. I was experiencing a lot of crashes while developing autocomplete in an extension, and found that it boiled down to thi...
531
[]
0
False
3955
[JavaScript] highlighting in Template literals broke with 10.10 update
2016-03-10 11:46:16+00:00
2016-03-11 10:13:47+00:00
![1](https://cloud.githubusercontent.com/assets/9973357/13668452/f82414c4-e6cd-11e5-99a7-3eb94704769f.png) exmp: it's working `var varww var ww =`Неккорректное внешнее присоединение '${связь.запрос}' в ${this.constructor.name}`; testProp = AAA;` ![1](https://cloud.githubusercontent.com/assets/9973357/1366852...
completed
[JavaScript] highlighting in Template literals broke with 10.10 update ![1](https://cloud.githubusercontent.com/assets/9973357/13668452/f82414c4-e6cd-11e5-99a7-3eb94704769f.png) exmp: it's working `var varww var ww =`Неккорректное внешнее присоединение '${связь.запрос}' в ${this.constructor.name}`; testProp =...
348
[]
0
False
3952
[json] Add telemetry event when user edit a json file for Azure RM.
2016-03-10 08:42:38+00:00
2016-03-11 22:31:34+00:00
When we refactored JSON to an extension, we lost the telemetry on how many users edit a JSOMN file for Azure RM. We need to add it back with the support telemetry support that @SofianHn added.
completed
[json] Add telemetry event when user edit a json file for Azure RM. When we refactored JSON to an extension, we lost the telemetry on how many users edit a JSOMN file for Azure RM. We need to add it back with the support telemetry support that @SofianHn added.
76
[]
0
False
3948
Bold+italic style in markdown is styled as just bold in code view
2016-03-10 05:54:22+00:00
2018-02-09 22:49:38+00:00
The last link should also be in italics. ![image](https://cloud.githubusercontent.com/assets/2193314/13660712/64e6799a-e641-11e5-83f0-3c454be23d55.png)
completed
Bold+italic style in markdown is styled as just bold in code view The last link should also be in italics. ![image](https://cloud.githubusercontent.com/assets/2193314/13660712/64e6799a-e641-11e5-83f0-3c454be23d55.png)
80
[]
0
False
3947
Italics and bold remove link syntax highlighting in markdown
2016-03-10 05:53:05+00:00
2016-09-02 16:42:55+00:00
![image](https://cloud.githubusercontent.com/assets/2193314/13660691/3391e7ee-e641-11e5-857f-e25d10fb172c.png)
completed
Italics and bold remove link syntax highlighting in markdown ![image](https://cloud.githubusercontent.com/assets/2193314/13660691/3391e7ee-e641-11e5-857f-e25d10fb172c.png)
66
[]
0
False
3931
[php] opening php tag should be recognised as a valid intellisense option
2016-03-09 20:07:08+00:00
2016-03-16 14:12:42+00:00
As I type `<?php` in vscode I keep getting caught up with the `php_ini_loaded_file` autocomplete: ![image](https://cloud.githubusercontent.com/assets/1038062/13648765/4529e1a0-e632-11e5-99ff-696e596551c1.png) It works if I type `<?php` (space) but often times I am wanting to go to the next line to start writing a...
completed
[php] opening php tag should be recognised as a valid intellisense option As I type `<?php` in vscode I keep getting caught up with the `php_ini_loaded_file` autocomplete: ![image](https://cloud.githubusercontent.com/assets/1038062/13648765/4529e1a0-e632-11e5-99ff-696e596551c1.png) It works if I type `<?php` (spa...
194
[]
0
False
3928
VSCode corrupts multi-line environment variables
2016-03-09 18:22:41+00:00
2016-03-24 16:52:38+00:00
On Fedora installations with some packages installed, e.g. `environment-modules-3.2.10-16.fc22.x86_64` , `scl-utils-2.0.1-3.fc22.x86_64`, shell functions are exported in the environment: ``` $ printenv … BASH_FUNC_module()=() { eval `/usr/bin/modulecmd bash $*` } BASH_FUNC_scl()=() { local CMD=$1; if [ "$CM...
completed
VSCode corrupts multi-line environment variables On Fedora installations with some packages installed, e.g. `environment-modules-3.2.10-16.fc22.x86_64` , `scl-utils-2.0.1-3.fc22.x86_64`, shell functions are exported in the environment: ``` $ printenv … BASH_FUNC_module()=() { eval `/usr/bin/modulecmd bash $*` }...
337
[]
0
False
3908
Quick open no longer accessible
2016-03-09 10:23:04+00:00
2016-03-09 14:44:51+00:00
Caused by https://github.com/Microsoft/vscode/commit/16a8d1d12fd2325eef98251f8c99e8f06c06dacb it seems @joaomoreno
completed
Quick open no longer accessible Caused by https://github.com/Microsoft/vscode/commit/16a8d1d12fd2325eef98251f8c99e8f06c06dacb it seems @joaomoreno
62
[]
0
False
3903
[js] syntax highlight for 'var' and 'function' not working in Default VS theme
2016-03-09 09:34:55+00:00
2016-03-11 16:15:35+00:00
0.10.10 (Feburary build) has a regression is that the following JavaScript keywords are no longer highlighted in the Dark Visual Studio & Light Visual Studio themes: `var` `let` `const` `function` `get` `set` `class` `interface` `module` `namespace` This only affects JavaScript (not TypeScript). The workaround if ...
completed
[js] syntax highlight for 'var' and 'function' not working in Default VS theme 0.10.10 (Feburary build) has a regression is that the following JavaScript keywords are no longer highlighted in the Dark Visual Studio & Light Visual Studio themes: `var` `let` `const` `function` `get` `set` `class` `interface` `module` `...
176
[]
0
False
3899
[folding] sections are still folded when disabled in preferences
2016-03-09 08:34:02+00:00
2016-03-09 11:12:17+00:00
Enable folding in preferences. Fold section(s). Disable folding in preferences. Actual results: Section(s) are still folded and cannot be unfolded because the section with fold/unfold symbols is hidden. Glyph(s) at the end of the folded section(s) first line is visible. Expected results: All sections unfolded...
completed
[folding] sections are still folded when disabled in preferences Enable folding in preferences. Fold section(s). Disable folding in preferences. Actual results: Section(s) are still folded and cannot be unfolded because the section with fold/unfold symbols is hidden. Glyph(s) at the end of the folded section(s) f...
141
[]
0
False
3898
Not output paired quotation marks in php but javascript?
2016-03-09 07:01:59+00:00
2016-03-15 11:28:12+00:00
In javascript, when I press `'`, a pair `''` outputed, and my cursor are in center `'|'`, but in php, just a single `'` output. Is this expected or something wrong?
completed
Not output paired quotation marks in php but javascript? In javascript, when I press `'`, a pair `''` outputed, and my cursor are in center `'|'`, but in php, just a single `'` output. Is this expected or something wrong?
68
[]
0
False
3897
Output: avoid trimming if input is > MAX_OUTPUT_LINES
2016-03-09 06:55:34+00:00
2016-03-09 15:59:07+00:00
An optimisation idea: If you receive > 10.000 lines of output in your RunOnceScheduler, we should not first append to the model and then trim but rather trim the string to 10.000 lines and then just set this to the model directly. I am trying to protect from the case where an extension might produce 1.000.000 lines...
completed
Output: avoid trimming if input is > MAX_OUTPUT_LINES An optimisation idea: If you receive > 10.000 lines of output in your RunOnceScheduler, we should not first append to the model and then trim but rather trim the string to 10.000 lines and then just set this to the model directly. I am trying to protect from the...
110
[]
0
False
3896
Output: do not react to output events when panel is hidden or output channel not selected
2016-03-09 06:46:53+00:00
2016-03-09 15:59:07+00:00
When the panel is closed or another output channel is selected or another panel (e.g. REPL), output events should not cause the output model to constantly work. Only when the output model is visible would I expect any work to be done. Marking as important because it is possible that some extension constantly floods ...
completed
Output: do not react to output events when panel is hidden or output channel not selected When the panel is closed or another output channel is selected or another panel (e.g. REPL), output events should not cause the output model to constantly work. Only when the output model is visible would I expect any work to be d...
97
[]
0
False
3895
launch occurs even if preLaunchTask fails
2016-03-09 06:43:55+00:00
2016-03-09 08:42:56+00:00
I'm trying to do C code development using WebFreak001's gdb debugger extension. _Regardless_ of whether and how preLaunchTask fails, Code always tries to launch the application. I tried pretty much every type of error and variations of arguments in the json files, and it _always_ tried to launch my target app (gm). ...
completed
launch occurs even if preLaunchTask fails I'm trying to do C code development using WebFreak001's gdb debugger extension. _Regardless_ of whether and how preLaunchTask fails, Code always tries to launch the application. I tried pretty much every type of error and variations of arguments in the json files, and it _alway...
542
[]
0
False
3894
[Handlebars] Curly braces edit issues
2016-03-09 04:23:18+00:00
2016-03-10 14:06:46+00:00
Having issues with double curly braces and text in between. Say `{{person.name}}`, VSCode won't let me place the cursor between the second opening curly braces and the p.
completed
[Handlebars] Curly braces edit issues Having issues with double curly braces and text in between. Say `{{person.name}}`, VSCode won't let me place the cursor between the second opening curly braces and the p.
60
[]
0
False
3892
Show Git Output doesn't switch Output panel's drop-down to the Git option
2016-03-09 02:26:12+00:00
2016-03-09 09:37:19+00:00
Clicking _Show Git Output_ does not switch the Output panel's drop-down list selection to the Git option. ## Reproduce 1. Go to the Git screen. 2. Make sure the Output panel is already visible and that _Tasks_ is the selected item in the drop-down. 3. Click the _Show Git Output_ option. 4. Note that _Tasks_ is sti...
completed
Show Git Output doesn't switch Output panel's drop-down to the Git option Clicking _Show Git Output_ does not switch the Output panel's drop-down list selection to the Git option. ## Reproduce 1. Go to the Git screen. 2. Make sure the Output panel is already visible and that _Tasks_ is the selected item in the drop-...
253
[]
0
False
3882
Ctrl+Delete removing entire line when used at the end of line
2016-03-08 20:48:29+00:00
2016-05-24 20:56:00+00:00
If you have some lines in a file such as: ``` c# public void Add( int x, int y ) { // some code } ``` If you place your cursor at the end of the first line, and hit `Ctrl+Delete` it removes the entire line, so you end up with just ``` c# int y ) ...
completed
Ctrl+Delete removing entire line when used at the end of line If you have some lines in a file such as: ``` c# public void Add( int x, int y ) { // some code } ``` If you place your cursor at the end of the first line, and hit `Ctrl+Delete` it removes the entire line, so you en...
160
[]
0
False
3877
OSX Install shell command description is not specific on quality
2016-03-08 18:44:40+00:00
2016-04-28 07:37:48+00:00
The command to install `code` in the $PATH on OSX always says `code` in the command palette but the message following says `code-insiders` or `code-alpha` if it is one of those builds. I was concerned about what it was going to do on the insiders and alpha builds, people may be wary of adding it if they're not sure whe...
completed
OSX Install shell command description is not specific on quality The command to install `code` in the $PATH on OSX always says `code` in the command palette but the message following says `code-insiders` or `code-alpha` if it is one of those builds. I was concerned about what it was going to do on the insiders and alph...
112
[]
0
False
3870
32-bit rpm build is not being built as 64-bit
2016-03-08 16:43:08+00:00
2016-03-08 16:53:05+00:00
Need to explicitly indicate target architecture via `--target` flag https://docs.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/html/RPM_Guide/ch-rpmbuild.html#id629417
completed
32-bit rpm build is not being built as 64-bit Need to explicitly indicate target architecture via `--target` flag https://docs.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/html/RPM_Guide/ch-rpmbuild.html#id629417
81
[]
0
False
3869
Horizontal scrollbars weird behaviour
2016-03-08 16:41:44+00:00
2016-03-17 08:32:23+00:00
I have splitted the editor and the two horizontal scrollbars have a very weird behaviour. The bug seems easy to reproduce. Just resize the width of the splitted screens (20%-80%, then 80%-20%, then 50-50), then look at the horizontal scrollbars. Their widths are sometimes not correct, they are not scrolling the edit...
completed
Horizontal scrollbars weird behaviour I have splitted the editor and the two horizontal scrollbars have a very weird behaviour. The bug seems easy to reproduce. Just resize the width of the splitted screens (20%-80%, then 80%-20%, then 50-50), then look at the horizontal scrollbars. Their widths are sometimes not co...
94
[]
0
False
3858
VSCode crashes when opening a particular file
2016-03-08 15:28:14+00:00
2016-03-09 17:16:03+00:00
Hello, My Visual Studio Code crashes when I try to open the following file (in the zip) and I have absolutely no idea why. I just tested on one of my coworker's computer and his version crashed too. I'm using the latest (February) release of VSCode on MacOSX (and so is my colleague). [button.jade.zip](https://git...
completed
VSCode crashes when opening a particular file Hello, My Visual Studio Code crashes when I try to open the following file (in the zip) and I have absolutely no idea why. I just tested on one of my coworker's computer and his version crashed too. I'm using the latest (February) release of VSCode on MacOSX (and so is m...
125
[]
0
False
3840
[C++] invalid token on closing bracket
2016-03-08 12:59:12+00:00
2017-02-21 22:58:03+00:00
The syntax highlighting for C++ is broken in Version 0.10.10. The results differ depending on the color scheme. Tested on Windows 10 and CentOS 7 Dark+: ![broken_syntax_highlighting_dark](https://cloud.githubusercontent.com/assets/12607894/13601471/adbe2e5e-e530-11e5-989a-f85f22ccce06.png) Dark: ![broken_syn...
completed
[C++] invalid token on closing bracket The syntax highlighting for C++ is broken in Version 0.10.10. The results differ depending on the color scheme. Tested on Windows 10 and CentOS 7 Dark+: ![broken_syntax_highlighting_dark](https://cloud.githubusercontent.com/assets/12607894/13601471/adbe2e5e-e530-11e5-989a-f...
178
[]
0
False
3839
COMMAND PALLET: Shortcut keys are not read by screenreader
2016-03-08 12:41:34+00:00
2016-03-08 14:28:57+00:00
I just did a quick check on the command pallet and can navigate it just fine. I can read the actions, but it seems the shortcut keys assigned to these actions aren't read aloud by screenreaders. Obviously I can't verify if this is just me having a lot of commands with no keyboard shortcuts attached. Can anyone confirm?...
completed
COMMAND PALLET: Shortcut keys are not read by screenreader I just did a quick check on the command pallet and can navigate it just fine. I can read the actions, but it seems the shortcut keys assigned to these actions aren't read aloud by screenreaders. Obviously I can't verify if this is just me having a lot of comman...
191
[]
0
False
3838
VS Marketplace is really slow in Chinese network
2016-03-08 12:38:16+00:00
2016-03-08 14:30:19+00:00
When I try command `ext install <something>` , it will show progress bar. And the progress bar will run minutes, and almost noting was listed. It may be a network connection error. This issue happened on all my computers (PC&Mac) and all kind of network I can access.
completed
VS Marketplace is really slow in Chinese network When I try command `ext install <something>` , it will show progress bar. And the progress bar will run minutes, and almost noting was listed. It may be a network connection error. This issue happened on all my computers (PC&Mac) and all kind of network I can access...
78
[]
0
False
3837
Typescript syntax highlighting breaks when using a variable with the prefix 'var' inside a template literal
2016-03-08 12:23:11+00:00
2016-03-09 11:00:35+00:00
I noticed this after upgrading vscode to version 0.10.10. A screenshot demonstrating the problem: ![screenshot](http://i.imgur.com/oi4Hc7s.png)
completed
Typescript syntax highlighting breaks when using a variable with the prefix 'var' inside a template literal I noticed this after upgrading vscode to version 0.10.10. A screenshot demonstrating the problem: ![screenshot](http://i.imgur.com/oi4Hc7s.png)
72
[]
0
False
3830
supportsFunctionBreakpoints: false is ignored
2016-03-08 10:33:50+00:00
2016-03-08 14:33:01+00:00
See https://github.com/felixfbecker/vscode-php-debug/issues/21 I am not currently sending `supportsFunctionBreakpoints: true`, but users are still able to set function breakpoints, resulting in errors. I just worked on implementing `setFunctionBreakpoints` and it works without having to send the flag in `Initialize...
completed
supportsFunctionBreakpoints: false is ignored See https://github.com/felixfbecker/vscode-php-debug/issues/21 I am not currently sending `supportsFunctionBreakpoints: true`, but users are still able to set function breakpoints, resulting in errors. I just worked on implementing `setFunctionBreakpoints` and it works ...
111
[]
0
False
3824
NLS build has an issue with \' in string
2016-03-08 09:49:44+00:00
2016-03-09 09:06:07+00:00
- Uncomment asserts on line 370 in /extensions/json/server/src/test/schema.test.ts - run "gulp watch-build" - run "./scripts/test.sh --build" 1) JSON Schema Schema contributions: + expected - actual ``` -Problems loading reference \'http://myschemastore/myschemafoo\': Unable to load schema from \'...
completed
NLS build has an issue with \' in string - Uncomment asserts on line 370 in /extensions/json/server/src/test/schema.test.ts - run "gulp watch-build" - run "./scripts/test.sh --build" 1) JSON Schema Schema contributions: + expected - actual ``` -Problems loading reference \'http://myschemastore/mys...
340
[]
0
False
3821
Changing language mode in diff view does not persist the mode for the file
2016-03-08 09:23:48+00:00
2016-03-08 11:19:00+00:00
1. Create two new files test1, test2 2. Compare them and change the mode of those files in the diff view, for example to `javascript` 3. The mode nicely changes for both files in the diff view 4. However, I would expect that when I open those files in a regular view the `javascript` mode is persisted. It is not, onl...
completed
Changing language mode in diff view does not persist the mode for the file 1. Create two new files test1, test2 2. Compare them and change the mode of those files in the diff view, for example to `javascript` 3. The mode nicely changes for both files in the diff view 4. However, I would expect that when I open those...
119
[]
0
False
3816
Task with forward slashes, isShellCommand and in Windows fails to execute
2016-03-08 08:12:07+00:00
2016-03-09 11:47:27+00:00
Only happens in Windows. I have the file `folder/hello.cmd` in my workspace. When I setup the following task I always get the same error: ``` { "version": "0.1.0", "command": "./folder/hello", "isShellCommand": true, ... ``` ``` '.' is not recognized as an internal or external command, oper...
completed
Task with forward slashes, isShellCommand and in Windows fails to execute Only happens in Windows. I have the file `folder/hello.cmd` in my workspace. When I setup the following task I always get the same error: ``` { "version": "0.1.0", "command": "./folder/hello", "isShellCommand": true, ... `...
257
[]
0
False
3815
[php] autocomplete is not showing user variables
2016-03-08 08:09:12+00:00
2016-03-16 14:12:42+00:00
I don't really understand how it's working. VSCode does not suggest me any of my variables. Only globals as $_COOKIE and etc. I was trying to type few letters of my variable name and press Ctrl+Space, and it's says "No suggestions".
completed
[php] autocomplete is not showing user variables I don't really understand how it's working. VSCode does not suggest me any of my variables. Only globals as $_COOKIE and etc. I was trying to type few letters of my variable name and press Ctrl+Space, and it's says "No suggestions".
77
[]
0
False
3806
Detecting TS file as JavsScript when shebang exists
2016-03-08 06:39:20+00:00
2016-03-09 13:09:38+00:00
``` ts // typed.ts #!/usr/bin/env node import Promise = require('any-promise') ``` `import` is error with: illegal import declaration (undefined) and the file is detected as JavaScript ![image](https://cloud.githubusercontent.com/assets/3254987/13593980/6b38af44-e4b5-11e5-82f5-31c1bcef0c88.png)
completed
Detecting TS file as JavsScript when shebang exists ``` ts // typed.ts #!/usr/bin/env node import Promise = require('any-promise') ``` `import` is error with: illegal import declaration (undefined) and the file is detected as JavaScript ![image](https://cloud.githubusercontent.com/assets/3254987/13593980/6b38...
129
[]
0
False
3795
Make Intellisense font and image size adjustable
2016-03-08 00:40:31+00:00
2016-04-20 16:56:08+00:00
I was playing around with the `editor.fontSize` setting in VSCode because I am a little nearsighted. Is there a way to also have the font either inherit the size from the `editor.fontSize` setting or create a new one for it? Keep in mind when you scale the font, the images to the left need to be scaled as well.
completed
Make Intellisense font and image size adjustable I was playing around with the `editor.fontSize` setting in VSCode because I am a little nearsighted. Is there a way to also have the font either inherit the size from the `editor.fontSize` setting or create a new one for it? Keep in mind when you scale the font, the i...
95
[]
0
False
3790
New `code` shell command fails if `python` points to Python 3
2016-03-07 23:09:53+00:00
2016-03-08 10:13:11+00:00
Just installed 0.10.10 and installed the `code` shell command: ``` $ code --help File "<string>", line 1 import os,sys; print os.path.realpath(sys.argv[1]) ^ SyntaxError: invalid syntax /usr/local/bin/code: line 10: ./MacOS/Electron: No such file or directory ``` VS Code its...
completed
New `code` shell command fails if `python` points to Python 3 Just installed 0.10.10 and installed the `code` shell command: ``` $ code --help File "<string>", line 1 import os,sys; print os.path.realpath(sys.argv[1]) ^ SyntaxError: invalid syntax /usr/local/bin/code: line 10: ....
304
[]
0
False
3766
Often seeing 99+ errors/warnings from lib.d.ts
2016-03-07 10:40:50+00:00
2016-03-21 20:10:27+00:00
More often these days (I have seen this before) my problems/warnings status bar shows 99+ and clicking on it shows all are coming from /Applications/Visual Studio Code - Alpha.app/Contents/Resources/app/extensions/typescript/server/typescript/lib/lib.d.ts ![image](https://cloud.githubusercontent.com/assets/900690/13...
completed
Often seeing 99+ errors/warnings from lib.d.ts More often these days (I have seen this before) my problems/warnings status bar shows 99+ and clicking on it shows all are coming from /Applications/Visual Studio Code - Alpha.app/Contents/Resources/app/extensions/typescript/server/typescript/lib/lib.d.ts ![image](https...
219
[]
0
False
3758
Search results include large files which can't be viewed
2016-03-07 00:29:07+00:00
2016-03-07 08:36:11+00:00
When using the search panel, results are displayed from large text files. But when trying to view the file it shows a message saying the file cannot be displayed. This seems inconsistent. It would be nice if the viewer was able to display large files. Version 0.10.8
completed
Search results include large files which can't be viewed When using the search panel, results are displayed from large text files. But when trying to view the file it shows a message saying the file cannot be displayed. This seems inconsistent. It would be nice if the viewer was able to display large files. Version 0....
74
[]
0
False
3755
(Windows) Uninstalling a symlinked extension deletes the target directory
2016-03-06 20:18:27+00:00
2016-04-28 15:30:26+00:00
Reporting this since installing extensions via symbolic link may soon be coming to vsce (Microsoft/vscode-vsce#78). On Windows, when uninstalling an extension that was added to the .vscode/extensions folder via symbolic link, the contents of target folder of the link are deleted :open_mouth:, rather than just the l...
completed
(Windows) Uninstalling a symlinked extension deletes the target directory Reporting this since installing extensions via symbolic link may soon be coming to vsce (Microsoft/vscode-vsce#78). On Windows, when uninstalling an extension that was added to the .vscode/extensions folder via symbolic link, the contents of ...
137
[]
0
False
3748
typescript.tsdk has confusing documentation and missing validly checks
2016-03-06 00:30:59+00:00
2017-01-26 07:17:36+00:00
When a typescript file contains a [string literal type](https://github.com/Microsoft/TypeScript/wiki/What's-new-in-TypeScript#string-literal-types): ``` ts let foo: "foo" | "bar" = "foo"; ``` VSCode shows errors: ![foo_ts_-_simple-todos-react](https://cloud.githubusercontent.com/assets/3731059/13551436/2eb...
completed
typescript.tsdk has confusing documentation and missing validly checks When a typescript file contains a [string literal type](https://github.com/Microsoft/TypeScript/wiki/What's-new-in-TypeScript#string-literal-types): ``` ts let foo: "foo" | "bar" = "foo"; ``` VSCode shows errors: ![foo_ts_-_simple-todos...
337
[]
0
False
3746
Markdown Fenced PHP Code Block is Not Syntax Highlighted
2016-03-05 22:39:59+00:00
2016-12-05 23:28:20+00:00
When creating a code fence, the block doesn't get colored as code (stays white), but it does display as code in the preview. ```php <?php //Hello World echo ('Hello World!'); ?> ``` If I tab the code with 4 spaces it does color it properly. Here is an example: ![screenshot from ...
completed
Markdown Fenced PHP Code Block is Not Syntax Highlighted When creating a code fence, the block doesn't get colored as code (stays white), but it does display as code in the preview. ```php <?php //Hello World echo ('Hello World!'); ?> ``` If I tab the code with 4 spaces it does color ...
153
[]
0
False
3731
Debugger for Node doesn't work when project folder under TFS Git On-Premise
2016-03-04 18:37:08+00:00
2016-03-09 01:30:21+00:00
The debugger for VSCode does not seam to work with Typescript (or Javascript) with a project under an on-premise Team Foundation Server 2015 and Git team project. At first I thought it may have been the folder levels or some other wierd thing with my particular project so I took the sample app https://github.com/czech...
completed
Debugger for Node doesn't work when project folder under TFS Git On-Premise The debugger for VSCode does not seam to work with Typescript (or Javascript) with a project under an on-premise Team Foundation Server 2015 and Git team project. At first I thought it may have been the folder levels or some other wierd thing ...
257
[]
0
False
3730
debugViewlet.js: TypeError: Cannot read property 'origin' of undefined
2016-03-04 17:35:20+00:00
2016-03-04 17:39:54+00:00
Whenever I debug a Mono app I run into this error: ![2016-03-04 18-32-23](https://cloud.githubusercontent.com/assets/1898161/13534871/882ca4d2-e237-11e5-9e75-bfc32780e8b2.png)
completed
debugViewlet.js: TypeError: Cannot read property 'origin' of undefined Whenever I debug a Mono app I run into this error: ![2016-03-04 18-32-23](https://cloud.githubusercontent.com/assets/1898161/13534871/882ca4d2-e237-11e5-9e75-bfc32780e8b2.png)
96
[]
0
False
3726
Mac: Doubleclick sometimes ends up selecting the span
2016-03-04 16:39:26+00:00
2016-03-04 16:39:46+00:00
I have zooming enabled in settings.
completed
Mac: Doubleclick sometimes ends up selecting the span I have zooming enabled in settings.
24
[]
0
False
3720
TypeError: Path must be a string. Received null: VSC Insiders
2016-03-04 14:18:57+00:00
2016-03-04 14:25:07+00:00
!TypeError: Path must be a string. Received null! when trying to debug in Node using VSC Insiders. Works fine in regular VSC.
completed
TypeError: Path must be a string. Received null: VSC Insiders !TypeError: Path must be a string. Received null! when trying to debug in Node using VSC Insiders. Works fine in regular VSC.
60
[]
0
False
3708
Rate Limiting on https://raw.githubusercontent.com/Microsoft/vscode/0.10.8/src/vs/vscode.d.ts
2016-03-04 09:32:53+00:00
2016-03-04 09:55:04+00:00
GitHub is rate limiting access to vscode.d.ts file. As a result, AppVeyor builds are failing as AppVeyor recycles across 6 IP address (https://www.appveyor.com/docs/build-configuration#ip-addresses) As per GitHub documentation (https://developer.github.com/v3/#rate-limiting): > For unauthenticated requests, the ...
completed
Rate Limiting on https://raw.githubusercontent.com/Microsoft/vscode/0.10.8/src/vs/vscode.d.ts GitHub is rate limiting access to vscode.d.ts file. As a result, AppVeyor builds are failing as AppVeyor recycles across 6 IP address (https://www.appveyor.com/docs/build-configuration#ip-addresses) As per GitHub document...
446
[]
0
False
3704
Prompt to review license terms
2016-03-04 08:37:05+00:00
2016-03-15 16:59:02+00:00
The license terms for VS Code will change slightly for March, we will remove the expiration for example. As a result, we need to let people who are automatically upgraded know and give them an opportunity to view the license. Only if the user is being automatically updated, prompt on startup that says "Our licens...
completed
Prompt to review license terms The license terms for VS Code will change slightly for March, we will remove the expiration for example. As a result, we need to let people who are automatically upgraded know and give them an opportunity to view the license. Only if the user is being automatically updated, prompt on s...
139
[]
0
False
3692
Markdown: Syntax highlighting not displaying correctly
2016-03-03 21:54:43+00:00
2016-06-16 16:11:28+00:00
I've been writing markdown files in VScode recently, and I'm enjoying very much. I'm having an issue with the preview display: I can't get get syntax highlighting for code to work. In markdown view, the syntax highlighting does work, but in preview it just shows up as plain text in a gray box. (I am currently specif...
completed
Markdown: Syntax highlighting not displaying correctly I've been writing markdown files in VScode recently, and I'm enjoying very much. I'm having an issue with the preview display: I can't get get syntax highlighting for code to work. In markdown view, the syntax highlighting does work, but in preview it just shows ...
200
[]
0
False
3682
High contrast theme - scrollbar thumb size is innacurate
2016-03-03 17:52:07+00:00
2016-03-03 19:50:51+00:00
It allows you to pull the scroll thumb further down than the bottom of the scroll track.
completed
High contrast theme - scrollbar thumb size is innacurate It allows you to pull the scroll thumb further down than the bottom of the scroll track.
36
[]
0
False
3679
Git: sometimes "Open File" and "Open Change" show up disabled in context menu
2016-03-03 17:07:51+00:00
2016-03-04 09:31:45+00:00
@joaomoreno I wonder if this is a regression from my change to make the context menu show up after process.nextTick()? Sometimes I see "Open File" and "Open Change" disabled when I right click on an outgoing change. Maybe you could check out if the code is sensitive to the context menu not opening sync anymore?
completed
Git: sometimes "Open File" and "Open Change" show up disabled in context menu @joaomoreno I wonder if this is a regression from my change to make the context menu show up after process.nextTick()? Sometimes I see "Open File" and "Open Change" disabled when I right click on an outgoing change. Maybe you could check o...
100
[]
0
False
3669
Very first F5 from dirty launch.json does not start debug session for me
2016-03-03 10:26:03+00:00
2017-03-23 20:42:25+00:00
- generate hello world TS extension - open it and make launch.json dirty - F5 => file is saved but for me debug does not start. When I hit F5 again it works.
completed
Very first F5 from dirty launch.json does not start debug session for me - generate hello world TS extension - open it and make launch.json dirty - F5 => file is saved but for me debug does not start. When I hit F5 again it works.
66
[]
0
False
3668
API: output.show() no longer supports ViewColumn
2016-03-03 10:17:05+00:00
2016-03-07 10:27:17+00:00
But we still have it in our API.
completed
API: output.show() no longer supports ViewColumn But we still have it in our API.
27
[]
0
False
3667
Debugger will not hit typescript breakpoints on windows when the path contains spaces
2016-03-03 09:56:38+00:00
2016-03-07 21:49:17+00:00
We had some team members who could not debug mocha unit-tests and others who could. We tracked the problem down to the path which contained spaces (in our case c:\development next\frontend) . This is probably also the cause of issues #3144 and #3659. This issue has appeared in the last month, before that, we did not...
completed
Debugger will not hit typescript breakpoints on windows when the path contains spaces We had some team members who could not debug mocha unit-tests and others who could. We tracked the problem down to the path which contained spaces (in our case c:\development next\frontend) . This is probably also the cause of issues ...
125
[]
0
False
3666
Killing a debug session does not cancel Variable spinners
2016-03-03 09:49:26+00:00
2016-03-24 10:15:56+00:00
Whenever there is a long running debug adapter request and a spinner appears in the UI, this spinner does not disappear when the session is terminated (in fact the full variables viewlet does not disappear in this case). Since starting a new debug session does not work in this situation, only a window reload helps.
completed
Killing a debug session does not cancel Variable spinners Whenever there is a long running debug adapter request and a spinner appears in the UI, this spinner does not disappear when the session is terminated (in fact the full variables viewlet does not disappear in this case). Since starting a new debug session does ...
85
[]
0
False
3665
Column select doesn't work in read only files
2016-03-03 09:34:30+00:00
2016-03-17 12:43:09+00:00
- Open the user settings. - Column select in the left editor `Default Settings` I cannot select columns, but I can select ranges.
completed
Column select doesn't work in read only files - Open the user settings. - Column select in the left editor `Default Settings` I cannot select columns, but I can select ranges.
48
[]
0
False
3662
convertOutputPositionToInputPosition can throw 'Not supported' when landing in an invisible line
2016-03-03 08:26:29+00:00
2016-03-03 10:23:17+00:00
fyi @egamma
completed
convertOutputPositionToInputPosition can throw 'Not supported' when landing in an invisible line fyi @egamma
34
[]
0
False
3661
Link decoration bleeds to next line when wrapping
2016-03-03 08:05:56+00:00
2016-03-17 22:10:50+00:00
![image](https://cloud.githubusercontent.com/assets/22350/13488037/fe66c980-e11e-11e5-9d11-1a39d1abebea.png) Feels a bit weird.
completed
Link decoration bleeds to next line when wrapping ![image](https://cloud.githubusercontent.com/assets/22350/13488037/fe66c980-e11e-11e5-9d11-1a39d1abebea.png) Feels a bit weird.
71
[]
0
False
3660
Autocompletion should not autocomplete parentheses on import clause
2016-03-03 07:56:41+00:00
2016-11-15 21:28:12+00:00
I have the settings ``` json "typescript.useCodeSnippetsOnMethodSuggest": true, ``` It current autocompletes on import clauses too. Which is not desired. ``` ts import { setRoutes(app)} from './Routes/Index'; ```
completed
Autocompletion should not autocomplete parentheses on import clause I have the settings ``` json "typescript.useCodeSnippetsOnMethodSuggest": true, ``` It current autocompletes on import clauses too. Which is not desired. ``` ts import { setRoutes(app)} from './Routes/Index'; ```
94
[]
0
False
3659
Can no longer break in Unit tests using Code
2016-03-03 07:27:04+00:00
2016-03-07 22:55:08+00:00
I am trying to break in a test using Code and it does not work anymore. I am on Mac and add a breakpoint to fileService.test.ts#421 (test watchFileChanges). The breakpoint is not hit but the tests seem to execute: ![image](https://cloud.githubusercontent.com/assets/900690/13487373/af0d1e70-e119-11e5-993e-84c57835...
completed
Can no longer break in Unit tests using Code I am trying to break in a test using Code and it does not work anymore. I am on Mac and add a breakpoint to fileService.test.ts#421 (test watchFileChanges). The breakpoint is not hit but the tests seem to execute: ![image](https://cloud.githubusercontent.com/assets/900...
120
[]
0
False
3657
Panel border is not HC aware
2016-03-03 07:20:25+00:00
2016-03-03 16:24:21+00:00
![image](https://cloud.githubusercontent.com/assets/900690/13487268/c2d97b2a-e118-11e5-9c6a-3bc320961bb3.png)
completed
Panel border is not HC aware ![image](https://cloud.githubusercontent.com/assets/900690/13487268/c2d97b2a-e118-11e5-9c6a-3bc320961bb3.png)
61
[]
0
False
3656
Indentation indicator is wrong for travis.yml
2016-03-03 06:56:21+00:00
2016-03-03 08:46:55+00:00
Our travis.yml uses spaces for indentantion and not tabs, but the status bar shows 4 Tabs: ![image](https://cloud.githubusercontent.com/assets/900690/13486890/5ddfc3e4-e115-11e5-9e9d-851b05772ce5.png) @isidorn fyi
completed
Indentation indicator is wrong for travis.yml Our travis.yml uses spaces for indentantion and not tabs, but the status bar shows 4 Tabs: ![image](https://cloud.githubusercontent.com/assets/900690/13486890/5ddfc3e4-e115-11e5-9e9d-851b05772ce5.png) @isidorn fyi
98
[]
0
False
3655
Variable name can not be `constructor` or `__proto__`
2016-03-03 06:49:28+00:00
2016-03-30 10:19:54+00:00
I am writing a debugger adapter, and i found if the variable name is `constructor`, then it can not be displayed in Variable view. <img width="273" alt="variable-issue" src="https://cloud.githubusercontent.com/assets/488203/13486777/fd5b5aee-e14e-11e5-91e4-7abd33414363.png"> And the return value is `[{"name":"con...
completed
Variable name can not be `constructor` or `__proto__` I am writing a debugger adapter, and i found if the variable name is `constructor`, then it can not be displayed in Variable view. <img width="273" alt="variable-issue" src="https://cloud.githubusercontent.com/assets/488203/13486777/fd5b5aee-e14e-11e5-91e4-7abd33...
159
[]
0
False
3642
`gutterIconPath` is not shown in High Contrast theme
2016-03-02 16:38:31+00:00
2016-04-29 07:03:33+00:00
I'm creating a `TextEditorDecorationType`, defining `gutterIconPath` with a `.png` file. It works fine for all stock themes, but it is not shown when using the _High Contrast_ theme. Is there any _format/setting_ for the image to work with _High Contrast_ theme? The image is [this one](https://raw.githubuserconte...
completed
`gutterIconPath` is not shown in High Contrast theme I'm creating a `TextEditorDecorationType`, defining `gutterIconPath` with a `.png` file. It works fine for all stock themes, but it is not shown when using the _High Contrast_ theme. Is there any _format/setting_ for the image to work with _High Contrast_ theme? ...
141
[]
0
False
3635
No handler found when running Reload Javascript Projects command
2016-03-02 14:24:55+00:00
2016-03-03 08:59:19+00:00
![image](https://cloud.githubusercontent.com/assets/22350/13463081/dc5db180-e08a-11e5-8a2b-fe850fed3110.png)
completed
No handler found when running Reload Javascript Projects command ![image](https://cloud.githubusercontent.com/assets/22350/13463081/dc5db180-e08a-11e5-8a2b-fe850fed3110.png)
62
[]
0
False
3634
code folding doesn't respect peek ui
2016-03-02 14:08:53+00:00
2016-03-15 15:38:35+00:00
- open Peek UI, for example I did a Peed Definition on gulp in a pretty standard gulpfile. Before folding, the Peek UI is open with the beak pointing at the symbol I invoked the action on: ![image](https://cloud.githubusercontent.com/assets/1487073/13462454/d0c4765e-e087-11e5-9147-82106c178c33.png) Now, fold s...
completed
code folding doesn't respect peek ui - open Peek UI, for example I did a Peed Definition on gulp in a pretty standard gulpfile. Before folding, the Peek UI is open with the beak pointing at the symbol I invoked the action on: ![image](https://cloud.githubusercontent.com/assets/1487073/13462454/d0c4765e-e087-11e5-...
304
[]
0
False
3627
Failed to load tslint library.
2016-03-02 11:57:20+00:00
2016-03-07 10:07:06+00:00
I like the tslint extension, I use it with our vscode repo. But I now get this error in every other workspace. I think this message should just be omitted. ![image](https://cloud.githubusercontent.com/assets/22350/13459773/1ef8a73a-e076-11e5-9544-c9f1e5cd1386.png)
completed
Failed to load tslint library. I like the tslint extension, I use it with our vscode repo. But I now get this error in every other workspace. I think this message should just be omitted. ![image](https://cloud.githubusercontent.com/assets/22350/13459773/1ef8a73a-e076-11e5-9544-c9f1e5cd1386.png)
105
[]
0
False
3626
Debug fails to recognise the task has failed
2016-03-02 11:18:51+00:00
2019-10-15 08:47:13+00:00
- Clone https://github.com/Pure-D/code-d and checkout commit 09ce158566e94bd28cfba9a9fd1365717fa863fd. - Open that workspace in Code. - Open `launch.json` and change the `outDir` values to use `${workspaceRoot}` - Hit F5 You get this error: ![image](https://cloud.githubusercontent.com/assets/22350/13458948/a82...
completed
Debug fails to recognise the task has failed - Clone https://github.com/Pure-D/code-d and checkout commit 09ce158566e94bd28cfba9a9fd1365717fa863fd. - Open that workspace in Code. - Open `launch.json` and change the `outDir` values to use `${workspaceRoot}` - Hit F5 You get this error: ![image](https://cloud.gi...
333
[]
0
False
3625
"Path must be string. Received null" error when attempting to start debugger
2016-03-02 11:16:49+00:00
2016-03-03 14:38:10+00:00
Using VSCode 0.10.10-insider on Windows 7 I can no longer debug my JavaScript in this build. It just throws this error ![capture](https://cloud.githubusercontent.com/assets/563860/13458737/2bef9a1e-e0c3-11e5-82fa-0e1dae4e271c.PNG) Falling back to the 0.10.8 release on the "stable" channel, I can debug this pro...
completed
"Path must be string. Received null" error when attempting to start debugger Using VSCode 0.10.10-insider on Windows 7 I can no longer debug my JavaScript in this build. It just throws this error ![capture](https://cloud.githubusercontent.com/assets/563860/13458737/2bef9a1e-e0c3-11e5-82fa-0e1dae4e271c.PNG) Fal...
266
[]
0
False
3623
Match whole word does not work for not latin characters (at least for cyrillic)
2016-03-02 10:57:53+00:00
2017-05-20 08:59:37+00:00
I created the next document: ``` я компилятор обфускация i compiler cli ``` And if I am trying to find all whole words "я", vscode highlights all three first words. But if I am trying to find "i", vs code highlights only fourth word.
completed
Match whole word does not work for not latin characters (at least for cyrillic) I created the next document: ``` я компилятор обфускация i compiler cli ``` And if I am trying to find all whole words "я", vscode highlights all three first words. But if I am trying to find "i", vs code highlights only four...
84
[]
0
False
3619
New files get view state of previously open file
2016-03-02 09:45:15+00:00
2016-03-02 10:32:52+00:00
- have a JS file, do some collapsing and set cursors - set a breakpoint in 'textFileEditor.saveTextEditorViewState' - in the file explorer click on the new file action and create a new file - the breakpoint is hit when the file view state for the JS file is stored (good!) - the breakpoint is hit again, when the vie...
completed
New files get view state of previously open file - have a JS file, do some collapsing and set cursors - set a breakpoint in 'textFileEditor.saveTextEditorViewState' - in the file explorer click on the new file action and create a new file - the breakpoint is hit when the file view state for the JS file is stored (go...
143
[]
0
False
3613
Markdown styles: Can't use style sheet that contains "#" in the local path
2016-03-02 07:09:02+00:00
2017-04-11 22:16:59+00:00
Can't use style sheet that contains "#" in the local path. OK ``` { "markdown.styles": ["file://C:/CSharp/user.css"] } ``` NG (net::ERR_FILE_NOT_FOUND) ``` { "markdown.styles": ["file://C:/C#/user.css"] } ``` OK ``` { "markdown.styles": ["file://C:/C%23/user.css"] } ``` Is t...
completed
Markdown styles: Can't use style sheet that contains "#" in the local path Can't use style sheet that contains "#" in the local path. OK ``` { "markdown.styles": ["file://C:/CSharp/user.css"] } ``` NG (net::ERR_FILE_NOT_FOUND) ``` { "markdown.styles": ["file://C:/C#/user.css"] } ``` OK ...
220
[]
0
False
3609
Infinite loop sending output to an output channel from an extension makes VS Code stop responding
2016-03-02 02:47:28+00:00
2016-03-09 16:27:12+00:00
![image](https://cloud.githubusercontent.com/assets/14098140/13449180/cd9f6bf0-dfdd-11e5-9863-14a53677fa33.png) Previous statement was wrong: Constantly sending output to an output channel (as in an infinite loop printing data) from an extension makes VS Code stop responding. This happened both with the stable an...
completed
Infinite loop sending output to an output channel from an extension makes VS Code stop responding ![image](https://cloud.githubusercontent.com/assets/14098140/13449180/cd9f6bf0-dfdd-11e5-9863-14a53677fa33.png) Previous statement was wrong: Constantly sending output to an output channel (as in an infinite loop print...
116
[]
0
False
3606
Debug: first entry in tree not vertically aligned nicely
2016-03-01 19:50:58+00:00
2016-03-31 15:33:06+00:00
![image](https://cloud.githubusercontent.com/assets/900690/13439763/4bd74f54-dfef-11e5-9991-6248f3682b70.png)
completed
Debug: first entry in tree not vertically aligned nicely ![image](https://cloud.githubusercontent.com/assets/900690/13439763/4bd74f54-dfef-11e5-9991-6248f3682b70.png)
65
[]
0
False
3601
Autocompletion box "Loading..." indefinitely, even when receiving data
2016-03-01 18:07:31+00:00
2016-03-02 17:19:22+00:00
I'm using **VS Code 0.10.9** on **OS X 10.11.3** with [Code-D](https://github.com/Pure-D/code-d) for writing code in **D**. I have all the dependencies that **Code-D** requests, and I can see that the plugin is properly initiated, but I can't get the **autocompletion** (intellisense) box to show. I have a .gif to d...
completed
Autocompletion box "Loading..." indefinitely, even when receiving data I'm using **VS Code 0.10.9** on **OS X 10.11.3** with [Code-D](https://github.com/Pure-D/code-d) for writing code in **D**. I have all the dependencies that **Code-D** requests, and I can see that the plugin is properly initiated, but I can't ge...
348
[]
0
False
3594
languages.filenamePatterns is ignored
2016-03-01 17:16:37+00:00
2016-03-07 09:08:17+00:00
When contributing a language, it is possible to specify `filenamePatterns`. The property gets lost and not used in determining the language when opening a file. ``` "contributes": { "languages": [ { "id": "dockerfile", "aliases": [ "Dockerfil...
completed
languages.filenamePatterns is ignored When contributing a language, it is possible to specify `filenamePatterns`. The property gets lost and not used in determining the language when opening a file. ``` "contributes": { "languages": [ { "id": "dockerfile", "ali...
119
[]
0
False
3577
Add Ctrl+Right behavior option
2016-03-01 09:25:37+00:00
2016-03-17 11:05:22+00:00
Ctrl+Right behaves like sublime, it goes to the end of the current word. VS (and other Windows editors such as notepad, word) goes to the beginning of the next word. To satisfy both camps we should add an editor option to control this behavior.
completed
Add Ctrl+Right behavior option Ctrl+Right behaves like sublime, it goes to the end of the current word. VS (and other Windows editors such as notepad, word) goes to the beginning of the next word. To satisfy both camps we should add an editor option to control this behavior.
71
[]
0
False
3569
Folder explorer is faded for some reason
2016-02-29 23:25:42+00:00
2016-03-08 10:39:36+00:00
Not sure what I did to get it into this state and I don't know how to get it out apart from restarting: ![image](https://cloud.githubusercontent.com/assets/2193314/13412218/873371ee-def6-11e5-861e-d17e612112ad.png) `.explorer-item-label` is inheriting `color: #ccc` from: ``` css .monaco-workbench.vs-dark { ...
completed
Folder explorer is faded for some reason Not sure what I did to get it into this state and I don't know how to get it out apart from restarting: ![image](https://cloud.githubusercontent.com/assets/2193314/13412218/873371ee-def6-11e5-861e-d17e612112ad.png) `.explorer-item-label` is inheriting `color: #ccc` from: ...
149
[]
0
False
3559
C# folding error
2016-02-29 17:23:42+00:00
2016-03-02 17:41:27+00:00
Windows 10 ![untitled](https://cloud.githubusercontent.com/assets/870178/13402637/d6963e92-df19-11e5-9817-56724b20ebb1.png)
completed
C# folding error Windows 10 ![untitled](https://cloud.githubusercontent.com/assets/870178/13402637/d6963e92-df19-11e5-9817-56724b20ebb1.png)
61
[]
0
False
3558
Non-documented required ordering of breakpoints in setBreakpoints response
2016-02-29 17:21:14+00:00
2016-03-02 23:50:10+00:00
Our extension for PowerShell doesn't always return the breakpoints in the response in the same order they were sent in the request e.g.: ``` READ MESSAGE: { "type": "request", "seq": 19, "command": "setBreakpoints", "arguments": { "source": { "name": null, ...
completed
Non-documented required ordering of breakpoints in setBreakpoints response Our extension for PowerShell doesn't always return the breakpoints in the response in the same order they were sent in the request e.g.: ``` READ MESSAGE: { "type": "request", "seq": 19, "command": "setBreakpo...
689
[]
0
False
3552
Snippet Converted Not Working for literal Dollar Sign in Sublime Snippets
2016-02-29 10:15:15+00:00
2016-03-17 21:55:22+00:00
_From @digitaldrummerj on February 22, 2016 4:55_ In sublime snippets, if you want to have a literal $ show up as part of the text the snippet inserts, you have to escape it with a backslash. When the snippet conversion runs as part of yeoman extension generator, it changes the \$ that to a \$ so when you use the s...
completed
Snippet Converted Not Working for literal Dollar Sign in Sublime Snippets _From @digitaldrummerj on February 22, 2016 4:55_ In sublime snippets, if you want to have a literal $ show up as part of the text the snippet inserts, you have to escape it with a backslash. When the snippet conversion runs as part of yeoman...
430
[]
0
False
3549
Mac OS X :: 0.10.9 :: Regular Expression Replace / Substitution
2016-02-29 04:53:04+00:00
2016-03-15 16:02:41+00:00
I'm trying to perform a very basic regex substitution in VS Code 0.10.9 on Mac OS X. However, it only substitutes `$0` with the string literal `$0`. How can I substitute captures in the regex replacement string? <img width="424" alt="screen shot 2016-02-28 at 9 52 05 pm" src="https://cloud.githubusercontent.com/asse...
completed
Mac OS X :: 0.10.9 :: Regular Expression Replace / Substitution I'm trying to perform a very basic regex substitution in VS Code 0.10.9 on Mac OS X. However, it only substitutes `$0` with the string literal `$0`. How can I substitute captures in the regex replacement string? <img width="424" alt="screen shot 2016-02...
170
[]
0
False
3538
Order of "Cut, Copy, Paste" in editor context menu is wrong
2016-02-28 14:13:36+00:00
2016-03-01 09:35:40+00:00
![copycutpaste](https://cloud.githubusercontent.com/assets/6125444/13379703/4e9b500a-de2d-11e5-8365-87f86fe41145.png) On Windows 8.1, v 0.10.8 Is there a reason for this order? I've only ever seen it ordered as Cut, Copy, Paste, at least on Windows. The main Edit menu, on the other hand, does have them in the rig...
completed
Order of "Cut, Copy, Paste" in editor context menu is wrong ![copycutpaste](https://cloud.githubusercontent.com/assets/6125444/13379703/4e9b500a-de2d-11e5-8365-87f86fe41145.png) On Windows 8.1, v 0.10.8 Is there a reason for this order? I've only ever seen it ordered as Cut, Copy, Paste, at least on Windows. The ...
127
[]
0
False
3536
[handlebars] Inconsistent Handlebars highlighting within HTML comments
2016-02-28 07:54:39+00:00
2017-02-16 00:25:40+00:00
Handlebars expressions are only not being highlighted as comments when they do not have an indent or immediately follow the opening `<!--`. ``` hbs <!--{{a}} {{a}} {{a}} {{a}} --> ``` ![image](https://cloud.githubusercontent.com/assets/2193314/13378099/3394fde0-ddad-11e5-9535-c5237ba54d19.png) The comm...
completed
[handlebars] Inconsistent Handlebars highlighting within HTML comments Handlebars expressions are only not being highlighted as comments when they do not have an indent or immediately follow the opening `<!--`. ``` hbs <!--{{a}} {{a}} {{a}} {{a}} --> ``` ![image](https://cloud.githubusercontent.com/assets...
154
[]
0
False