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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
6732 | Exception thrown when installing the same extension twice | 2016-05-24 08:52:07+00:00 | 2016-05-26 08:51:58+00:00 | #6099
1. code-alpha --install-extension lukehoban.Go --install-extension lukehoban.Go
2. notice exception

| completed | Exception thrown when installing the same extension twice #6099
1. code-alpha --install-extension lukehoban.Go --install-extension lukehoban.Go
2. notice exception

| 101 | [] | 0 | False | |
6731 | Accessibility: Cannot focus out of the integrated terminal | 2016-05-24 08:47:43+00:00 | 2016-07-22 14:25:10+00:00 | Testing #6654
- click into the integrated terminal
- try to `Tab` out, does not work
- in other places (editor) we use `ctrl+m` as a toggle between the widget trapping focus or not
| completed | Accessibility: Cannot focus out of the integrated terminal Testing #6654
- click into the integrated terminal
- try to `Tab` out, does not work
- in other places (editor) we use `ctrl+m` as a toggle between the widget trapping focus or not
| 66 | [] | 0 | False | |
6726 | Integrated terminal does not react to settings changed | 2016-05-24 08:37:32+00:00 | 2016-05-31 16:15:00+00:00 | Testing #6654
- Open the integrated terminal
- Change the `"integratedTerminal.fontFamily"` setting
- Observe: setting is not applied until a restart of VSCode
> Note: all other UI settings and most of the rest update the system live
| completed | Integrated terminal does not react to settings changed Testing #6654
- Open the integrated terminal
- Change the `"integratedTerminal.fontFamily"` setting
- Observe: setting is not applied until a restart of VSCode
> Note: all other UI settings and most of the rest update the system live
| 74 | [] | 0 | False | |
6725 | JSON edit deletes comments | 2016-05-24 08:36:00+00:00 | 2016-05-25 13:13:21+00:00 | #6657
- take your personal VS Code configuration file and make everything line comments
- run the stupid _file association_ action
- _all_ of you previous (commented out) configuration is deleted
| completed | JSON edit deletes comments #6657
- take your personal VS Code configuration file and make everything line comments
- run the stupid _file association_ action
- _all_ of you previous (commented out) configuration is deleted
| 51 | [] | 0 | False | |
6723 | Keybinding conflict for ctrl+` on Windows | 2016-05-24 08:33:01+00:00 | 2016-05-24 23:49:00+00:00 | Testing #6654

| completed | Keybinding conflict for ctrl+` on Windows Testing #6654

| 65 | [] | 0 | False | |
6720 | Conflict detected, command `workbench.action.cycleEditor` cannot be triggered by ctrl+` due to workbench.action.terminal.toggleTerminal | 2016-05-24 08:28:13+00:00 | 2016-05-24 20:54:51+00:00 | OS: Windows
| completed | Conflict detected, command `workbench.action.cycleEditor` cannot be triggered by ctrl+` due to workbench.action.terminal.toggleTerminal OS: Windows
| 48 | [] | 0 | False | |
6718 | changing file association doesn't reflect in open editor | 2016-05-24 08:22:23+00:00 | 2016-09-18 06:47:32+00:00 | #6657
- open a file `foo.brutalo`
- in settings.json map the `*.brutalo` ending to TypeScript
- the editor showing `foo.brutalo` didn't update its mode
<img width="701" alt="screen shot 2016-05-24 at 10 22 01" src="https://cloud.githubusercontent.com/assets/1794099/15497135/63ba7e02-2199-11e6-86de-c11457ffa100.pn... | completed | changing file association doesn't reflect in open editor #6657
- open a file `foo.brutalo`
- in settings.json map the `*.brutalo` ending to TypeScript
- the editor showing `foo.brutalo` didn't update its mode
<img width="701" alt="screen shot 2016-05-24 at 10 22 01" src="https://cloud.githubusercontent.com/assets... | 129 | [] | 0 | False | |
6717 | VSCode command line not translated | 2016-05-24 08:19:59+00:00 | 2016-05-26 08:26:14+00:00 | #6099
- VSCode Version: Alpha
- OS Version: OS X
Steps to Reproduce:
1. Change code to use German - configure language to DE, or launch code with locale=DE
2. code-alpha --help -> notice everything is in english, why is this not translated?
Connected to #6711 ?

| completed | CSS variables: does not detect all variables use in this case Refs: #6656
The first use and the declaration of the variable is not found in the following case:

| 97 | [] | 0 | False | |
6710 | The scrollbar thumb is not working correctly when opening a large document. | 2016-05-24 07:47:22+00:00 | 2017-06-06 13:41:22+00:00 | - VSCode Version: 1.1.1
- OS Version: windows 8.1
Steps to Reproduce:
1. open a very large document, like typescript.js
2. drag the vertical scrollbar thumb.
When mouse button click the thumb and start to move, the thumb will move up some pixels.
| completed | The scrollbar thumb is not working correctly when opening a large document. - VSCode Version: 1.1.1
- OS Version: windows 8.1
Steps to Reproduce:
1. open a very large document, like typescript.js
2. drag the vertical scrollbar thumb.
When mouse button click the thumb and start to move, the thumb will move up... | 81 | [] | 0 | False | |
6709 | cannot open jsconfig.json. Detail: file already exists on disk | 2016-05-24 05:51:31+00:00 | 2016-05-25 10:48:31+00:00 | - VSCode Version: 1.1.1- insider
- OS Version: win7
Steps to Reproduce:
1. project path: D:\#MYGIT\ndk
2. click to add jsconfig.json in popup message
ERROR:
cannot open untitled:d%3A%5C#MYGIT%5Cndk%5Cjsconfig.json. Detail: file already exists on disk

at SaveAllInGroupAction.BaseSaveAllAction.doRun (fileActions.js:1348)
at SaveAllInGroupAction.BaseActionWithErrorReporting.run (fileActions.js:1175)
at ActionRunner.run (a... | completed | "Save All in Group" action fails ```
TypeError: Cannot read property 'getEditors' of undefined
at SaveAllInGroupAction.getSaveAllArguments (fileActions.js:1443)
at SaveAllInGroupAction.BaseSaveAllAction.doRun (fileActions.js:1348)
at SaveAllInGroupAction.BaseActionWithErrorReporting.run (fileActions.js:... | 178 | [] | 0 | False | |
6703 | "Focus on Opened Editors view" causes exception when view disabled | 2016-05-24 04:19:25+00:00 | 2016-05-25 09:10:47+00:00 | "Cannot read property expand of undefined"
| completed | "Focus on Opened Editors view" causes exception when view disabled "Cannot read property expand of undefined"
| 29 | [] | 0 | False | |
6701 | Open editors: crash when having it disabled in empty folder | 2016-05-24 04:14:46+00:00 | 2016-05-24 13:26:21+00:00 | - empty folder
- have "opened editors" turned off
=> Cannot read getActions() of undefined
| completed | Open editors: crash when having it disabled in empty folder - empty folder
- have "opened editors" turned off
=> Cannot read getActions() of undefined
| 41 | [] | 0 | False | |
6696 | Korean text is not the same font weight in markdown preview | 2016-05-23 23:35:02+00:00 | 2016-06-16 15:46:12+00:00 | - VSCode Version: 1.1.0-alpha
- OS Version: Ubuntu 16.04 LTS
Steps to Reproduce:
1. Open the smoke test repo
2. Open readme.md
3. View markdown preview

| completed | Korean text is not the same font weight in markdown preview - VSCode Version: 1.1.0-alpha
- OS Version: Ubuntu 16.04 LTS
Steps to Reproduce:
1. Open the smoke test repo
2. Open readme.md
3. View markdown preview

The blue selection bar on the left changes to the other one but it still shows search.
| completed | Changing viewlets too quickly does not change view - VSCode Version: 1.1.0-alpha
- OS Version: Windows 10
Steps to Reproduce:
1. Open search viewlet
2. Quickly change to another viewlet (as if you accidentally clicked the wrong one)
The blue selection bar on the left changes to the other one but it still shows... | 79 | [] | 0 | False | |
6689 | Markdown preview handles escaping incorrectly | 2016-05-23 19:49:58+00:00 | 2016-06-16 15:47:38+00:00 | Markdown preview rendered should treat `\<` as `<`, `\[` as `[` and so on
- VSCode Version:
Version 1.1.1
Commit def9e32467ad6e4f48787d38caf190acbfee5880
Date 2016-05-13T13:29:20.776Z
Shell 0.37.6
Renderer 49.0.2623.75
Node 5.10.0
- OS Version: Windows 10
Steps to Reproduce:
1. create a file foo.md with c... | completed | Markdown preview handles escaping incorrectly Markdown preview rendered should treat `\<` as `<`, `\[` as `[` and so on
- VSCode Version:
Version 1.1.1
Commit def9e32467ad6e4f48787d38caf190acbfee5880
Date 2016-05-13T13:29:20.776Z
Shell 0.37.6
Renderer 49.0.2623.75
Node 5.10.0
- OS Version: Windows 10
Step... | 270 | [] | 0 | False | |
6688 | markdown.styles missing should not break markdown preview | 2016-05-23 18:21:15+00:00 | 2016-09-27 21:51:49+00:00 | - VSCode Version: 1.1.1
- OS Version: Windows 10 x64
Steps to Reproduce:
1. Pick Dark Theme
2. Open a markdown file and toggle side by side preview, on the preview panel you will see the font color is white and the background color is dark.
3. Open user preference, add below config and make sure `markdown.css`... | completed | markdown.styles missing should not break markdown preview - VSCode Version: 1.1.1
- OS Version: Windows 10 x64
Steps to Reproduce:
1. Pick Dark Theme
2. Open a markdown file and toggle side by side preview, on the preview panel you will see the font color is white and the background color is dark.
3. Open user... | 221 | [] | 0 | False | |
6686 | Editor Stacks do not clean up from file deletes when switching branches | 2016-05-23 17:54:23+00:00 | 2016-05-25 14:43:16+00:00 | Regarding #6686
- VSCode Version: commit 91f14c441df40b80f14d0a04b3a4db816d579a3e
- OS Version: OS X
Steps to Reproduce:
1. Checkout a branch that has some unique files that no other branch has
2. Open one or more of those unique files
3. Now `git checkout` another branch that does not have these files.
4. Not... | completed | Editor Stacks do not clean up from file deletes when switching branches Regarding #6686
- VSCode Version: commit 91f14c441df40b80f14d0a04b3a4db816d579a3e
- OS Version: OS X
Steps to Reproduce:
1. Checkout a branch that has some unique files that no other branch has
2. Open one or more of those unique files
3. N... | 222 | [] | 0 | False | |
6685 | Editor actions lost ability to detect CtrlCmd+click | 2016-05-23 17:50:58+00:00 | 2016-06-29 12:27:44+00:00 | It looks like all editor actions now get passed in the IEditorIdentifier. However there were some actions expecting the mouse event as context to detect if the user wants to invoke the action "to the side".
For example: the preview markdown action would open to the side if you Cmd+click on it. Same for the diff acti... | completed | Editor actions lost ability to detect CtrlCmd+click It looks like all editor actions now get passed in the IEditorIdentifier. However there were some actions expecting the mouse event as context to detect if the user wants to invoke the action "to the side".
For example: the preview markdown action would open to the... | 119 | [] | 0 | False | |
6683 | Integrated terminal will continually retry creating the terminal process if it exits immediately | 2016-05-23 17:32:39+00:00 | 2016-05-25 00:37:48+00:00 | #143
On Windows 10.
1. Set `"integratedTerminal.shell.windows": "fake"`
2. <kbd>ctrl</kbd>+<kbd>`</kbd>
The process will keep starting and exiting, requiring a vscode restart.
| completed | Integrated terminal will continually retry creating the terminal process if it exits immediately #143
On Windows 10.
1. Set `"integratedTerminal.shell.windows": "fake"`
2. <kbd>ctrl</kbd>+<kbd>`</kbd>
The process will keep starting and exiting, requiring a vscode restart.
| 83 | [] | 0 | False | |
6682 | Dark theme: hover no longer has a border | 2016-05-23 17:26:49+00:00 | 2016-05-26 12:28:54+00:00 | On Mac in dark + theme (standard) the hover no longer has a background shadow or border, making it indistinguishable from the rest.
| completed | Dark theme: hover no longer has a border On Mac in dark + theme (standard) the hover no longer has a background shadow or border, making it indistinguishable from the rest.
| 44 | [] | 0 | False | |
6677 | VSCode is very slow when opening these files | 2016-05-23 16:03:41+00:00 | 2016-05-26 14:49:41+00:00 | From @neilsustc https://github.com/Microsoft/vscode/issues/1001#issuecomment-220302217
- VSCode Version: v1.1.1
- OS Version: 10 pro insider preview build 14342
I can provide 2 versions of that [json file](https://gist.github.com/neilsustc/eaa47016ae8fd792f60c55608f08e5e7) for test
Steps:
- save & open linked ... | completed | VSCode is very slow when opening these files From @neilsustc https://github.com/Microsoft/vscode/issues/1001#issuecomment-220302217
- VSCode Version: v1.1.1
- OS Version: 10 pro insider preview build 14342
I can provide 2 versions of that [json file](https://gist.github.com/neilsustc/eaa47016ae8fd792f60c55608f08e5... | 139 | [] | 0 | False | |
6676 | Editor Stacks: When a file being compared can't be found, entire editor stack obliterated | 2016-05-23 15:54:33+00:00 | 2016-05-23 16:19:29+00:00 | Regarding #6536
- VSCode Version: Commit 5376d6daa0f74e65fbe425393b8533094e69d9b0
- OS Version: OS X
Steps to Reproduce:
1. With only one editor group open, right click a file and select "Select for Compare"
2. Right click another file and select "Compare with [File]". Note that it opens a Diff view of the two ... | completed | Editor Stacks: When a file being compared can't be found, entire editor stack obliterated Regarding #6536
- VSCode Version: Commit 5376d6daa0f74e65fbe425393b8533094e69d9b0
- OS Version: OS X
Steps to Reproduce:
1. With only one editor group open, right click a file and select "Select for Compare"
2. Right click ... | 275 | [] | 0 | False | |
6673 | Opened editors: does not reveal active editor after startup | 2016-05-23 15:13:53+00:00 | 2016-06-01 08:56:18+00:00 | Have many groups with editors so that you get scrolling. Have 3 editors open side by side and reload. => you notice that the active editor is not being revealed after restart.
| completed | Opened editors: does not reveal active editor after startup Have many groups with editors so that you get scrolling. Have 3 editors open side by side and reload. => you notice that the active editor is not being revealed after restart.
| 56 | [] | 0 | False | |
6672 | Hectic jumping in opened editors when picking an entry | 2016-05-23 14:38:48+00:00 | 2016-05-23 17:20:36+00:00 | - have many editors across 3 groups
- scroll all the way up and click into a group on an editor that is not open in that group
=> at first the opened editors jumps back down to the current one and then up to the selected one
=> this is because preserveFocus tells the group that it is not the active one and it only... | completed | Hectic jumping in opened editors when picking an entry - have many editors across 3 groups
- scroll all the way up and click into a group on an editor that is not open in that group
=> at first the opened editors jumps back down to the current one and then up to the selected one
=> this is because preserveFocus te... | 115 | [] | 0 | False | |
6670 | Opened Editors: distinguish structural change events from others | 2016-05-23 14:27:53+00:00 | 2016-06-03 07:37:47+00:00 | I find it a bit crazy to refresh the entire tree every time there is any event on the stacks model. For example you get an event when the active group changes but that is not a structural change that does not require any tree updates. The same is true for an editor that turns dirty or is saved.
As much as the curren... | completed | Opened Editors: distinguish structural change events from others I find it a bit crazy to refresh the entire tree every time there is any event on the stacks model. For example you get an event when the active group changes but that is not a structural change that does not require any tree updates. The same is true for... | 176 | [] | 0 | False | |
6668 | missing focus when triggering search while quick open is open | 2016-05-23 14:08:27+00:00 | 2016-05-30 08:08:00+00:00 | - open an editor
- open quick outline or another quick pick window, like F1
- hit <kbd>Cmd+F</kbd> to trigger file search
- quick open closes, the editor find widget shows, ⚡ but the editor has focus
| completed | missing focus when triggering search while quick open is open - open an editor
- open quick outline or another quick pick window, like F1
- hit <kbd>Cmd+F</kbd> to trigger file search
- quick open closes, the editor find widget shows, ⚡ but the editor has focus
| 69 | [] | 0 | False | |
6667 | TypeScript intellisence proposes snippets before properties in object literals | 2016-05-23 14:05:58+00:00 | 2016-07-20 08:07:47+00:00 | - VSCode Version: alpha
- OS Version: Windows 10
See screen shot:

| completed | TypeScript intellisence proposes snippets before properties in object literals - VSCode Version: alpha
- OS Version: Windows 10
See screen shot:

| 84 | [] | 0 | False | |
6665 | Tabs: preview style causes text cropping | 2016-05-23 13:57:51+00:00 | 2016-05-23 16:41:03+00:00 | Might be related to using overflow:hidden, but I am not sure how to fix other than introducing padding.



| completed | Hover lost border which makes it very hard to distinguish from normal text - VSCode Version: alpha
- OS Version: Windows 10
See attached screen shot. I was hovering modesId. The hover looks like a normal text editor line.
` | 2016-05-23 09:22:03+00:00 | 2017-05-19 19:51:25+00:00 | - VSCode Version:1.1
- OS Version: Windows7 Pro. SP1
Steps to Reproduce:
1. select "abc"

2. press "Ctrl+D" 2 times. this is unexpected behavior.
` - VSCode Version:1.1
- OS Version: Windows7 Pro. SP1
Steps to Reproduce:
1. select "abc"

2. press "Ctrl+D" 2 times. this is unexpecte... | 222 | [] | 0 | False | |
6649 | The .deb-installation should create a nice icon in the Ubuntu Launcher | 2016-05-23 07:35:50+00:00 | 2016-05-30 08:55:41+00:00 | - VSCode Version: 1.1.1
- OS Version: Ubuntu 16.04
Steps to Reproduce:
1. Download .deb-installer for version 1.1.1
2. Install using dpkg -i vscode-amd64.deb
3. Wait a minute and open the launcher menu and search for "Code", and you will see this generic icon without a title:
![screenshot from 2016-05-23 09-0... | completed | The .deb-installation should create a nice icon in the Ubuntu Launcher - VSCode Version: 1.1.1
- OS Version: Ubuntu 16.04
Steps to Reproduce:
1. Download .deb-installer for version 1.1.1
2. Install using dpkg -i vscode-amd64.deb
3. Wait a minute and open the launcher menu and search for "Code", and you will see ... | 323 | [] | 0 | False | |
6640 | Unexpected intellisense behavior & warning in Sass | 2016-05-22 22:47:00+00:00 | 2017-12-11 19:47:22+00:00 | - VSCode Version: Recent alpha 23c927e
- OS Version: Ubuntu 16.04
Steps to Reproduce:
1. Open .scss file
2. Inside a rule add `"margin: "`
3. Trigger intellisense <kbd>ctrl</kbd>+<kbd>space</kbd>
4. Type `"0 0 0 0;"`
5. Press <kbd>enter</kbd>

-> when scrolling down multiple pages, one can see some real settings.
Problem is that text proposals are contribted for language selector '... | completed | Textual proposals get same score as JSON proposals - settings file, copy over some settings, do auto complete:

-> when scrolling down multiple pages, one can see some real settings.
Problem is that te... | 168 | [] | 0 | False | |
6623 | predefined variable error on tasks.json | 2016-05-22 05:37:17+00:00 | 2016-05-25 10:08:01+00:00 | - VSCode Version: 1.1.1
- OS Version: Archlinux
Steps to Reproduce:
1. create new project and set tasks.json
2. command is set to echo, and args set to ["${file}", "${fileBaseName}"]
3. run task with some file, like a.txt.
4. ${file} and ${fileBaseName} are same string
| completed | predefined variable error on tasks.json - VSCode Version: 1.1.1
- OS Version: Archlinux
Steps to Reproduce:
1. create new project and set tasks.json
2. command is set to echo, and args set to ["${file}", "${fileBaseName}"]
3. run task with some file, like a.txt.
4. ${file} and ${fileBaseName} are same string
| 104 | [] | 0 | False | |
6620 | Do not rely on codeSnippet for filtering | 2016-05-21 23:25:27+00:00 | 2016-06-27 20:38:50+00:00 | 
| completed | Do not rely on codeSnippet for filtering 
| 65 | [] | 0 | False | |
6613 | Can't open deletion and addition merge conflicts | 2016-05-21 15:57:12+00:00 | 2017-04-25 14:14:59+00:00 | - VSCode Version:
1.1.1
- OS Version:
Windows 7
Steps to Reproduce:
1. Initiate a pull rebase or sync (we use git config --global pull.rebase true)
2. If there's a file merge conflict, it's displayed in the merge conflicts, but single clicking won't open the file to show differences.
Workaround:
Right... | completed | Can't open deletion and addition merge conflicts - VSCode Version:
1.1.1
- OS Version:
Windows 7
Steps to Reproduce:
1. Initiate a pull rebase or sync (we use git config --global pull.rebase true)
2. If there's a file merge conflict, it's displayed in the merge conflicts, but single clicking won't open the ... | 153 | [] | 0 | False | |
6609 | Change keybinding for 'fold all' / 'unfold all' | 2016-05-21 12:44:25+00:00 | 2016-05-23 21:03:47+00:00 | - VSCode Version: 1.1.1
- OS Version: Windows 10 1511 (Build 10586.318)
Steps to Reproduce:
1. Use Czech (QWERTY) keboard layout.
2. Press `Ctrl`-`Alt`-`Shift`-`[` keys together (or `AltGr`-`Shift`-`[`)
Problem is that instead of just typing opening curly bracket `{` character in editor, VS Code collapses all ... | completed | Change keybinding for 'fold all' / 'unfold all' - VSCode Version: 1.1.1
- OS Version: Windows 10 1511 (Build 10586.318)
Steps to Reproduce:
1. Use Czech (QWERTY) keboard layout.
2. Press `Ctrl`-`Alt`-`Shift`-`[` keys together (or `AltGr`-`Shift`-`[`)
Problem is that instead of just typing opening curly bracket... | 186 | [] | 0 | False | |
6602 | Add scroll bar to integrated terminal | 2016-05-21 05:24:11+00:00 | 2016-08-09 16:45:32+00:00 | On Mac I am not getting scrollbars when the content overflows.
| completed | Add scroll bar to integrated terminal On Mac I am not getting scrollbars when the content overflows.
| 26 | [] | 0 | False | |
6599 | Find all references list reacts strange to adjusting size when comparing files | 2016-05-20 23:24:00+00:00 | 2016-05-25 10:23:35+00:00 | - VSCode Version: 1.1.0-alpha
- OS Version: Windows 10
Steps to Reproduce:
1. Make changes to a file
2. Change to Git viewlet
3. Open change
4. In the changed version select a defined variable
5. Right click > View all References
6. Adjust the size of the references list on the right
The windows kind of ru... | completed | Find all references list reacts strange to adjusting size when comparing files - VSCode Version: 1.1.0-alpha
- OS Version: Windows 10
Steps to Reproduce:
1. Make changes to a file
2. Change to Git viewlet
3. Open change
4. In the changed version select a defined variable
5. Right click > View all References
6... | 163 | [] | 0 | False | |
6598 | Editor Stacks: 2 preview editors possible in same group | 2016-05-20 23:23:19+00:00 | 2016-05-23 11:53:00+00:00 | Related #6536
- VSCode Version:
- OS Version: Mac OS X
Steps to Reproduce:
1. Open a file as a preview editor (one click)
2. **Save As** somewhere
3. Notice that you now have 2 preview editors at the same time. We should only allow 2.
<img width="223" alt="screen shot 2016-05-20 at 4 20 48 pm" src="https://c... | completed | Editor Stacks: 2 preview editors possible in same group Related #6536
- VSCode Version:
- OS Version: Mac OS X
Steps to Reproduce:
1. Open a file as a preview editor (one click)
2. **Save As** somewhere
3. Notice that you now have 2 preview editors at the same time. We should only allow 2.
<img width="223" a... | 147 | [] | 0 | False | |
6597 | Forward command does not reset after changing files | 2016-05-20 23:13:06+00:00 | 2016-05-30 06:25:07+00:00 | - VSCode Version: 1.1.0-alpha
- OS Version: Windows 10
Steps:
1. Open and change files about 5 times
2. Go back 5 files
3. Open another file
4. Press forward
Usually, as in the case with web browsing, after going back a few times then selecting a new file (or link) it resets the forward command. This is not ... | completed | Forward command does not reset after changing files - VSCode Version: 1.1.0-alpha
- OS Version: Windows 10
Steps:
1. Open and change files about 5 times
2. Go back 5 files
3. Open another file
4. Press forward
Usually, as in the case with web browsing, after going back a few times then selecting a new file (... | 105 | [] | 0 | False | |
6593 | Two desktop entries appear on Ubuntu sometimes | 2016-05-20 21:31:05+00:00 | 2016-05-31 16:15:01+00:00 | I've seen this a few times:

It seems to disappear after a while, maybe it's to do with .local desktop entry or bin command running instead of real command?
| completed | Two desktop entries appear on Ubuntu sometimes I've seen this a few times:

It seems to disappear after a while, maybe it's to do with .local desktop entry or bin command running instead of real command?
... | 97 | [] | 0 | False | |
6590 | externalTerminal setting doesn't work with paths containing spaces | 2016-05-20 19:38:34+00:00 | 2016-05-20 21:24:45+00:00 | - VSCode Version: 1.1.1
- OS Version: Windows 10
Steps to Reproduce:
1. Set externalTerminal.windowsExec to any of the following:
a. "C:/Program Files/Git/git-bash.exe"
b. "\"C:/Program Files/Git/git-bash.exe\""
2. Try to open the external terminal. Either nothing will happen or the default cmd prompt wil... | completed | externalTerminal setting doesn't work with paths containing spaces - VSCode Version: 1.1.1
- OS Version: Windows 10
Steps to Reproduce:
1. Set externalTerminal.windowsExec to any of the following:
a. "C:/Program Files/Git/git-bash.exe"
b. "\"C:/Program Files/Git/git-bash.exe\""
2. Try to open the external... | 151 | [] | 0 | False | |
6589 | markdown snippet link link and image don't work out of the code block | 2016-05-20 19:37:31+00:00 | 2016-06-16 15:50:23+00:00 | - VSCode Version: 1.1.1
- OS Version:win10 home base 64bit
Steps to Reproduce:
when i type a code block which i mentioned its language ,i type link and i found a snippet

then i try another snippet i t... | completed | markdown snippet link link and image don't work out of the code block - VSCode Version: 1.1.1
- OS Version:win10 home base 64bit
Steps to Reproduce:
when i type a code block which i mentioned its language ,i type link and i found a snippet
 I execute `bash -c ... | completed | Task not executing bash, yet echoed command works fine in cmd - VSCode Version: 1.1.1
- OS Version: Windows 10 Pro Insider Preview Build 14342
I've been setting up Ubuntu user mode with node and npm and wanted to run a task from Visual Studio code to call gulp to transpile Typescript to Javascript in that environme... | 353 | [] | 0 | False | |
6572 | Terminating debug session doesn't shutdown extension host on Windows | 2016-05-20 09:10:44+00:00 | 2016-07-06 13:23:08+00:00 | - VSCode Version: 1.3.0 insiders
- OS Version: Windows 10
Steps to Reproduce:
1. run mock-debug as an extension
2. terminate debug session
Observe: extension host window doesn't always disappear
| completed | Terminating debug session doesn't shutdown extension host on Windows - VSCode Version: 1.3.0 insiders
- OS Version: Windows 10
Steps to Reproduce:
1. run mock-debug as an extension
2. terminate debug session
Observe: extension host window doesn't always disappear
| 66 | [] | 0 | False | |
6565 | [html] svg tags are not formatted | 2016-05-20 03:28:40+00:00 | 2016-05-23 09:59:09+00:00 | - VSCode Version:1.1.1
- OS Version:Windows 7 SP1
Steps to Reproduce:
1. add a new .html file.
2. add the code.
```
<div>
</div>
<svg>
</svg>
```
1. format the code.
2. the div tag is formated, bug the svg tag is not.
| completed | [html] svg tags are not formatted - VSCode Version:1.1.1
- OS Version:Windows 7 SP1
Steps to Reproduce:
1. add a new .html file.
2. add the code.
```
<div>
</div>
<svg>
</svg>
```
1. format the code.
2. the div tag is formated, bug the svg tag is not.
| 88 | [] | 0 | False | |
6556 | --verbose on bin command should wait for output | 2016-05-19 21:02:27+00:00 | 2016-05-25 09:41:01+00:00 | ```
~/dev/Microsoft/vscode @master +3/-2
❯ code --verbose
~/dev/Microsoft/vscode @master +3/-2
❯ /usr/share/code/code --verbose
bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell
(2:02:03 PM) ### VSCode main.js ###
(2:02:03 PM) /usr/share/code/resou... | completed | --verbose on bin command should wait for output ```
~/dev/Microsoft/vscode @master +3/-2
❯ code --verbose
~/dev/Microsoft/vscode @master +3/-2
❯ /usr/share/code/code --verbose
bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell
(2:02:03 PM) ### VSCode... | 420 | [] | 0 | False | |
6534 | gulp not found for tasks when using custom location for global installs | 2016-05-19 13:28:25+00:00 | 2017-03-08 11:55:52+00:00 | - VSCode Version: 1.1.1
- OS Version: Linux Mint 17.3
Steps to Reproduce:
1. set npm globals to custom location; e.g. **npm config set prefix '~/.npm-global'**
2. change $PATH to put custom npm global folder first
3. install gulp and other globals modules to custom location
If I try to run a task, the followi... | completed | gulp not found for tasks when using custom location for global installs - VSCode Version: 1.1.1
- OS Version: Linux Mint 17.3
Steps to Reproduce:
1. set npm globals to custom location; e.g. **npm config set prefix '~/.npm-global'**
2. change $PATH to put custom npm global folder first
3. install gulp and other g... | 172 | [] | 0 | False | |
6531 | Conflict decorators do not appear if file is opened | 2016-05-19 11:58:09+00:00 | 2016-06-03 09:27:48+00:00 | git conflict in JS doc comments
Please see the image.

| completed | Conflict decorators do not appear if file is opened git conflict in JS doc comments
Please see the image.

| 77 | [] | 0 | False | |
6530 | source maps don't work if drive letter case does not match | 2016-05-19 11:55:16+00:00 | 2016-05-19 12:57:02+00:00 | OS Version: **Windows**
- generate a source map where the 'sourceRoot' uses an absolute path starting with a drive letter.
- set a breakpoint in the source and try to hit it
- edit the source map and change the case of the drive letter
- restart the debug session and try to hit it again
Observe: the breakpoint ... | completed | source maps don't work if drive letter case does not match OS Version: **Windows**
- generate a source map where the 'sourceRoot' uses an absolute path starting with a drive letter.
- set a breakpoint in the source and try to hit it
- edit the source map and change the case of the drive letter
- restart the debug s... | 120 | [] | 0 | False | |
6526 | empty string should be a valid value for a virtual document | 2016-05-19 10:43:06+00:00 | 2016-05-19 10:45:49+00:00 | - have a document provider that return `""`
- 💥 an error happens, the empty string should be a valid result
| completed | empty string should be a valid value for a virtual document - have a document provider that return `""`
- 💥 an error happens, the empty string should be a valid result
| 40 | [] | 0 | False | |
6525 | Linux CLI fails to open files with spaces in filename | 2016-05-19 10:17:01+00:00 | 2016-05-20 22:42:50+00:00 | - VSCode Version:
_Version 1.1.1
Commit def9e32467ad6e4f48787d38caf190acbfee5880
Date 2016-05-13T13:38:00.094Z
Shell 0.37.6
Renderer 49.0.2623.75
Node 5.10.0_
- OS Version:
_ubuntu 14.04_
Steps to Reproduce:
1. create a file w/ spaces in its filename
2. try to open it via terminal, e.g:
``... | completed | Linux CLI fails to open files with spaces in filename - VSCode Version:
_Version 1.1.1
Commit def9e32467ad6e4f48787d38caf190acbfee5880
Date 2016-05-13T13:38:00.094Z
Shell 0.37.6
Renderer 49.0.2623.75
Node 5.10.0_
- OS Version:
_ubuntu 14.04_
Steps to Reproduce:
1. create a file w/ spaces in it... | 218 | [] | 0 | False | |
6522 | storageService is not available in standalone editor | 2016-05-19 08:47:23+00:00 | 2016-05-19 08:56:39+00:00 | ```
var data = JSON.parse(this._storageService.get(storageKey, undefined, '{}'));
```
```
referencesController.js:65 Uncaught TypeError: Cannot read property 'get' of undefined
ReferencesController.toggleWidget @ referencesController.js:65
ReferenceAction.run @ referenceSearch.js:54
ActionRunner.run @ actions.... | completed | storageService is not available in standalone editor ```
var data = JSON.parse(this._storageService.get(storageKey, undefined, '{}'));
```
```
referencesController.js:65 Uncaught TypeError: Cannot read property 'get' of undefined
ReferencesController.toggleWidget @ referencesController.js:65
ReferenceAction.run... | 175 | [] | 0 | False | |
6510 | [css] Typo for pseudo-selector ::-webkit-outer-spin-button (::-webkit-ouer-spin-button) in intellisense | 2016-05-19 02:10:02+00:00 | 2016-05-19 02:40:57+00:00 | - VSCode Version: 1.1.1
- OS Version: OS X v 10.11.5
Steps to Reproduce:
1. Create a CSS file
2. Start typing the pseudo-element selector ::-webkit-ou...
3. Intellisense displays ::-webkit-ouer-spin-button (missing the t in outer)
| completed | [css] Typo for pseudo-selector ::-webkit-outer-spin-button (::-webkit-ouer-spin-button) in intellisense - VSCode Version: 1.1.1
- OS Version: OS X v 10.11.5
Steps to Reproduce:
1. Create a CSS file
2. Start typing the pseudo-element selector ::-webkit-ou...
3. Intellisense displays ::-webkit-ouer-spin-button (mi... | 116 | [] | 0 | False | |
6505 | Integrated terminal should default to the theme's background color | 2016-05-19 00:01:05+00:00 | 2016-05-19 02:13:06+00:00 | It looks a little awkward when using custom themes at the moment and is not consistent with the other panels:

| completed | Integrated terminal should default to the theme's background color It looks a little awkward when using custom themes at the moment and is not consistent with the other panels:

| 91 | [] | 0 | False | |
6489 | RPM fails to install on opensuse | 2016-05-18 17:16:15+00:00 | 2016-05-19 23:17:15+00:00 | - VSCode Version: Current
- OS Version: x86_64 GNU/Linux
Steps to Reproduce:
error: Failed dependencies:
git is needed by code-1.1.1-1463146452.x86_64
But I have git installed and working perfectly. In fact I can pull the source from github but not sure how to build it.
Dave
| completed | RPM fails to install on opensuse - VSCode Version: Current
- OS Version: x86_64 GNU/Linux
Steps to Reproduce:
error: Failed dependencies:
git is needed by code-1.1.1-1463146452.x86_64
But I have git installed and working perfectly. In fact I can pull the source from github but not sure how to build i... | 87 | [] | 0 | False | |
6481 | don't bind cmd+` for the terminal | 2016-05-18 14:48:44+00:00 | 2016-05-20 22:05:54+00:00 | The terminal shouldn't use <kbd>Cmd+`</kbd> on the Mac since that's a native shortcut to toggle between different windows of on app
| completed | don't bind cmd+` for the terminal The terminal shouldn't use <kbd>Cmd+`</kbd> on the Mac since that's a native shortcut to toggle between different windows of on app
| 54 | [] | 0 | False | |
6478 | Keyboard events should stop dragging | 2016-05-18 09:43:23+00:00 | 2017-05-10 19:36:15+00:00 | - VSCode Version: 1.1.1
- OS Version: OSX 10.11.4
Steps to Reproduce:
1. Hold left mouse button and drag-select some text
2. Press some keyboard key, to replace or delete the selected text
3. Release left mouse button
Actual Result:
Some texts are selected, depending on the location of the mouse release
E... | completed | Keyboard events should stop dragging - VSCode Version: 1.1.1
- OS Version: OSX 10.11.4
Steps to Reproduce:
1. Hold left mouse button and drag-select some text
2. Press some keyboard key, to replace or delete the selected text
3. Release left mouse button
Actual Result:
Some texts are selected, depending on t... | 169 | [] | 0 | False | |
6475 | Escape key does not cancel the move to trash dialog | 2016-05-18 07:33:00+00:00 | 2016-05-18 14:48:46+00:00 | - VSCode Version: 1.1.1
- OS Version: Ubuntu 14.04
Steps to Reproduce:
1. Select a file in the explorer
2. Press the Delete key on the keyboard
3. In the confirmation dialog, press the Esc key on the keyboard
=> The file is sent to trash
Expected Behavior:
The confirmation dialog should close and the f... | completed | Escape key does not cancel the move to trash dialog - VSCode Version: 1.1.1
- OS Version: Ubuntu 14.04
Steps to Reproduce:
1. Select a file in the explorer
2. Press the Delete key on the keyboard
3. In the confirmation dialog, press the Esc key on the keyboard
=> The file is sent to trash
Expected Behavio... | 94 | [] | 0 | False | |
6469 | Terminal: constant high CPU usage once terminal is open | 2016-05-18 04:11:59+00:00 | 2016-05-19 04:39:18+00:00 | Seeing this on Mac, as soon as I open the terminal, CPU of the renderer is at constant 100%. This might be https://github.com/electron/electron/issues/38
| completed | Terminal: constant high CPU usage once terminal is open Seeing this on Mac, as soon as I open the terminal, CPU of the renderer is at constant 100%. This might be https://github.com/electron/electron/issues/38
| 57 | [] | 0 | False | |
6468 | Terminal: indent content to be aligned with header | 2016-05-18 04:05:34+00:00 | 2016-05-18 21:45:33+00:00 | We typically indent the content of panels to be aligned with the header, e.g. the output panel:

Should do the same for the terminal:

Should do the same for the terminal:

| completed | Terminal: bad background color in HC theme 
| 61 | [] | 0 | False | |
6466 | Open in Command Prompt doesn't open cwd when using cmder | 2016-05-18 03:59:01+00:00 | 2016-10-22 18:41:07+00:00 | Steps to Reproduce:
1. Install cmder
2. Set externalTerminal.windowsExec as cmder.exe path
3. Right click on explorer folder and select Open in Command Prompt, notice the user dir is opened, not the selected folder.
| completed | Open in Command Prompt doesn't open cwd when using cmder Steps to Reproduce:
1. Install cmder
2. Set externalTerminal.windowsExec as cmder.exe path
3. Right click on explorer folder and select Open in Command Prompt, notice the user dir is opened, not the selected folder.
| 73 | [] | 0 | False | |
6465 | Feedback smiles are off-center in high contrast theme | 2016-05-18 03:28:10+00:00 | 2016-05-18 03:34:26+00:00 | 
| completed | Feedback smiles are off-center in high contrast theme 
| 67 | [] | 0 | False | |
6461 | Wrong type of comments for React code | 2016-05-18 01:50:46+00:00 | 2017-01-07 14:57:48+00:00 | - VSCode Version: 1.1.1
- OS Version: Windows 10
Steps to Reproduce:
1. position cursor on a line of react html
2. press ctrl-/ to comment out the line
It will insert // instead of {/\* */}
| completed | Wrong type of comments for React code - VSCode Version: 1.1.1
- OS Version: Windows 10
Steps to Reproduce:
1. position cursor on a line of react html
2. press ctrl-/ to comment out the line
It will insert // instead of {/\* */}
| 66 | [] | 0 | False | |
6460 | Do something smarter when the integrated terminal is exited | 2016-05-18 01:22:11+00:00 | 2016-05-24 20:20:00+00:00 | Integrated terminal master issue: #143
Currently it breaks the panel and you cannot use it anymore without a restart. Related #6458
| completed | Do something smarter when the integrated terminal is exited Integrated terminal master issue: #143
Currently it breaks the panel and you cannot use it anymore without a restart. Related #6458
| 45 | [] | 0 | False | |
6457 | vim overrides the terminal color scheme | 2016-05-18 01:18:02+00:00 | 2016-06-13 19:57:46+00:00 | Integrated terminal master issue: #143
Steps to Reproduce:
1. Toggle terminal
2. Launch vim (color scheme changes)
3. Exit vim (vim's changed color scheme remains)
| completed | vim overrides the terminal color scheme Integrated terminal master issue: #143
Steps to Reproduce:
1. Toggle terminal
2. Launch vim (color scheme changes)
3. Exit vim (vim's changed color scheme remains)
| 51 | [] | 0 | False | |
6456 | Determine terminal character size in a font-agnostic way | 2016-05-18 01:16:35+00:00 | 2016-06-03 02:33:18+00:00 | Integrated terminal master issue: #143
The width/height of the terminal is currently based on a hard coded character size, this needs to be based on the character size in the monospace font being used.
| completed | Determine terminal character size in a font-agnostic way Integrated terminal master issue: #143
The width/height of the terminal is currently based on a hard coded character size, this needs to be based on the character size in the monospace font being used.
| 62 | [] | 0 | False | |
6455 | Should escape be consumed by the integrated terminal? | 2016-05-18 01:15:12+00:00 | 2016-06-13 15:02:37+00:00 | Integrated terminal master issue: #143
Open question: Currently pressing <kbd>esc</kbd> will hide the terminal, this can be a problem for some terminal programs, for example `vim`. Perhaps this should be configurable?
| completed | Should escape be consumed by the integrated terminal? Integrated terminal master issue: #143
Open question: Currently pressing <kbd>esc</kbd> will hide the terminal, this can be a problem for some terminal programs, for example `vim`. Perhaps this should be configurable?
| 67 | [] | 0 | False | |
6449 | vscode.d.ts version 1.1.0 not available (empty)? | 2016-05-18 00:26:04+00:00 | 2016-05-18 08:25:52+00:00 | - VSCode Version: 1.1.1
- OS Version: Windows 10
The `engine` attribute defines the VSCode _compatible version_ for the extension. Since I would like to limit the extension to work with at least version `1.1.0`, I tried to use it, but the `vscode.d.ts` downloads empty
Steps to reproduce:
1) Define `engine` as... | completed | vscode.d.ts version 1.1.0 not available (empty)? - VSCode Version: 1.1.1
- OS Version: Windows 10
The `engine` attribute defines the VSCode _compatible version_ for the extension. Since I would like to limit the extension to work with at least version `1.1.0`, I tried to use it, but the `vscode.d.ts` downloads empt... | 432 | [] | 0 | False | |
6446 | Integrated terminal can screw up the vscode viewport | 2016-05-17 22:51:56+00:00 | 2016-05-31 19:27:21+00:00 | Steps to Reproduce:
1. Launch code
2. Toggle terminal
3. Toggle terminal

Toggling the terminal again twice fixes the issue.
It seems like the terminal panel was not correctly hidden:

Toggling the terminal again twice fixes the issue.
It seems like the te... | 157 | [] | 0 | False | |
6438 | Error while launching an extension | 2016-05-17 20:40:03+00:00 | 2016-05-17 20:53:51+00:00 | - VSCode Version: 1.1.0-alpha
- OS Version: OS X El Capitan v10.11.4
Steps to Reproduce:
1. Launch an extension from VS Code
Following error is seen

| completed | Error while launching an extension - VSCode Version: 1.1.0-alpha
- OS Version: OS X El Capitan v10.11.4
Steps to Reproduce:
1. Launch an extension from VS Code
Following error is seen

| 100 | [] | 0 | False | |
6437 | Switching theme while Integrated terminal is focused doesn't work | 2016-05-17 19:58:10+00:00 | 2016-06-30 21:34:42+00:00 | #143
Steps to Reproduce:
1. Open terminal and focus
2. Open command palette and type theme
3. Press down arrow
| completed | Switching theme while Integrated terminal is focused doesn't work #143
Steps to Reproduce:
1. Open terminal and focus
2. Open command palette and type theme
3. Press down arrow
| 42 | [] | 0 | False | |
6432 | Unity desktop entry not installed immediately after installation | 2016-05-17 16:50:49+00:00 | 2016-05-18 00:54:02+00:00 | ## Current Setup
- VSCode Version: 1.1.1
- OS Version: Ubuntu 16.04
## Steps to Reproduce
1. Install .deb
2. Press super to bring up Unity Scope search
3. Type code
## Expected Result
1. Visual Studio Code icon to appear
2. Selecting icon should launch Visual Studio Code
## Additional Notes
To conform with... | completed | Unity desktop entry not installed immediately after installation ## Current Setup
- VSCode Version: 1.1.1
- OS Version: Ubuntu 16.04
## Steps to Reproduce
1. Install .deb
2. Press super to bring up Unity Scope search
3. Type code
## Expected Result
1. Visual Studio Code icon to appear
2. Selecting icon should ... | 335 | [] | 0 | False | |
6418 | When using multiple carets, smart additions get in the way | 2016-05-17 12:04:29+00:00 | 2017-04-26 13:22:47+00:00 | - VSCode Version: 1.1.1
- OS Version: Windows 7 and Windows 10
Steps to Reproduce:
1. create a piece of code with `'` or `"`.
2. use `ctrl + d` to select multiple quotes
3. change the quotes
Expected: no smart closing of quotes
Actual: smart closing of quotes by adding extra quote.
Image:
![smartcar... | completed | When using multiple carets, smart additions get in the way - VSCode Version: 1.1.1
- OS Version: Windows 7 and Windows 10
Steps to Reproduce:
1. create a piece of code with `'` or `"`.
2. use `ctrl + d` to select multiple quotes
3. change the quotes
Expected: no smart closing of quotes
Actual: smart clo... | 154 | [] | 0 | False | |
6414 | Leaving a right-click menu open for about 30 seconds causes a This Window Is No Longer Responding error | 2016-05-17 07:26:51+00:00 | 2016-09-19 09:34:39+00:00 | - VSCode Version: 1.1.1
- OS Version: Windows 10 Build 14342
Steps to Reproduce:
1. Right-click in the editor or sidebar to open the context menu
2. Wait about 30 seconds
3. The "The window is no longer responding, You can reopen or close the window or keep waiting" error message appears.
4. Clicking "Keep Wai... | completed | Leaving a right-click menu open for about 30 seconds causes a This Window Is No Longer Responding error - VSCode Version: 1.1.1
- OS Version: Windows 10 Build 14342
Steps to Reproduce:
1. Right-click in the editor or sidebar to open the context menu
2. Wait about 30 seconds
3. The "The window is no longer respon... | 114 | [] | 0 | False | |
6413 | Ugly brackets in the menu | 2016-05-17 06:30:17+00:00 | 2016-05-20 04:52:36+00:00 | - VSCode Version: 1.1.1
- OS Version: El Captian (10.11.5)
<img width="465" alt="2016-05-17 14 24 23" src="https://cloud.githubusercontent.com/assets/12817/15313107/a7c149ea-1c3b-11e6-8185-b3e2113c08ed.png">
How can I remove those ugly brackets in the menu? are they shortcut hints? No use to me at all.
| completed | Ugly brackets in the menu - VSCode Version: 1.1.1
- OS Version: El Captian (10.11.5)
<img width="465" alt="2016-05-17 14 24 23" src="https://cloud.githubusercontent.com/assets/12817/15313107/a7c149ea-1c3b-11e6-8185-b3e2113c08ed.png">
How can I remove those ugly brackets in the menu? are they shortcut hints? No ... | 124 | [] | 0 | False | |
6409 | upgrade failed | 2016-05-17 02:25:54+00:00 | 2016-05-24 08:59:01+00:00 | - VSCode Version: v1.1.0
- OS Version: Windows 7
Steps to Reproduce:
1. Check for updates
2. When network connection is bad, it will run the corrupted installer. I think it didn't check the downloaded installer's checksum.
| completed | upgrade failed - VSCode Version: v1.1.0
- OS Version: Windows 7
Steps to Reproduce:
1. Check for updates
2. When network connection is bad, it will run the corrupted installer. I think it didn't check the downloaded installer's checksum.
| 62 | [] | 0 | False | |
6402 | Find and Replace unnecessarily uses different colors than Search for Current Match | 2016-05-16 20:00:08+00:00 | 2016-07-29 06:38:24+00:00 | While this could be considered a feature, the main time it would be useful is in searching minified files which is a pretty uncommon use case. I find it to be an annoyance when moving through the search terms to land on the same line multiple times.
Steps to Reproduce:
1. Create file with "foo" in a line multiple t... | completed | Find and Replace unnecessarily uses different colors than Search for Current Match While this could be considered a feature, the main time it would be useful is in searching minified files which is a pretty uncommon use case. I find it to be an annoyance when moving through the search terms to land on the same line mul... | 220 | [] | 0 | False | |
6396 | Do not capitalize scope names automatically | 2016-05-16 16:37:56+00:00 | 2016-05-16 17:06:41+00:00 | - VSCode Version: alpha
The node debug adapter now returns a scope name of the form `Local (100 of 853)`.
In the UI the 'of' shows up capitalised:

Under NLS we should not do these kinds... | completed | Do not capitalize scope names automatically - VSCode Version: alpha
The node debug adapter now returns a scope name of the form `Local (100 of 853)`.
In the UI the 'of' shows up capitalised:
 > Git command
- "Pull" translated to "拉"
- "Pull (Rebase)" translated to "拉取 (变基)" **// PS: looks like "somebody become a gay" in Chinese.... | completed | Don't translate Git command - VSCode Version: Insider 1.10
- OS Version: Windows 10 version 1511
Steps to Reproduce:
1. Set your VSCode locale to zh-CN
2. Check Git Panel > "···" Button (three dots) > Git command
- "Pull" translated to "拉"
- "Pull (Rebase)" translated to "拉取 (变基)" **// PS: looks like "somebod... | 183 | [] | 0 | False | |
6387 | Installation of vscode-powershell replaced File Explorer right-click menus for .ps1 files | 2016-05-16 00:28:52+00:00 | 2017-04-26 07:27:33+00:00 | - VSCode Version:1.1.0
- OS Version:Windows10 Version 1511.
I've installed Visual Studio Code and then on VSCode I've run
ext install PowerShell.
After this I've noticed that the following items disappeared in File Explorer for .PS1 files:
"Open with PowerGUI Script Editor" and “Run with PowerShell”.
I found w... | completed | Installation of vscode-powershell replaced File Explorer right-click menus for .ps1 files - VSCode Version:1.1.0
- OS Version:Windows10 Version 1511.
I've installed Visual Studio Code and then on VSCode I've run
ext install PowerShell.
After this I've noticed that the following items disappeared in File Explorer... | 178 | [] | 0 | False | |
6375 | Error: Extension host terminated when first started and on Reload Window | 2016-05-14 22:13:10+00:00 | 2016-06-03 08:48:24+00:00 | - VSCode Version: 1.1.0 (1.1.0)
- OS Version: OS X El Capitan 10.11.4
I tried this with different downloads, and it happens consistently: as the window opens the following error message shows in the top of the window:
Error: Extension host terminated unexpectedly. Please reload the window to recover.
Pressing... | completed | Error: Extension host terminated when first started and on Reload Window - VSCode Version: 1.1.0 (1.1.0)
- OS Version: OS X El Capitan 10.11.4
I tried this with different downloads, and it happens consistently: as the window opens the following error message shows in the top of the window:
Error: Extension host ... | 325 | [] | 0 | False | |
6373 | DiagnosticsCollection#set doesn't merge by resource anymore | 2016-05-14 15:50:25+00:00 | 2016-05-17 09:28:34+00:00 | As of the vscode 1.1 release, the `DiagnosticsCollection#set` API appears to only use the first item in the array of diagnostics provided to it when showing errors inside VS Code.
See https://github.com/Microsoft/vscode-go/issues/322.
| completed | DiagnosticsCollection#set doesn't merge by resource anymore As of the vscode 1.1 release, the `DiagnosticsCollection#set` API appears to only use the first item in the array of diagnostics provided to it when showing errors inside VS Code.
See https://github.com/Microsoft/vscode-go/issues/322.
| 82 | [] | 0 | False | |
6371 | [html] When using custom HTML tags, VS auto-align wrong way. | 2016-05-14 11:52:16+00:00 | 2016-05-23 14:28:53+00:00 | - VSCode Version: 1.10.1
- OS Version: OS X 10.11.4
When using custom HTML tags, VS auto-align wrong way.
Steps to Reproduce:
1. Type some words about tags.
<img width="1280" alt="2016-05-14 6 34 03" src="https://cloud.githubusercontent.com/assets/3023607/15268304/daeac426-1a0c-11e6-8c88-54a9df03f102.png">
... | completed | [html] When using custom HTML tags, VS auto-align wrong way. - VSCode Version: 1.10.1
- OS Version: OS X 10.11.4
When using custom HTML tags, VS auto-align wrong way.
Steps to Reproduce:
1. Type some words about tags.
<img width="1280" alt="2016-05-14 6 34 03" src="https://cloud.githubusercontent.com/assets... | 468 | [] | 0 | False | |
6365 | --install-extension should return 0 when it's already installed | 2016-05-14 01:18:57+00:00 | 2016-05-27 07:44:09+00:00 | Personally I would find it much easier to work with if it returns 0 if already installed (ie. mission already accomplished).
```
$ code --install-extension Tyriar.sort-lines
Extension 'Tyriar.sort-lines' is already installed.
$ echo $?
1
```
| completed | --install-extension should return 0 when it's already installed Personally I would find it much easier to work with if it returns 0 if already installed (ie. mission already accomplished).
```
$ code --install-extension Tyriar.sort-lines
Extension 'Tyriar.sort-lines' is already installed.
$ echo $?
1
```
| 84 | [] | 0 | False | |
6364 | --install-extension should exit faster if already installed | 2016-05-14 01:15:50+00:00 | 2016-05-14 01:51:36+00:00 | `--list-extensions` is much faster than `--install-extension` when it's already installed.
```
$ time code --list-extensions
...
real 0m0.173s
user 0m0.148s
sys 0m0.020s
```
vs
```
$ time code --install-extension Tyriar.sort-lines
Extension 'Tyriar.sort-lines' is already installed.
real 0... | completed | --install-extension should exit faster if already installed `--list-extensions` is much faster than `--install-extension` when it's already installed.
```
$ time code --list-extensions
...
real 0m0.173s
user 0m0.148s
sys 0m0.020s
```
vs
```
$ time code --install-extension Tyriar.sort-lines
Exte... | 132 | [] | 0 | False | |
6363 | Alternate data streams are removed by saving | 2016-05-14 00:10:51+00:00 | 2018-08-20 16:55:13+00:00 | - VSCode Version:1.1.0
- OS Windows Pro 10.0.10586.318 V1511
Steps to Reproduce:
1. Open with VSCode a text file that has one or more alternate data stream files.
2. Make some small change in the text.
3. Save the file.
4. The ADS files have been removed.
I'm sure that there is a setting that will prevent V... | completed | Alternate data streams are removed by saving - VSCode Version:1.1.0
- OS Windows Pro 10.0.10586.318 V1511
Steps to Reproduce:
1. Open with VSCode a text file that has one or more alternate data stream files.
2. Make some small change in the text.
3. Save the file.
4. The ADS files have been removed.
I'm sur... | 131 | [] | 0 | False | |
6353 | Integrated terminal pty.js dependency build issue | 2016-05-13 18:06:34+00:00 | 2016-06-30 21:33:08+00:00 | See https://github.com/Microsoft/vscode/pull/5985 and https://github.com/Microsoft/vscode/issues/143
The integrated terminal warns this when opened:
```
Cannot find module '../build/Release/pty.node'
```
This is happening because the build of the pty.js module fails so it falls back on pre-built packages. Th... | completed | Integrated terminal pty.js dependency build issue See https://github.com/Microsoft/vscode/pull/5985 and https://github.com/Microsoft/vscode/issues/143
The integrated terminal warns this when opened:
```
Cannot find module '../build/Release/pty.node'
```
This is happening because the build of the pty.js modul... | 425 | [] | 0 | False | |
6348 | Disk name in ${workspaceRoot} is lowercase may result in a bug related to node6, webpack and babel | 2016-05-13 12:56:05+00:00 | 2016-05-22 10:25:35+00:00 | - VSCode Version: v1.1
- OS Version: windows 10
- nodejs Version: v6
Steps to Reproduce:
( a little bit complicate)
1. mkdir try-bugs && cd try-bugs
2.npm install -g vue-cli
2.vue init webpack
3.npm install
4.set up a task in task.json, whose command is `npm`, args is `["run", "build"]`
5. press `contrl + ... | completed | Disk name in ${workspaceRoot} is lowercase may result in a bug related to node6, webpack and babel - VSCode Version: v1.1
- OS Version: windows 10
- nodejs Version: v6
Steps to Reproduce:
( a little bit complicate)
1. mkdir try-bugs && cd try-bugs
2.npm install -g vue-cli
2.vue init webpack
3.npm install
4.... | 611 | [] | 0 | False | |
6344 | editing makes breakpoints view flicker if debug session is active | 2016-05-13 10:47:14+00:00 | 2017-11-13 18:08:32+00:00 | - VSCode Version: alpha
Steps to Reproduce:
- add some breakpoints to a source file
- start debug session
- edit the source file
Observe:
On every keystroke the breakpoints view refreshes (flickers).
| completed | editing makes breakpoints view flicker if debug session is active - VSCode Version: alpha
Steps to Reproduce:
- add some breakpoints to a source file
- start debug session
- edit the source file
Observe:
On every keystroke the breakpoints view refreshes (flickers).
| 71 | [] | 0 | False | |
6342 | Bad whitespace wrap in git commit box | 2016-05-13 10:26:28+00:00 | 2016-05-24 08:57:58+00:00 | 1. Git commit box - notice that the word wrapping is broken
2. I think somebody changed the white-space property

| completed | Bad whitespace wrap in git commit box 1. Git commit box - notice that the word wrapping is broken
2. I think somebody changed the white-space property

| 93 | [] | 0 | False | |
6338 | rpm package no longer contains /usr/bin/code | 2016-05-13 09:12:22+00:00 | 2016-05-13 22:12:19+00:00 | - VSCode Version: 1.1.0
- OS Version: Fedora Linux 23
I've updated VSCode from 1.0 to 1.1.0 via installing the new rpm package. It no longer contains `/usr/bin/code` and also the .desktop entry doesn't appear in GNOME Shell. This worked with the 1.0 rpm package.
| completed | rpm package no longer contains /usr/bin/code - VSCode Version: 1.1.0
- OS Version: Fedora Linux 23
I've updated VSCode from 1.0 to 1.1.0 via installing the new rpm package. It no longer contains `/usr/bin/code` and also the .desktop entry doesn't appear in GNOME Shell. This worked with the 1.0 rpm package.
| 96 | [] | 0 | False | |
6320 | Snippet suggestion triggered incorrectly | 2016-05-12 11:37:45+00:00 | 2016-07-25 13:08:24+00:00 | - VSCode Version: Version 1.1.0 (1.1.0)
- OS Version: Mac OS X Yosemite 10.10.5 (14F27)
Steps to Reproduce:
1. Create a user snippet with a prefix "sup"
(I created mine in ~/Library/Application Support/Code/User/snippets/elixir.json)
2. In a file matching the language, type `S` or `s`, intellisense correctly... | completed | Snippet suggestion triggered incorrectly - VSCode Version: Version 1.1.0 (1.1.0)
- OS Version: Mac OS X Yosemite 10.10.5 (14F27)
Steps to Reproduce:
1. Create a user snippet with a prefix "sup"
(I created mine in ~/Library/Application Support/Code/User/snippets/elixir.json)
2. In a file matching the language... | 243 | [] | 0 | False | |
6304 | Debug: continue action is broken when target app has multiple threads | 2016-05-12 01:00:22+00:00 | 2016-05-12 16:54:21+00:00 | We are seeing this issue with CppTools extension and CSharp extension with VS Code 1.1.0 (stable). It doesn't repro in VS Code 1.0.0.
One repro involving CSharp extension is:
Install VS Code 1.1.0
Install .NET CLI tools and CSharp extension per instructions here: https://github.com/gregg-miskelly/omnisharp-vscod... | completed | Debug: continue action is broken when target app has multiple threads We are seeing this issue with CppTools extension and CSharp extension with VS Code 1.1.0 (stable). It doesn't repro in VS Code 1.0.0.
One repro involving CSharp extension is:
Install VS Code 1.1.0
Install .NET CLI tools and CSharp extension pe... | 228 | [] | 0 | False | |
6303 | [yaml] multiline strings improperly highlighted | 2016-05-12 00:47:48+00:00 | 2016-09-15 19:54:56+00:00 | - VSCode Version: 1.1.0
- OS Version: OSX 10.10.5
Steps to Reproduce:
Paste this string
``` yaml
swagger: '2.0'
info:
description: 'The API Management Service API defines an updated and refined version
of the concepts currently known as Developer, APP, and API Product in Edge. Of
note is the intr... | completed | [yaml] multiline strings improperly highlighted - VSCode Version: 1.1.0
- OS Version: OSX 10.10.5
Steps to Reproduce:
Paste this string
``` yaml
swagger: '2.0'
info:
description: 'The API Management Service API defines an updated and refined version
of the concepts currently known as Developer, APP, a... | 114 | [] | 0 | False | |
6299 | The select stack frame lost focus after "Load more stack frames" | 2016-05-11 22:35:11+00:00 | 2016-05-16 12:41:22+00:00 | - VSCode Version: 1.1
- OS Version: Windows10, Ubuntu 14.04
Steps to Reproduce:
1. Select a stack frame and click "Load more stack frames"
2. The original selected frame will lose it's focus/highlight, it's hard to figure out which frame is currently selected
| completed | The select stack frame lost focus after "Load more stack frames" - VSCode Version: 1.1
- OS Version: Windows10, Ubuntu 14.04
Steps to Reproduce:
1. Select a stack frame and click "Load more stack frames"
2. The original selected frame will lose it's focus/highlight, it's hard to figure out which frame is currentl... | 83 | [] | 0 | False |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.