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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
8315 | Attaching the process gives different errors in different platforms | 2016-06-28 10:57:28+00:00 | 2016-06-29 13:28:55+00:00 | #8196
- VSCode Version: Insiders
- OS Version: Windows
Steps to Reproduce:
1. Open VSCode for a sample folder
2. Create a new launch config to pick a node process
3. Open VSCode for vscode-node-debug
4. Run Server in launch config
5. In Sample folder workspace, Run 'Attach a process'
6. Select the node proce... | completed | Attaching the process gives different errors in different platforms #8196
- VSCode Version: Insiders
- OS Version: Windows
Steps to Reproduce:
1. Open VSCode for a sample folder
2. Create a new launch config to pick a node process
3. Open VSCode for vscode-node-debug
4. Run Server in launch config
5. In Sampl... | 177 | [] | 0 | False | |
8311 | Tab is not revealed if it is too large to fit | 2016-06-28 10:48:01+00:00 | 2016-06-29 06:08:39+00:00 | 
| completed | Tab is not revealed if it is too large to fit 
| 69 | [] | 0 | False | |
8310 | Too much empty space between terminal header and first line | 2016-06-28 10:47:09+00:00 | 2016-07-05 20:01:05+00:00 | #8222
@Tyriar all the bugs I file are on mac and insiders vscode.
IMHO there is too much space between the terminal header and the first line, I would expect this to be more compact - especially since most of the time the vertical space is very limited.

Problems filter:

Problems filter:
!... | 158 | [] | 0 | False | |
8308 | extensions have split editor button which doesn't make sense | 2016-06-28 10:36:46+00:00 | 2016-07-04 15:55:56+00:00 | 
| completed | extensions have split editor button which doesn't make sense 
| 77 | [] | 0 | False | |
8307 | bad spacing for extension readme | 2016-06-28 10:35:37+00:00 | 2016-06-28 10:38:01+00:00 | 
| completed | bad spacing for extension readme 
| 71 | [] | 0 | False | |
8306 | Extension UI mixes with editors | 2016-06-28 10:34:07+00:00 | 2016-06-28 10:36:25+00:00 | - two editors open
- endup in the extension viewlet
- select an extension
- you have the extension 'viewlet', a code editor, and an extension view which looks all wrong

| completed | Extension UI mixes with editors - two editors open
- endup in the extension viewlet
- select an extension
- you have the extension 'viewlet', a code editor, and an extension view which looks all wrong

``` JSON
"problemMatcher": [
{
"owner": "typescript",
"fileLocation": "relative",
"pattern": [
{
... | completed | Multiple Problem Matchers on same task clears out each other - VSCode Version: Insiders
I have these problem matchers on watching build command. (First one matches on Tslint, second on forked type checker of typescript.)
``` JSON
"problemMatcher": [
{
"owner": "typescript",
"fileLocation":... | 879 | [] | 0 | False | |
8303 | Staging dirty new or existing file removes dirty editor | 2016-06-28 10:23:19+00:00 | 2016-06-29 06:19:25+00:00 | ...what the schleck?
| completed | Staging dirty new or existing file removes dirty editor ...what the schleck?
| 23 | [] | 0 | False | |
8298 | Uninstalling an extension should notify the user that a VSCode restart is required | 2016-06-28 10:10:17+00:00 | 2016-07-04 12:31:12+00:00 | Testing https://github.com/Microsoft/vscode/issues/8215:
- install extension 'mock-debug'
- create a launch config and a readme.md file with some lines of text
- start debugging
Observe: you should be able to step through the lines of the readme.md file
- from the extension viewlet uninstall 'mock-debug'
- star... | completed | Uninstalling an extension should notify the user that a VSCode restart is required Testing https://github.com/Microsoft/vscode/issues/8215:
- install extension 'mock-debug'
- create a launch config and a readme.md file with some lines of text
- start debugging
Observe: you should be able to step through the lines... | 188 | [] | 0 | False | |
8296 | Problems: pressing ESC in filter box should clear filter box | 2016-06-28 10:06:57+00:00 | 2016-06-29 12:44:25+00:00 | Refs: #7601
Similar to how the extensions viewlet filter box does it.
| completed | Problems: pressing ESC in filter box should clear filter box Refs: #7601
Similar to how the extensions viewlet filter box does it.
| 35 | [] | 0 | False | |
8292 | Process Picker to picky? | 2016-06-28 10:00:25+00:00 | 2016-06-29 15:38:42+00:00 | re #8196
- run tsc -w in a TypeScript project
- run gulp watch in the VSCode sources
- use the node-debug attach to process UI
- ⚡ I don't see the gulp watch process which I know runs on nodejs
| completed | Process Picker to picky? re #8196
- run tsc -w in a TypeScript project
- run gulp watch in the VSCode sources
- use the node-debug attach to process UI
- ⚡ I don't see the gulp watch process which I know runs on nodejs
| 69 | [] | 0 | False | |
8290 | Extensions: styling is bad for links in markdown preview | 2016-06-28 09:59:28+00:00 | 2016-06-28 10:02:43+00:00 | 
We could maybe revive the CSS we used for the built in markdown preview?
| completed | Extensions: styling is bad for links in markdown preview 
We could maybe revive the CSS we used for the built in markdown preview?
| 86 | [] | 0 | False | |
8288 | No variable substitution for env | 2016-06-28 09:52:53+00:00 | 2016-06-29 09:46:43+00:00 | re #8196
```
"env": {
"NODE_ENV": "development",
"foo": "${command.PickProcess}",
"rnd": "${command.rnd}"
},
```
and see how `foo` and `rnd` are not replaced with the values
| completed | No variable substitution for env re #8196
```
"env": {
"NODE_ENV": "development",
"foo": "${command.PickProcess}",
"rnd": "${command.rnd}"
},
```
and see how `foo` and `rnd` are not replaced with the values
| 89 | [] | 0 | False | |
8287 | Custom markdown styles not working? | 2016-06-28 09:52:06+00:00 | 2016-07-01 18:50:36+00:00 | Refs: https://github.com/Microsoft/vscode/issues/7945
I tried to configure a custom CSS with 3 different approaches:
- relative file
- absolute file path
- URL
I do not seem to get it to work:

| completed | Custom markdown styles not working? Refs: https://github.com/Microsoft/vscode/issues/7945
I tried to configure a custom CSS with 3 different approaches:
- relative file
- absolute file path
- URL
I do not seem to get it to work:

| completed | Markdown: default markdown.styles should not be null Refs: https://github.com/Microsoft/vscode/issues/7945

| 87 | [] | 0 | False | |
8281 | default launch.json talks about 'action.PickProcess' | 2016-06-28 09:40:04+00:00 | 2016-06-28 21:47:39+00:00 | re #8196
I find this `"processId": "${action.PickProcess}",` in my launch.json but I the it should be `command.PickProcess`
| completed | default launch.json talks about 'action.PickProcess' re #8196
I find this `"processId": "${action.PickProcess}",` in my launch.json but I the it should be `command.PickProcess`
| 66 | [] | 0 | False | |
8280 | Wrong replace-one icon in HC theme | 2016-06-28 09:39:53+00:00 | 2016-06-29 06:52:12+00:00 | #8184
- VSCode Version: insider
- OS Version: linux
Steps to Reproduce:
1. HC theme
2. Global find / replace -> notice replace one icon does not have a nice contrast - I think you are using the once from light theme in this case

| completed | Markdown: nested HTML not colored anymore Refs: https://github.com/Microsoft/vscode/issues/7945
See:

| 85 | [] | 0 | False | |
8274 | Markdown: hand cursor showing up in editor | 2016-06-28 09:33:44+00:00 | 2016-06-28 17:24:33+00:00 | Using the following markdown:
```
* [Miscellaneous](#misc)
```
| completed | Markdown: hand cursor showing up in editor Using the following markdown:
```
* [Miscellaneous](#misc)
```
| 36 | [] | 0 | False | |
8272 | Markdown: navigating to local links jumps to source file | 2016-06-28 09:31:06+00:00 | 2016-07-01 01:58:41+00:00 | Refs: #7945
On Mac this seems to work nicely, but on Windows when I click on a local anchor, I am jumping into the markdown source code?
The document I used was this: http://daringfireball.net/projects/markdown/syntax.text
| completed | Markdown: navigating to local links jumps to source file Refs: #7945
On Mac this seems to work nicely, but on Windows when I click on a local anchor, I am jumping into the markdown source code?
The document I used was this: http://daringfireball.net/projects/markdown/syntax.text
| 80 | [] | 0 | False | |
8271 | Missing a global command to open markdown preview to the side | 2016-06-28 09:26:04+00:00 | 2016-07-01 19:06:22+00:00 | Refs: https://github.com/Microsoft/vscode/issues/7945
We should add one.
| completed | Missing a global command to open markdown preview to the side Refs: https://github.com/Microsoft/vscode/issues/7945
We should add one.
| 42 | [] | 0 | False | |
8267 | Initiating drag and drop from explorer reveals file or opens it in a preview tab | 2016-06-28 09:18:17+00:00 | 2016-08-22 16:25:22+00:00 | - VSCode Version:1.3.0-insider
- OS Version: windows 10
Steps to Reproduce:
1. Mouse down on a file in explorer then move to drag the file into an editor
2. If the file has not previously been opened in the active editor group it is opened in a preview tab before the user gets to drop the file where they want it.... | completed | Initiating drag and drop from explorer reveals file or opens it in a preview tab - VSCode Version:1.3.0-insider
- OS Version: windows 10
Steps to Reproduce:
1. Mouse down on a file in explorer then move to drag the file into an editor
2. If the file has not previously been opened in the active editor group it is ... | 156 | [] | 0 | False | |
8266 | Markdown: shades of blue in dark theme when using lists | 2016-06-28 09:18:00+00:00 | 2016-07-01 19:11:25+00:00 | 
| completed | Markdown: shades of blue in dark theme when using lists 
| 69 | [] | 0 | False | |
8262 | Markdown: preview opens to the side when being opened from tab context menu | 2016-06-28 09:11:12+00:00 | 2016-06-29 08:44:19+00:00 | Refs: https://github.com/Microsoft/vscode/issues/7945
I would expect it to open on the same side unless I press the modifier key and click (note that support for detecting the pressed key for context menus is coming in future versions of electron).
| completed | Markdown: preview opens to the side when being opened from tab context menu Refs: https://github.com/Microsoft/vscode/issues/7945
I would expect it to open on the same side unless I press the modifier key and click (note that support for detecting the pressed key for context menus is coming in future versions of ele... | 83 | [] | 0 | False | |
8259 | Markdown: coloring wrong after fenced code block | 2016-06-28 09:07:52+00:00 | 2016-11-11 00:02:32+00:00 | Refs: https://github.com/Microsoft/vscode/issues/7945

The markdown content is:
`````` markdown
# amdefine
A module that can be used to implement AMD's define() in Node. This allows you
to code to ... | completed | Markdown: coloring wrong after fenced code block Refs: https://github.com/Microsoft/vscode/issues/7945

The markdown content is:
`````` markdown
# amdefine
A module that can be used to implement AMD... | 460 | [] | 0 | False | |
8258 | Links look bad in dark theme in extension README | 2016-06-28 09:07:02+00:00 | 2016-06-29 13:38:38+00:00 | Testing #8215

| completed | Links look bad in dark theme in extension README Testing #8215

| 66 | [] | 0 | False | |
8256 | Webview: sometimes loosing the scrollbar | 2016-06-28 09:05:07+00:00 | 2017-01-31 19:38:09+00:00 | Refs: https://github.com/Microsoft/vscode/issues/7945
Not sure how I got into this state, but suddenly my right scrollbar is gone? This is on Windows 7:

| completed | Webview: sometimes loosing the scrollbar Refs: https://github.com/Microsoft/vscode/issues/7945
Not sure how I got into this state, but suddenly my right scrollbar is gone? This is on Windows 7:

| 107 | [] | 0 | False | |
8254 | Extensions: readme could have some margins to the left | 2016-06-28 09:00:31+00:00 | 2016-06-29 07:27:35+00:00 | Currently the text seems to be too far to the left:

| completed | Extensions: readme could have some margins to the left Currently the text seems to be too far to the left:

| 82 | [] | 0 | False | |
8253 | fontLigatures is always true for Fira Code font. | 2016-06-28 09:00:23+00:00 | 2016-08-30 13:46:47+00:00 | - VSCode Version: 1.2.1
- OS Version: Windows 7 Enterprise
Steps to Reproduce:
1. Set the editor font to Fira Code
2. Now try to set the fontLigatures to false (which is default value) but in the editor, it is still working as it is set to true.
Following is the screen grab.
 but in the editor, it is still working as it is set to true.
Following is the... | 139 | [] | 0 | False | |
8252 | License links to completely empty webpage | 2016-06-28 08:58:09+00:00 | 2016-08-17 14:11:35+00:00 | Testing #8215
License button takes me to empty page:
- search for @popular
- pick HTML CSS Class Completion
- click on license in the header
https://marketplace.visualstudio.com/items/Zignd.html-css-class-completion/license
-> Completely empty webpage. What's up with that?

| completed | Add margin/padding to webview hosting extension readme Testing #8215
It would look a lot better

| 78 | [] | 0 | False | |
8249 | Error: /Users/bpasero/Development/monaco/extensions/markdown/src/extension.ts(11,31): Cannot find module 'vscode-extension-telemetry' | 2016-06-28 08:34:17+00:00 | 2016-06-30 19:10:10+00:00 | Getting this error running out of source.
| completed | Error: /Users/bpasero/Development/monaco/extensions/markdown/src/extension.ts(11,31): Cannot find module 'vscode-extension-telemetry' Getting this error running out of source.
| 64 | [] | 0 | False | |
8248 | Error: ...src/typescriptMain.ts(70,13): Property 'storagePath' does not exist on type 'ExtensionContext'. | 2016-06-28 08:33:43+00:00 | 2016-06-29 09:25:19+00:00 | I am getting that, running out of source.
| completed | Error: ...src/typescriptMain.ts(70,13): Property 'storagePath' does not exist on type 'ExtensionContext'. I am getting that, running out of source.
| 48 | [] | 0 | False | |
8247 | Markdown: Menu item references the same command as default and alternative command | 2016-06-28 08:26:47+00:00 | 2016-06-29 07:49:32+00:00 | Seeing this when running "out of sources":

| completed | Markdown: Menu item references the same command as default and alternative command Seeing this when running "out of sources":

| 76 | [] | 0 | False | |
8245 | Preview tab does not have a stable position | 2016-06-28 07:37:54+00:00 | 2016-06-29 05:38:16+00:00 | #7854
- VSCode Version: insiders
- OS Version: os x
Steps to Reproduce:
1. Have a regular and a preview tab
2. Let the active be a regular tab and click on a new file
3. Notice the preview tab and regular tab change positions in the tab header view
4. I would expect that my stable tab is left at the same posit... | completed | Preview tab does not have a stable position #7854
- VSCode Version: insiders
- OS Version: os x
Steps to Reproduce:
1. Have a regular and a preview tab
2. Let the active be a regular tab and click on a new file
3. Notice the preview tab and regular tab change positions in the tab header view
4. I would expect ... | 160 | [] | 0 | False | |
8242 | Tab DnD sometimes gets the wrong editor group as destination | 2016-06-28 07:31:27+00:00 | 2016-06-29 05:47:18+00:00 | #7854
- VSCode Version: insider
- OS Version: os x
Steps to Reproduce:
1. Have two editor groups
2. Drag a tab from a second to the top level group actions of that group
3. Tab misetiously shows up in the first editor group

- OS Version: Windows_NT ia32 10.0.14366
Steps to Reproduce:
1. Open Integrated Terminal
2. Open a second Integrated Terminal
3. Type exit
4. Observe that no editor or terminal has focus
To ge... | completed | When exiting an Integrated Terminal with `exit` the next Integrated Terminal should get focus - VSCode Version: Code - Insiders 1.3.0-insider (41f53d27a8cb477130f84116c78f43ddacbaf24b, 2016-06-27T05:07:29.758Z)
- OS Version: Windows_NT ia32 10.0.14366
Steps to Reproduce:
1. Open Integrated Terminal
2. Open a seco... | 171 | [] | 0 | False | |
8209 | "Error: Cannot read property 'getContainer' of null" when opening Integrated Terminal with Ctrl+Shift+` | 2016-06-27 17:20:55+00:00 | 2016-06-27 23:24:03+00:00 | - VSCode Version: Code - Insiders 1.3.0-insider (41f53d27a8cb477130f84116c78f43ddacbaf24b, 2016-06-27T05:07:29.758Z)
- OS Version: Windows_NT ia32 10.0.14366
"Error: Cannot read property 'getContainer' of null" when opening Integrated Terminal with Ctrl+Shift+` the first time after starting VS Code.
Steps to Rep... | completed | "Error: Cannot read property 'getContainer' of null" when opening Integrated Terminal with Ctrl+Shift+` - VSCode Version: Code - Insiders 1.3.0-insider (41f53d27a8cb477130f84116c78f43ddacbaf24b, 2016-06-27T05:07:29.758Z)
- OS Version: Windows_NT ia32 10.0.14366
"Error: Cannot read property 'getContainer' of null" w... | 720 | [] | 0 | False | |
8205 | Emmet: emmet actions are not atomically undoable | 2016-06-27 16:47:39+00:00 | 2016-06-30 10:42:10+00:00 | - Execute 'Emmet: update tag' or 'Emmet: delete tag'
- undo
You have to undo more than once to get back to the original state.
| completed | Emmet: emmet actions are not atomically undoable - Execute 'Emmet: update tag' or 'Emmet: delete tag'
- undo
You have to undo more than once to get back to the original state.
| 54 | [] | 0 | False | |
8202 | Code folding lost when switching files with back/forward | 2016-06-27 15:13:30+00:00 | 2016-10-31 14:01:35+00:00 | - VSCode Version: 1.2.1
- OS Version: Windows 10
Perhaps this is a bug or is by design -- please let me know.
I have noticed that I fold several sections of code so I see the two pieces I need most (which for me makes up for the lack of horizontal splitting). However, if I navigate into another file for any rea... | completed | Code folding lost when switching files with back/forward - VSCode Version: 1.2.1
- OS Version: Windows 10
Perhaps this is a bug or is by design -- please let me know.
I have noticed that I fold several sections of code so I see the two pieces I need most (which for me makes up for the lack of horizontal splittin... | 128 | [] | 0 | False | |
8187 | Tests: ReferenceError: Proxy is not defined | 2016-06-27 12:17:00+00:00 | 2016-06-28 11:00:17+00:00 | For me on Mac using node.js v5.10.0 I see:
```
1) ExtHostLanguageFeatureCommands "before all" hook:
ReferenceError: Proxy is not defined
at TestThreadService.AbstractThreadService._createProxy (out/vs/workbench/services/thread/common/abstractThreadService.js:44:24)
at TestThreadService.AbstractT... | completed | Tests: ReferenceError: Proxy is not defined For me on Mac using node.js v5.10.0 I see:
```
1) ExtHostLanguageFeatureCommands "before all" hook:
ReferenceError: Proxy is not defined
at TestThreadService.AbstractThreadService._createProxy (out/vs/workbench/services/thread/common/abstractThreadService.js:... | 487 | [] | 0 | False | |
8180 | Double click explorer sash now does not work when explorer has focus | 2016-06-27 10:07:42+00:00 | 2016-06-27 12:15:52+00:00 | - VSCode Version: Code - Insiders 1.3.0-insider (41f53d27a8cb477130f84116c78f43ddacbaf24b, 2016-06-27T05:15:21.343Z)
- OS Version: Linux x64 4.4.0-24-generic Ubuntu 16.04
Steps to Reproduce:
1. Open a folder
2. Double click explorer sash
```
workbench.main.js:117 Cannot read property 'getOptimalWidth' of unde... | completed | Double click explorer sash now does not work when explorer has focus - VSCode Version: Code - Insiders 1.3.0-insider (41f53d27a8cb477130f84116c78f43ddacbaf24b, 2016-06-27T05:15:21.343Z)
- OS Version: Linux x64 4.4.0-24-generic Ubuntu 16.04
Steps to Reproduce:
1. Open a folder
2. Double click explorer sash
```
... | 581 | [] | 0 | False | |
8176 | Search / Replace: editors do not open when auto save is enabled | 2016-06-27 09:22:16+00:00 | 2016-06-29 09:39:23+00:00 | This makes it impossible to undo a replace operation. Need to investigate why editors do not open when auto save is enabled.
| completed | Search / Replace: editors do not open when auto save is enabled This makes it impossible to undo a replace operation. Need to investigate why editors do not open when auto save is enabled.
| 45 | [] | 0 | False | |
8173 | Noticeable delay opening a markdown file (source) | 2016-06-27 08:14:22+00:00 | 2016-06-30 17:08:21+00:00 | I am noticing a delay when I click on a markdown file until it opens. I think this is a regression from the new markdown extension but I am not sure what piece could cause it.
//cc @jrieken if you have clues
| completed | Noticeable delay opening a markdown file (source) I am noticing a delay when I click on a markdown file until it opens. I think this is a regression from the new markdown extension but I am not sure what piece could cause it.
//cc @jrieken if you have clues
| 73 | [] | 0 | False | |
8170 | Search & Replace: replace all icon is not using dark version in dark theme | 2016-06-27 05:09:22+00:00 | 2016-06-27 08:15:12+00:00 | 
| completed | Search & Replace: replace all icon is not using dark version in dark theme 
| 64 | [] | 0 | False | |
8169 | Search viewlet right padding is incorrect | 2016-06-27 05:05:34+00:00 | 2016-07-25 16:32:27+00:00 | Seems closer to the right hand side than to the left:

| completed | Search viewlet right padding is incorrect Seems closer to the right hand side than to the left:

| 73 | [] | 0 | False | |
8168 | Problems: filter input box does not show blue outline when having focus | 2016-06-27 05:01:35+00:00 | 2016-06-27 11:11:43+00:00 | That is an accessibility issue.
| completed | Problems: filter input box does not show blue outline when having focus That is an accessibility issue.
| 26 | [] | 0 | False | |
8167 | OutputWorker: Cannot read property 'getWorkspace' of undefined | 2016-06-27 04:55:47+00:00 | 2016-06-28 01:15:43+00:00 | When opening the output panel:
```
shell.js:248 Cannot read property 'getWorkspace' of undefined: TypeError: Cannot read property 'getWorkspace' of undefined
at new OutputWorker (file:///Users/bpasero/Development/Microsoft/monaco/out/vs/workbench/parts/output/common/outputWorker.js:25:49)
at create (file:... | completed | OutputWorker: Cannot read property 'getWorkspace' of undefined When opening the output panel:
```
shell.js:248 Cannot read property 'getWorkspace' of undefined: TypeError: Cannot read property 'getWorkspace' of undefined
at new OutputWorker (file:///Users/bpasero/Development/Microsoft/monaco/out/vs/workbench/p... | 524 | [] | 0 | False | |
8164 | extension host debugging: remote source maps are not used | 2016-06-26 21:25:57+00:00 | 2016-07-25 13:06:53+00:00 | When debugging an extension, stepping into the extension host server code ends up in minified source.
The reason for this is missing support for loading remote source maps.
Before this can be fixed, the source map API must become asynchronous.
This is tracked with https://github.com/Microsoft/vscode/issues/8162.... | completed | extension host debugging: remote source maps are not used When debugging an extension, stepping into the extension host server code ends up in minified source.
The reason for this is missing support for loading remote source maps.
Before this can be fixed, the source map API must become asynchronous.
This is tra... | 93 | [] | 0 | False | |
8148 | Extensions: Double scroll bar on Windows | 2016-06-26 07:21:46+00:00 | 2016-06-27 10:23:47+00:00 | <img width="258" alt="screen shot 2016-06-26 at 09 20 44" src="https://cloud.githubusercontent.com/assets/900690/16361002/4edb227a-3b7f-11e6-9e9c-0e68c191c42b.png">
This looks super bad and we should use the custom scroll bar if possible for the inner scroll bar and the outer scrollbar should just be hidden via CSS ... | completed | Extensions: Double scroll bar on Windows <img width="258" alt="screen shot 2016-06-26 at 09 20 44" src="https://cloud.githubusercontent.com/assets/900690/16361002/4edb227a-3b7f-11e6-9e9c-0e68c191c42b.png">
This looks super bad and we should use the custom scroll bar if possible for the inner scroll bar and the outer... | 132 | [] | 0 | False | |
8139 | Integrated terminal no longer handles `exit` correctly | 2016-06-25 16:09:42+00:00 | 2016-06-25 19:12:28+00:00 | Steps to Reproduce:
1. ctrl+backtick
2. "exit", can no longer view and/or toggle terminal
| completed | Integrated terminal no longer handles `exit` correctly Steps to Reproduce:
1. ctrl+backtick
2. "exit", can no longer view and/or toggle terminal
| 44 | [] | 0 | False | |
8137 | Debug nodejs output - incorrect hyperlink | 2016-06-25 14:29:40+00:00 | 2016-06-27 10:09:52+00:00 | Version 1.3.0-insider (1.3.0-insider)
de66522e06d74752d48d92e934dcd026050355ba
2016-06-24T05:02:09.613Z
OS X El Capitan

| completed | Debug nodejs output - incorrect hyperlink Version 1.3.0-insider (1.3.0-insider)
de66522e06d74752d48d92e934dcd026050355ba
2016-06-24T05:02:09.613Z
OS X El Capitan

| 123 | [] | 0 | False | |
8136 | [emmet] The command `update tag` works incorrectly with single-line tag | 2016-06-25 13:07:38+00:00 | 2016-06-29 19:21:43+00:00 | **VS Code version**: 1.3.0-insider
**VS Code last commit**: de66522e06d74752d48d92e934dcd026050355ba
**OS version:** Windows 10 (build 1511)
Steps to Reproduce:
1. Open VS Code
2. Write custom HTML (for example: `.test-wrapper>.test`)
3. Run command `Emmet: update tag`
#### Problem (tag without text)
![2016... | completed | [emmet] The command `update tag` works incorrectly with single-line tag **VS Code version**: 1.3.0-insider
**VS Code last commit**: de66522e06d74752d48d92e934dcd026050355ba
**OS version:** Windows 10 (build 1511)
Steps to Reproduce:
1. Open VS Code
2. Write custom HTML (for example: `.test-wrapper>.test`)
3. Ru... | 245 | [] | 0 | False | |
8130 | Markdown preview does not toggle as expected in tabs | 2016-06-25 00:21:08+00:00 | 2016-12-01 22:30:11+00:00 | - VSCode Version: 1.3.0-insider (commit de66522, 2016-06-24)
- OS Version: Win10
Steps to Reproduce:
1. Use 'code-insiders .' to open a repo.
2. Click an md file to open it. Type some text into the file.
3. Click another md file. It opens in a new tab.
4. CTRL+SHIFT+V to preview the second file.
5. Three tab... | completed | Markdown preview does not toggle as expected in tabs - VSCode Version: 1.3.0-insider (commit de66522, 2016-06-24)
- OS Version: Win10
Steps to Reproduce:
1. Use 'code-insiders .' to open a repo.
2. Click an md file to open it. Type some text into the file.
3. Click another md file. It opens in a new tab.
4. C... | 215 | [] | 0 | False | |
8125 | When hovering links in markdown, the cursor becomes a hand, not the regular text cursor | 2016-06-24 22:49:18+00:00 | 2016-06-27 08:12:46+00:00 | - VSCode Version: master
- OS Version: Ubuntu 16.04
Steps to Reproduce:
1. Open .md file with `[...]()` style link
2. Mouse over `...` portion

| completed | When hovering links in markdown, the cursor becomes a hand, not the regular text cursor - VSCode Version: master
- OS Version: Ubuntu 16.04
Steps to Reproduce:
1. Open .md file with `[...]()` style link
2. Mouse over `...` portion
, and watch expressions can be stale in all languages since they can be a... | completed | SetVariable doesn't trigger reevaluation of stale variables - VSCode Version: 1.3.0-insider, 2016-06-23
Assigning to a variable doesn't prompt a reevaluation of any variables that depend on it. Variables can be stale after setting a variable in languages such as C# (e.g. a property in the locals window), and watch e... | 109 | [] | 0 | False | |
8117 | Terminal has display bugs with julia console | 2016-06-24 18:54:52+00:00 | 2017-01-03 18:24:19+00:00 | - VSCode Version: 1.3.0-insider (de66522)
- OS Version: Win10 x64
Steps to Reproduce:
1. Install [julia v0.4.6](http://julialang.org/downloads/)
2. Configure VS code terminal to use PowerShell
3. Start VS Code terminal, then start a julia instance in the terminal (I have an alias for `julia` in my PowerShell ses... | completed | Terminal has display bugs with julia console - VSCode Version: 1.3.0-insider (de66522)
- OS Version: Win10 x64
Steps to Reproduce:
1. Install [julia v0.4.6](http://julialang.org/downloads/)
2. Configure VS code terminal to use PowerShell
3. Start VS Code terminal, then start a julia instance in the terminal (I h... | 281 | [] | 0 | False | |
8110 | Can't search for extensions | 2016-06-24 15:41:10+00:00 | 2016-06-27 14:02:25+00:00 | - VSCode Version: 1.3.0-insider
- Commit: de66522e06d74752d48d92e934dcd026050355ba
- OS Version: ElementaryOS
Can't search for extensions.

| completed | Can't search for extensions - VSCode Version: 1.3.0-insider
- Commit: de66522e06d74752d48d92e934dcd026050355ba
- OS Version: ElementaryOS
Can't search for extensions.

| 121 | [] | 0 | False | |
8103 | Visual Studio Code shouldn't hijack .config extension association | 2016-06-24 13:21:16+00:00 | 2016-07-04 13:48:32+00:00 | After installing 'Visual Studio Code' .config files started to be associated with VSCode.
I am not sure that VSCode is a better editor for config files than Visual Studio or Notepad++. So user should make a decision which program should be associated with each extension, in particular such multi-purpose as .config. In... | completed | Visual Studio Code shouldn't hijack .config extension association After installing 'Visual Studio Code' .config files started to be associated with VSCode.
I am not sure that VSCode is a better editor for config files than Visual Studio or Notepad++. So user should make a decision which program should be associated wi... | 220 | [] | 0 | False | |
8100 | Terminal: resizing the panel clears the display | 2016-06-24 12:01:56+00:00 | 2016-07-16 20:36:29+00:00 | - VSCode Version: Insider build - 2016-06-24T05:07:35:941Z
- OS Version: Windows 10
Steps to Reproduce:
1. Open a new terminal
2. Type something (I'm running grunt)
3. Resize the panel
The cursor seems to move, and the text disapears.

3. Resize the panel
The cursor seems to move, and the text disapears.

- OS Version: Windows 8.1
I am getting this terminal in Code :

Whats w... | completed | Terminal inside Code - VSCode Version:

- OS Version: Windows 8.1
I am getting this terminal in Code :


| completed | Find all references doesn't work in default exports @jrieken I suggest we stop using default exports them until Find All References work in them.

 extension. These snippets essentially map things like `\eta` onto `η`. This is very hand for scientific code.
One problem is that we will have snip... | completed | Make snippet selection case sensitive - VSCode Version: 1.2.1
- OS Version: Wind10
I just added latex snippets to the [julia](https://marketplace.visualstudio.com/items?itemName=julialang.language-julia) extension. These snippets essentially map things like `\eta` onto `η`. This is very hand for scientific code.
... | 236 | [] | 0 | False | |
8068 | [json] hover in JSON documents hides '*' | 2016-06-23 18:40:04+00:00 | 2016-07-20 14:29:40+00:00 | - VSCode Version: 1.2.1
- VSCode C++ extension Version: 0.7.0
- OS Version: Windows 10 Enterprise
NOTE: You need the C++ extension version 0.7.0 or later because we introduced the c_cpp_properties.json schema file.
Steps to Reproduce:
1. Open any folder containing a .cpp file with unresolved header files.
2. ... | completed | [json] hover in JSON documents hides '*' - VSCode Version: 1.2.1
- VSCode C++ extension Version: 0.7.0
- OS Version: Windows 10 Enterprise
NOTE: You need the C++ extension version 0.7.0 or later because we introduced the c_cpp_properties.json schema file.
Steps to Reproduce:
1. Open any folder containing a .cp... | 320 | [] | 0 | False | |
8066 | warnings in file default settings | 2016-06-23 17:35:20+00:00 | 2016-06-27 17:43:19+00:00 | - VSCode Version:

- OS Version:

### Steps to Reproduce 1:
1.... | completed | warnings in file default settings - VSCode Version:

- OS Version:

3. Ctrl+space yields full word list and not just available md snippets
| completed | wordBasedSuggestions: false doesn't work in Markdown files - VSCode Version:1.2.1
- OS Version:Windows 10
Steps to Reproduce:
1. Set "editor.wordBasedSuggestions": false
2. Place the cursor in a Markdown document (no text highlighted)
3. Ctrl+space yields full word list and not just available md snippets
| 90 | [] | 0 | False | |
8063 | codetree symbol disappears when zooming | 2016-06-23 16:44:23+00:00 | 2016-06-24 12:49:11+00:00 | - VSCode Version: Code - Insiders 1.3.0-insider (16676b2d1418313e949007ce98c95ca4e1cb28d9, 2016-06-21T17:35:01.730Z)
- OS Version: Windows_NT ia32 10.0.10586
Steps to Reproduce:
jsx file..

1. Ctrl+ +
... | completed | codetree symbol disappears when zooming - VSCode Version: Code - Insiders 1.3.0-insider (16676b2d1418313e949007ce98c95ca4e1cb28d9, 2016-06-21T17:35:01.730Z)
- OS Version: Windows_NT ia32 10.0.10586
Steps to Reproduce:
jsx file..

For that I'd like to close all extension resources when the viewlet goes away. I tried doing it through the `setVisible` call and through the `IEventService`... b... | completed | Close all extension resources when extension viewlet goes away From @jrieken
We'd like to avoid this:

For that I'd like to close all extension resources when the viewlet goes away. I tried doing it thr... | 173 | [] | 0 | False | |
8058 | Errors and Warnings in the status bar show negative count | 2016-06-23 14:20:48+00:00 | 2019-10-10 20:52:00+00:00 | - VSCode Version: Insiders
- OS Version: OSX
I am not sure how I got into this state, I was checking out to Master branch from my feature branch. After check out I see this weird state in the status bar.
, I clicked the green lightbulb in the bottom right, and created a jsconfig.json file, which you can see exposed via `cat` in the screenshot.
When I did a `CTRL+SHIFT+M` to list problems, I see that file is a problem, so I clicked on the link in the problem report pane, a... | completed | Problem viewing auto-generated, updated jsconfig file via Problems panel Using today's Insiders' build (details below), I clicked the green lightbulb in the bottom right, and created a jsconfig.json file, which you can see exposed via `cat` in the screenshot.
When I did a `CTRL+SHIFT+M` to list problems, I see that ... | 214 | [] | 0 | False | |
8045 | Syntax highlight issue in .tsx files using generics | 2016-06-23 10:27:04+00:00 | 2016-07-08 09:32:15+00:00 | - VSCode Version: Code - Insiders 1.3.0-insider (5eaf9f05038b0a9818ebff510e1aafe07ac1ae68, 2016-06-23T05:07:59.360Z)
- OS Version: Windows_NT ia32 10.0.10586
Steps to Reproduce:
1. Create new .tsx file
2. Paste following
```
let a = Array<number>(); // Highlight ok here
interface egGenericsInArray {
... | completed | Syntax highlight issue in .tsx files using generics - VSCode Version: Code - Insiders 1.3.0-insider (5eaf9f05038b0a9818ebff510e1aafe07ac1ae68, 2016-06-23T05:07:59.360Z)
- OS Version: Windows_NT ia32 10.0.10586
Steps to Reproduce:
1. Create new .tsx file
2. Paste following
```
let a = Array<number>(); // Hig... | 223 | [] | 0 | False | |
8044 | zip extract bug | 2016-06-23 10:14:56+00:00 | 2016-07-06 15:11:03+00:00 | - VSCode Version: 1.3.0-insiders
- OS Version: windows 7
Steps to Reproduce:
1. download zip file: https://github.com/f111fei/test-files/raw/master/vscode-zip/test.zip
2. run test code.
```
import {extract} from 'vs/base/node/zip';
extract('test.zip', './dest', {})
.then(() => {
console.log('su... | completed | zip extract bug - VSCode Version: 1.3.0-insiders
- OS Version: windows 7
Steps to Reproduce:
1. download zip file: https://github.com/f111fei/test-files/raw/master/vscode-zip/test.zip
2. run test code.
```
import {extract} from 'vs/base/node/zip';
extract('test.zip', './dest', {})
.then(() => {
... | 158 | [] | 0 | False | |
8043 | Can't select adjacent strings as multiple selection | 2016-06-23 10:06:50+00:00 | 2017-05-20 09:04:02+00:00 | - VSCode Version: 1.2.1
- OS Version: Windows 8/10
In multiple selection, when two or more selections adjoin, those are combined to single selection. Or, can't select those.
Case 1: With `foo foofoo bar foo bar`, I want to do something to `foo`.


| completed | Extansion uninstall button bottom cut off - VSCode Version: 1.3.0-insider
- OS Version: Win10
Steps to Reproduce:
1. Click on the extensions button on the sidebar
2. Check the uninstall button (or see attached screenshot)

| completed | Uninstall extension button text incomplete - VSCode Version: 1.3.0-insiders 2016-06-23T05:07:59.360Z
- OS Version: window 10
Steps to Reproduce:
1. open extension manage,choose one
2. Uninstall extension button text incomplete

Steps to Reproduce:
1. Marketplace has guidelines for installing i.e. type ext inst...
2. In the marketplace copy the link and guidance to install i.e.
Cmd+P and paste
3. commands are missing so does nothing - need to add them back
See this page:
!... | completed | Extensions Commands Missing/Confusion from Marketplace - VSCode Version: Insiders 1.3
- OS Version: OS X (all)
Steps to Reproduce:
1. Marketplace has guidelines for installing i.e. type ext inst...
2. In the marketplace copy the link and guidance to install i.e.
Cmd+P and paste
3. commands are missing so doe... | 143 | [] | 0 | False | |
8023 | Support `ext install` | 2016-06-22 21:35:15+00:00 | 2016-06-23 07:56:25+00:00 | Redirect to viewlet
And all the other global commands
| completed | Support `ext install` Redirect to viewlet
And all the other global commands
| 21 | [] | 0 | False |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.