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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
5364 | Load More Stack Frames strange behavior | 2016-04-15 21:17:05+00:00 | 2016-04-20 10:12:48+00:00 | - VSCode Version: Version 1.0.0-alpha Commit 6ea1266160aa9eb3ed6e71a5099bec3952090037
- OS Version: Ubuntu 14.04
Steps to Reproduce:
1. Compile https://gist.github.com/edumunoz/6e2ca90d4b5d3dbfa5340576e79ac113 with `g++ -g -std=c++11 -pthread hello.cpp -o hello`
2. Install the [C++ debug adapter](https://marketpl... | completed | Load More Stack Frames strange behavior - VSCode Version: Version 1.0.0-alpha Commit 6ea1266160aa9eb3ed6e71a5099bec3952090037
- OS Version: Ubuntu 14.04
Steps to Reproduce:
1. Compile https://gist.github.com/edumunoz/6e2ca90d4b5d3dbfa5340576e79ac113 with `g++ -g -std=c++11 -pthread hello.cpp -o hello`
2. Install ... | 495 | [] | 0 | False | |
5362 | Incorrect TextEditor passed by onDidChangeTextEditorSelection | 2016-04-15 20:55:23+00:00 | 2016-04-28 15:15:15+00:00 | - VSCode Version: 1.0.0
- OS Version: Windows
Steps to Reproduce:
1. Two files open inside vscode.
- `index.js` (30 lines: cursor on line 30)
- `package.json` (23 lines: cursor on line 10)
2. `package.json` is currently open.
3. Now switch to `index.js` and observe the `onDidChangeTextEditorSelectio... | completed | Incorrect TextEditor passed by onDidChangeTextEditorSelection - VSCode Version: 1.0.0
- OS Version: Windows
Steps to Reproduce:
1. Two files open inside vscode.
- `index.js` (30 lines: cursor on line 30)
- `package.json` (23 lines: cursor on line 10)
2. `package.json` is currently open.
3. Now switc... | 284 | [] | 0 | False | |
5360 | Returning a object literal CompletionList stalls intellisense | 2016-04-15 19:59:37+00:00 | 2016-04-19 09:45:48+00:00 | - VSCode Version: 1.0.0
- OS Version: Linux
Steps to Reproduce:
1. write an extension that implements a CompletionItemProvider
2. In the provider return a CompletionList, but instead of creating it with
`new CompletionList(items)` create a literal that has the same form:
``` typescript
let result: C... | completed | Returning a object literal CompletionList stalls intellisense - VSCode Version: 1.0.0
- OS Version: Linux
Steps to Reproduce:
1. write an extension that implements a CompletionItemProvider
2. In the provider return a CompletionList, but instead of creating it with
`new CompletionList(items)` create a literal th... | 241 | [] | 0 | False | |
5357 | Updated license term dialog should not happen on dev or oss builds | 2016-04-15 17:17:52+00:00 | 2016-04-18 06:55:04+00:00 | https://github.com/Microsoft/vscode/blob/5b9ec15ce526decc5dd0488339e798f6bcb4ec46/src/vs/workbench/parts/update/electron-browser/update.contribution.ts#L63
Maybe check that env.licenseUrl does not point to https://github.com/Microsoft/vscode/blob/master/LICENSE.txt also?
| completed | Updated license term dialog should not happen on dev or oss builds https://github.com/Microsoft/vscode/blob/5b9ec15ce526decc5dd0488339e798f6bcb4ec46/src/vs/workbench/parts/update/electron-browser/update.contribution.ts#L63
Maybe check that env.licenseUrl does not point to https://github.com/Microsoft/vscode/blob/mas... | 121 | [] | 0 | False | |
5348 | Extension debugging: Debugger stops but doesn't show call stack | 2016-04-15 14:58:44+00:00 | 2016-04-26 12:56:46+00:00 | - VSCode Version: alpha from 15-04
- OS Version: Linux
Steps to Reproduce:
1. In the vscode repo open /vscode/extensions/php as folder
2. set a breakpoint on /src/features/hoverProvider.ts, line 13 (in provideHover)
3. F5 to run the extension
4. in the dev target open a PHP file and hover over a word
5. Debugg... | completed | Extension debugging: Debugger stops but doesn't show call stack - VSCode Version: alpha from 15-04
- OS Version: Linux
Steps to Reproduce:
1. In the vscode repo open /vscode/extensions/php as folder
2. set a breakpoint on /src/features/hoverProvider.ts, line 13 (in provideHover)
3. F5 to run the extension
4. in... | 122 | [] | 0 | False | |
5345 | Korean translation of Markdown is wrong. | 2016-04-15 14:18:54+00:00 | 2016-04-19 08:56:40+00:00 | - VSCode Version: 1.0
Current Korean translation of 'Markdown' is '가격 인하'. But, It means 'discount'.
Correct translation is '마크다운'.

| completed | Korean translation of Markdown is wrong. - VSCode Version: 1.0
Current Korean translation of 'Markdown' is '가격 인하'. But, It means 'discount'.
Correct translation is '마크다운'.

| 100 | [] | 0 | False | |
5334 | [json] swagger 2.0 json schema not working for intellisense in visual studio code | 2016-04-15 12:14:27+00:00 | 2016-04-21 18:10:34+00:00 | - VSCode Version: 1.0
- OS Version: Windows 7
Steps to Reproduce:
1. Create new directory with .vscode/settings.json
2. Add json schema for swagger 2.0 to the settings.json:
```
// Place your settings in this file to overwrite default and user settings.
{
"json.schemas": [
{
... | completed | [json] swagger 2.0 json schema not working for intellisense in visual studio code - VSCode Version: 1.0
- OS Version: Windows 7
Steps to Reproduce:
1. Create new directory with .vscode/settings.json
2. Add json schema for swagger 2.0 to the settings.json:
```
// Place your settings in this file to ... | 173 | [] | 0 | False | |
5332 | German translation mistake in debug variable scopes | 2016-04-15 11:44:06+00:00 | 2016-04-19 13:03:54+00:00 | In the German localization, in the debug sidebar, the term "Blockieren" (to block) is a translation error. It should be "Block" (a block).

- VSCode Version: 1.0.0
- OS Version: Ubuntu 14.04
... | completed | German translation mistake in debug variable scopes In the German localization, in the debug sidebar, the term "Blockieren" (to block) is a translation error. It should be "Block" (a block).

- ... | 184 | [] | 0 | False | |
5331 | Russian translation of toggle/hide menu is confusing | 2016-04-15 11:08:17+00:00 | 2016-04-20 10:59:53+00:00 | I read it as "switch menu line" , it's something different and not very native/common
| completed | Russian translation of toggle/hide menu is confusing I read it as "switch menu line" , it's something different and not very native/common
| 40 | [] | 0 | False | |
5319 | Code doesn't react to `keybindings.json` changes | 2016-04-15 09:02:58+00:00 | 2016-04-15 09:47:11+00:00 | Regression introduced by 31ce12f023580d67a66d14843e7f9983caadbe56, found through bisect.
| completed | Code doesn't react to `keybindings.json` changes Regression introduced by 31ce12f023580d67a66d14843e7f9983caadbe56, found through bisect.
| 52 | [] | 0 | False | |
5315 | Flex alignment broken in debug viewlet | 2016-04-15 08:21:52+00:00 | 2016-04-15 16:34:09+00:00 | - VSCode Version: alpha
- OS Version: os x
1. Notice paused on breakpoint aligned to the left, instead of right
2. debug action toolbar take priority over DEBUG when resizing
... | completed | Flex alignment broken in debug viewlet - VSCode Version: alpha
- OS Version: os x
1. Notice paused on breakpoint aligned to the left, instead of right
2. debug action toolbar take priority over DEBUG when resizing
;
output.appendLine( "warning: nothing" );
output.appendLine( "[warning not colored]" );
```
1. Previously, using certain keywords... | completed | Output Channel not coloring keywords anymore - VSCode Version: 1.0.0
- OS Version: Windows 7 SP1
Steps to Reproduce:
1. Make a simple extension:
``` typescript
let output = vscode.window.createOutputChannel( 'CM' );
output.appendLine( "warning: nothing" );
output.appendLine( "[warning not colored]" )... | 255 | [] | 0 | False | |
5269 | [json] "Format Code" folds braces into preceding comments. | 2016-04-14 18:31:05+00:00 | 2016-04-22 14:11:30+00:00 | - VSCode Version: 1.0.0
- OS Version: Windows 10 10586
Steps to Reproduce:
1) Open a JSON file or blank file and set language to JSON
2) Enter the following (bug applies in all situations like this):
``` js
{ // comment
}
```
3) Alt+Shift+F (or Right Click -> Format Code, etc.)
4) Result is that the c... | completed | [json] "Format Code" folds braces into preceding comments. - VSCode Version: 1.0.0
- OS Version: Windows 10 10586
Steps to Reproduce:
1) Open a JSON file or blank file and set language to JSON
2) Enter the following (bug applies in all situations like this):
``` js
{ // comment
}
```
3) Alt+Shift+F (or... | 126 | [] | 0 | False | |
5268 | URL matching issue when non-ASCII character embedded | 2016-04-14 18:20:34+00:00 | 2016-05-03 06:05:34+00:00 | - VSCode Version: 1.0
- OS Version: OS X 10.11.4
I just upgraded my VSCode to 1.0 release. Since it supports Traditional Chinese now, my default language was set to `zh-tw` so that some of comments in the newly added config file is in Chinese.
As you can see in the following screenshot, a Chinese character "。", ... | completed | URL matching issue when non-ASCII character embedded - VSCode Version: 1.0
- OS Version: OS X 10.11.4
I just upgraded my VSCode to 1.0 release. Since it supports Traditional Chinese now, my default language was set to `zh-tw` so that some of comments in the newly added config file is in Chinese.
As you can see i... | 332 | [] | 0 | False | |
5262 | Windows update packages might clash | 2016-04-14 16:42:45+00:00 | 2016-04-15 07:53:11+00:00 | Scoping [by commit](https://github.com/Microsoft/vscode/blob/master/src/vs/workbench/electron-main/auto-updater.win32.ts#L112) is not enough, we need to mix in the quality in there.
| completed | Windows update packages might clash Scoping [by commit](https://github.com/Microsoft/vscode/blob/master/src/vs/workbench/electron-main/auto-updater.win32.ts#L112) is not enough, we need to mix in the quality in there.
| 76 | [] | 0 | False | |
5261 | Diff editor has broken decoration when scrolling to the right | 2016-04-14 16:36:47+00:00 | 2016-04-27 08:41:05+00:00 | - VSCode Version: Alpha
- OS Version: Mac OS X
When I open a diff file and scroll to the right, I see the diff decoration not spanning the full width of the editor. Looks like a regression from the Electron update.
 | 2016-04-14 16:34:52+00:00 | 2016-04-19 16:46:18+00:00 | - VSCode Version: 1.0
- OS Version: Windows 10 x64 1511

Electron assigns a **serif** font, `SimSun`, as the default **sans-serif** font for zh-CN. This is extremely inconsistent.
A workaround may be
... | completed | Use proper font family for East Asian languages (CJK) - VSCode Version: 1.0
- OS Version: Windows 10 x64 1511

Electron assigns a **serif** font, `SimSun`, as the default **sans-serif** font for zh-CN. Th... | 234 | [] | 0 | False | |
5259 | vscode dev is hanging around | 2016-04-14 15:42:51+00:00 | 2016-04-14 16:54:30+00:00 | Cannot run integration tests: **Running extension tests from the command line is currently only supported if no other instance of Code is running.**
```
xtension tests from the command line is currently only supported if no other instance of Code is running.
[17:39:02] Using gulpfile ~/Code/vscode/gulpfile.js
[17... | completed | vscode dev is hanging around Cannot run integration tests: **Running extension tests from the command line is currently only supported if no other instance of Code is running.**
```
xtension tests from the command line is currently only supported if no other instance of Code is running.
[17:39:02] Using gulpfile ~... | 251 | [] | 0 | False | |
5258 | DevTools broken most of the time | 2016-04-14 15:23:59+00:00 | 2016-04-16 16:58:46+00:00 | Since the electron update the dev tools almost never survive a reload. That's a major setback for development.
Steps to reproduce
- run `./scripts/code.sh`
- open dev tools, set a breakpoint, debug a little
- change the file you have just debugged in source
- refresh workbench
- breakpoints are still there but ... | completed | DevTools broken most of the time Since the electron update the dev tools almost never survive a reload. That's a major setback for development.
Steps to reproduce
- run `./scripts/code.sh`
- open dev tools, set a breakpoint, debug a little
- change the file you have just debugged in source
- refresh workbench
-... | 95 | [] | 0 | False | |
5256 | Attach to extension host: breakpoints ignored | 2016-04-14 15:12:34+00:00 | 2016-04-28 16:21:50+00:00 | - VSCode Version: insiders but can also repro on latest vscode alpha
- OS Version: OS X
Steps to Reproduce:
1. open vscode repo in built VSCode
2. `scripts/code.sh`
3. in the built VSCode choose 'Attach to Extension Host' and attach -> all looks good
4. Put some breakpoints in extension host code -> notice the... | completed | Attach to extension host: breakpoints ignored - VSCode Version: insiders but can also repro on latest vscode alpha
- OS Version: OS X
Steps to Reproduce:
1. open vscode repo in built VSCode
2. `scripts/code.sh`
3. in the built VSCode choose 'Attach to Extension Host' and attach -> all looks good
4. Put some br... | 242 | [] | 0 | False | |
5235 | Error message is chopping while working with multi screen. | 2016-04-13 23:40:31+00:00 | 2017-05-19 18:58:29+00:00 | - VSCode Version: 1.0.0-alpha
- OS Version: Windows10
Steps to Reproduce:
1. Launch app and open root dir for NodeJSExpress project.
2. Open multi screen (3 screen) and try to add reference to the typing files.
3. Verify error message and hover over to get complete error message details.
Actual: When user is ... | completed | Error message is chopping while working with multi screen. - VSCode Version: 1.0.0-alpha
- OS Version: Windows10
Steps to Reproduce:
1. Launch app and open root dir for NodeJSExpress project.
2. Open multi screen (3 screen) and try to add reference to the typing files.
3. Verify error message and hover over to g... | 218 | [] | 0 | False | |
5229 | Node debug processes hang | 2016-04-13 15:40:53+00:00 | 2016-04-19 12:27:14+00:00 | - VSCode Version: 1.0.0-alpha
- OS Version: Windows 10
Steps to Reproduce:
1. clone vscode-eslint
2. cd eslint && npm install && code-alpha .
3. cd eslint-server && npm install && code-alpha .
4. press Ctrl+Shift+B in both instances
5. Install eslint npm package into a workspace folder (npm install eslint)
6.... | completed | Node debug processes hang - VSCode Version: 1.0.0-alpha
- OS Version: Windows 10
Steps to Reproduce:
1. clone vscode-eslint
2. cd eslint && npm install && code-alpha .
3. cd eslint-server && npm install && code-alpha .
4. press Ctrl+Shift+B in both instances
5. Install eslint npm package into a workspace folde... | 214 | [] | 0 | False | |
5224 | Running extension host tests should not reopen last opened workspace | 2016-04-13 13:42:12+00:00 | 2016-04-13 13:44:07+00:00 | Instead we should open empty unless an explicit path is provided in the launch.json
@kieferrm fyi this will fix your issue I believe.
| completed | Running extension host tests should not reopen last opened workspace Instead we should open empty unless an explicit path is provided in the launch.json
@kieferrm fyi this will fix your issue I believe.
| 48 | [] | 0 | False | |
5220 | Focus vanishes after refactoring | 2016-04-13 09:48:26+00:00 | 2016-04-25 12:24:20+00:00 | - VSCode Version: 0.10.11
- OS Version: Ubuntu 15.10
Steps to Reproduce:
1. Press F2 on a variable
2. Refactor the name
3. Focus is somewhere else, but not in the editor anymore
| completed | Focus vanishes after refactoring - VSCode Version: 0.10.11
- OS Version: Ubuntu 15.10
Steps to Reproduce:
1. Press F2 on a variable
2. Refactor the name
3. Focus is somewhere else, but not in the editor anymore
| 56 | [] | 0 | False | |
5213 | Debugger breaks on caught error thrown from async function (Typescript) | 2016-04-13 03:51:26+00:00 | 2017-04-11 12:38:40+00:00 | - VSCode Version: 0.10.11
- OS Version: Windows 10
Steps to Reproduce:
1. Open VS Code
2. Uncheck the `All Exceptions` checkbox in the "Breakpoints" pane of the debugger
3. Check the `Uncaught Exceptions` checkbox in the "Breakpoints" pane of the debugger
4. Copy, compile and run the snippet below
5. Notice ho... | completed | Debugger breaks on caught error thrown from async function (Typescript) - VSCode Version: 0.10.11
- OS Version: Windows 10
Steps to Reproduce:
1. Open VS Code
2. Uncheck the `All Exceptions` checkbox in the "Breakpoints" pane of the debugger
3. Check the `Uncaught Exceptions` checkbox in the "Breakpoints" pane o... | 236 | [] | 0 | False | |
5186 | Unfolded telemetry events | 2016-04-12 10:49:49+00:00 | 2016-04-13 08:06:32+00:00 | Still getting unfolded events from telemetry in 0.1.15-insiders:
We get folded as well as folded events. All unfolded events seem to happen on Mac.
```
TypeError: Cannot read property 'document' of null
at e.Object.defineProperty.get [as document] (/Applications/Visual Studio Code - Insiders.app/Contents/Resour... | completed | Unfolded telemetry events Still getting unfolded events from telemetry in 0.1.15-insiders:
We get folded as well as folded events. All unfolded events seem to happen on Mac.
```
TypeError: Cannot read property 'document' of null
at e.Object.defineProperty.get [as document] (/Applications/Visual Studio Code - In... | 306 | [] | 0 | False | |
5168 | VS Code can not be launched from terminal on Mac | 2016-04-11 15:25:11+00:00 | 2016-04-12 06:08:11+00:00 | - VSCode Version: 0.10.11
- OS Version: OS X El Capitan 10.11.4
- Node Version: 5.10.1
Steps to Reproduce:
1. Launch code from terminal `code .`. It fails with the following error -
``` bash
File "<string>", line 1
import os,sys; print os.path.realpath(sys.argv[1])
^
SyntaxError:... | completed | VS Code can not be launched from terminal on Mac - VSCode Version: 0.10.11
- OS Version: OS X El Capitan 10.11.4
- Node Version: 5.10.1
Steps to Reproduce:
1. Launch code from terminal `code .`. It fails with the following error -
``` bash
File "<string>", line 1
import os,sys; print os.path.realpath(sys.ar... | 178 | [] | 0 | False | |
5164 | Certain key combinations are treated wrong in MacOS | 2016-04-11 14:49:19+00:00 | 2017-03-24 10:53:59+00:00 | - VSCode Version: 0.10.11
- OS Version: MacOS 10.11.2
Steps to Reproduce:
1. Install the 'Advanced New File' extension or create a shortcut that is listening for Mac on `alt+cmd+n`
2. It displays the keyboard shortcut correctly in the command palette
3. It doesn't trigger the respective command.
4. Changing it ... | completed | Certain key combinations are treated wrong in MacOS - VSCode Version: 0.10.11
- OS Version: MacOS 10.11.2
Steps to Reproduce:
1. Install the 'Advanced New File' extension or create a shortcut that is listening for Mac on `alt+cmd+n`
2. It displays the keyboard shortcut correctly in the command palette
3. It does... | 192 | [] | 0 | False | |
5162 | node-weak issues with Electron and node 5.x | 2016-04-11 12:09:22+00:00 | 2016-04-13 09:18:19+00:00 | We see native crashes when using node-weak together with latest Electron version (see https://github.com/electron/electron/issues/4299).
Setup VS Code:
- checkout `ben/electron`
- `git clean -xfd`
- `scripts/npm.sh install`
- `gulp watch`
- `scripts/code.sh`
- this should start with Electron 0.37.5 just fine
... | completed | node-weak issues with Electron and node 5.x We see native crashes when using node-weak together with latest Electron version (see https://github.com/electron/electron/issues/4299).
Setup VS Code:
- checkout `ben/electron`
- `git clean -xfd`
- `scripts/npm.sh install`
- `gulp watch`
- `scripts/code.sh`
- this s... | 338 | [] | 0 | False | |
5155 | [ruby] add support for non-interpolated (and others) heredoc syntax | 2016-04-11 08:13:23+00:00 | 2017-02-21 22:51:39+00:00 | - VSCode Version: 0.10.11.
- OS Version: Windows 10.
Currently Code supports the Here Documents (aka heredoc) using this syntax:

But the following are not supported:
 heredoc syntax - VSCode Version: 0.10.11.
- OS Version: Windows 10.
Currently Code supports the Here Documents (aka heredoc) using this syntax:

But ... | 359 | [] | 0 | False | |
5153 | Extension host only modules gets loaded in renderer side | 2016-04-11 07:38:20+00:00 | 2016-04-11 09:49:32+00:00 | extHostDocuments requires "weak" even though this module is only used in the extension host side it gets loaded from the renderer side because of https://github.com/Microsoft/vscode/blob/master/src/vs/workbench/electron-browser/shell.ts#L49
Imho we should do a clean split between modules needed for API that get load... | completed | Extension host only modules gets loaded in renderer side extHostDocuments requires "weak" even though this module is only used in the extension host side it gets loaded from the renderer side because of https://github.com/Microsoft/vscode/blob/master/src/vs/workbench/electron-browser/shell.ts#L49
Imho we should do a... | 148 | [] | 0 | False | |
5152 | Starting VSCode with a non-English layout and then switching to English | 2016-04-11 07:31:15+00:00 | 2017-03-24 10:47:31+00:00 | - VSCode Version: 0.10.11
- OS Version: OS X 10.11.4
Steps to Reproduce:
1. Switch to non-English keyboard layout (in my case German)
2. Start VSCode
3. Switch to U.S. keyboard layout
4. Hit CMD+/
5. Nothing happens, even though this should comment / uncomment
6. Switch back to German keyboard layout
7. Hit ... | completed | Starting VSCode with a non-English layout and then switching to English - VSCode Version: 0.10.11
- OS Version: OS X 10.11.4
Steps to Reproduce:
1. Switch to non-English keyboard layout (in my case German)
2. Start VSCode
3. Switch to U.S. keyboard layout
4. Hit CMD+/
5. Nothing happens, even though this shoul... | 157 | [] | 0 | False | |
5141 | Editor: navigate to next error/warning should keep focus in editor | 2016-04-11 06:01:14+00:00 | 2016-04-28 11:40:56+00:00 | My use case was to navigate to warnings to fix missing semicolons and after pressing F8 I always had to click back into the editor to focus it. I think the error/warning box should not receive focus but focus remains in the editor after navigate.
| completed | Editor: navigate to next error/warning should keep focus in editor My use case was to navigate to warnings to fix missing semicolons and after pressing F8 I always had to click back into the editor to focus it. I think the error/warning box should not receive focus but focus remains in the editor after navigate.
| 76 | [] | 0 | False | |
5133 | Collapsing large folder in file explorer with keyboard has parent folder selection go off screen | 2016-04-10 19:54:38+00:00 | 2016-04-11 07:58:07+00:00 | - VSCode Version: latest
- OS Version: Ubuntu 15.10
Steps to Reproduce:
1. Open a large folder, for example `node_modules`
2. Scroll down so the parent is not visible
3. Click on a folder in `node_modules` and press <kbd>←</kbd> to collapse folder
4. If there were enough entries below `node_modules`, it wi... | completed | Collapsing large folder in file explorer with keyboard has parent folder selection go off screen - VSCode Version: latest
- OS Version: Ubuntu 15.10
Steps to Reproduce:
1. Open a large folder, for example `node_modules`
2. Scroll down so the parent is not visible
3. Click on a folder in `node_modules` and press ... | 131 | [] | 0 | False | |
5117 | node-weak is evil | 2016-04-09 08:16:52+00:00 | 2016-04-11 10:18:10+00:00 | - VSCode Version: 0.10.12-alpha (251829217a4b023830e508fba0274ad660908c22)
- OS Version: Windows 10
Steps to Reproduce:
1. open files from the typescript repository (best with d.ts files from lib folder)
2. wait until you see a dialog popping up and the extension host going down (see animation)
This was likely... | completed | node-weak is evil - VSCode Version: 0.10.12-alpha (251829217a4b023830e508fba0274ad660908c22)
- OS Version: Windows 10
Steps to Reproduce:
1. open files from the typescript repository (best with d.ts files from lib folder)
2. wait until you see a dialog popping up and the extension host going down (see animation)
... | 380 | [] | 0 | False | |
5111 | Markdown indent code highlighting overrides HTML highlighting | 2016-04-08 23:25:22+00:00 | 2016-06-16 16:05:40+00:00 | 
| completed | Markdown indent code highlighting overrides HTML highlighting 
| 66 | [] | 0 | False | |
5108 | Data inspection for large ES6 Map/Set not expanding correctly | 2016-04-08 21:48:31+00:00 | 2017-04-06 13:07:24+00:00 | - VSCode Version: 0.10.12-alpha
- OS Version: Windows 10
Steps to Reproduce:
1. Follow the test plan #4949 for Set and Map
2. Expand the lm: Map [1200] variable or ls: Set [9000]
3. Try to expand a few of the nested variables in quick succession

```
TypeError: Cannot read property 'version' of null
at DisabledRawGitService.RawGitService.getVersion (//Users/bpasero/Development/monaco/out/vs/workbench/parts/git/node/rawGitService.js:12)
at //Users/bpasero/Development/monaco/out/vs/workbench/parts/git/node/ra... | completed | TypeError: Cannot read property 'version' of null Running with git disabled (via settings)
```
TypeError: Cannot read property 'version' of null
at DisabledRawGitService.RawGitService.getVersion (//Users/bpasero/Development/monaco/out/vs/workbench/parts/git/node/rawGitService.js:12)
at //Users/bpasero/Dev... | 530 | [] | 0 | False | |
5091 | Exception in console when terminating the application while in debug session | 2016-04-08 06:51:07+00:00 | 2016-04-13 10:17:34+00:00 | - start from command line
- debug an extension
- Cmd+C from the command line to terminate
Exception:
```
[978:0408/084935:INFO:CONSOLE(258)] "Cannot read property 'forEach' of null: TypeError: Cannot read property 'forEach' of null
at Model.clearWatchExpressionValues (file:////Users/bpasero/Development/mo... | completed | Exception in console when terminating the application while in debug session - start from command line
- debug an extension
- Cmd+C from the command line to terminate
Exception:
```
[978:0408/084935:INFO:CONSOLE(258)] "Cannot read property 'forEach' of null: TypeError: Cannot read property 'forEach' of null
... | 541 | [] | 0 | False | |
5083 | Windows 7: New files not automatically displayed in explorer (.NET 4.5 required) | 2016-04-07 17:37:38+00:00 | 2016-04-09 06:53:28+00:00 | - VSCode Version:0.10.11 stable, 0.10.14-insiders
- OS Version:Windows 7
Steps to Reproduce:
1. Follow the CSS transpiling section and create a tasks.json with 'node-sass' as the command.
2. Save tasks.json
3. Restart VS Code
4. Ctrl+Shift+B to Run Build Task
Rendering Complete, saving .css file...
Wrote CS... | completed | Windows 7: New files not automatically displayed in explorer (.NET 4.5 required) - VSCode Version:0.10.11 stable, 0.10.14-insiders
- OS Version:Windows 7
Steps to Reproduce:
1. Follow the CSS transpiling section and create a tasks.json with 'node-sass' as the command.
2. Save tasks.json
3. Restart VS Code
4. Ct... | 152 | [] | 0 | False | |
5075 | Find all references window out of sync | 2016-04-07 14:19:14+00:00 | 2016-06-06 08:58:36+00:00 | - VSCode Version: Version 0.10.14-insider (0.10.14-insider) - 17fa1cbb49e3c5edd5868f304a64115fcc7c9c2c
- OS Version: OS X Yosemite
I often use the Find All References window to make code changes as it's so convenient.
However, the summaries on the right hand side become out of sync as you make code changes (spec... | completed | Find all references window out of sync - VSCode Version: Version 0.10.14-insider (0.10.14-insider) - 17fa1cbb49e3c5edd5868f304a64115fcc7c9c2c
- OS Version: OS X Yosemite
I often use the Find All References window to make code changes as it's so convenient.
However, the summaries on the right hand side become out... | 179 | [] | 0 | False | |
5070 | Webview: focus tracking not working | 2016-04-07 08:08:23+00:00 | 2016-05-12 10:48:19+00:00 | Open a webview to the side of an editor and try to click left and right editor to switch focus (indicated in the title area). I cannot move focus back to the second editor when clicking into the web view.
For markdown, I had to implement my own focus tracking to make this work: https://github.com/Microsoft/vscode/bl... | completed | Webview: focus tracking not working Open a webview to the side of an editor and try to click left and right editor to switch focus (indicated in the title area). I cannot move focus back to the second editor when clicking into the web view.
For markdown, I had to implement my own focus tracking to make this work: h... | 117 | [] | 0 | False | |
5067 | Disable welcome page when user is root | 2016-04-07 06:28:52+00:00 | 2016-04-08 05:15:42+00:00 | I had to revert https://github.com/Microsoft/vscode/commit/ad7e861dbb9127e919bc686da162b19cbb7e2391 for some reasons:
- this change seems to cause test failures on Windows and Linux at least on our internal build machines
- you are using node-api in the common layer `process.getuid()`. if so, the entire file has to m... | completed | Disable welcome page when user is root I had to revert https://github.com/Microsoft/vscode/commit/ad7e861dbb9127e919bc686da162b19cbb7e2391 for some reasons:
- this change seems to cause test failures on Windows and Linux at least on our internal build machines
- you are using node-api in the common layer `process.get... | 118 | [] | 0 | False | |
5064 | Can't run electron from vscode due to ATOM_SHELL_INTERNAL_RUN_AS_NODE=1 | 2016-04-07 03:32:44+00:00 | 2017-04-25 15:46:20+00:00 | This seems to be an issue on `vscode`
vscode version: 0.10.11
OS: OSX and Windows
I'm using `vscode` and `vscode-startanyshell` to open `cmder`.
When I run `browserify test.js | tape-run`
It fails with:
``` sh
module.js:340
throw err;
^
Error: Cannot find module 'electron'
```
After some dig... | completed | Can't run electron from vscode due to ATOM_SHELL_INTERNAL_RUN_AS_NODE=1 This seems to be an issue on `vscode`
vscode version: 0.10.11
OS: OSX and Windows
I'm using `vscode` and `vscode-startanyshell` to open `cmder`.
When I run `browserify test.js | tape-run`
It fails with:
``` sh
module.js:340
throw ... | 213 | [] | 0 | False | |
5063 | Calls to shell.openExternal hang vscode when running as root user | 2016-04-07 02:39:35+00:00 | 2016-07-05 17:00:26+00:00 | See https://github.com/Microsoft/vscode/issues/3068 for context.
Upstream issue: https://github.com/electron/electron/issues/5039
| completed | Calls to shell.openExternal hang vscode when running as root user See https://github.com/Microsoft/vscode/issues/3068 for context.
Upstream issue: https://github.com/electron/electron/issues/5039
| 62 | [] | 0 | False | |
5061 | Trying to rearrange open files causes odd selection | 2016-04-06 23:55:19+00:00 | 2016-04-07 07:34:03+00:00 | - VSCode Version: 0.10.12-alpha
- OS Version: Windows 10
Steps to Reproduce:
Related to #5060
1. Open 2 files side by side
2. Grab the top bar of the file (not on the title) and try to move it straight over to the right
 and try to move it straight over to the right
 and I press and hold arrow down to scroll down, I see some issues:
- CPU goes up to 30% which seems weird for such an operation
- the selection highlighter updates very hectic (this explains the CPU spike)
- the whole scrolling noticably slows down and is not very sna... | completed | Keeping arrow down in editor is not very fluid When I have a larger markdown file (or any file) and I press and hold arrow down to scroll down, I see some issues:
- CPU goes up to 30% which seems weird for such an operation
- the selection highlighter updates very hectic (this explains the CPU spike)
- the whole scr... | 173 | [] | 0 | False | |
5039 | Webview: very hard to resize editor | 2016-04-06 14:48:41+00:00 | 2016-04-14 15:11:35+00:00 | For some reason our sash between editors is not clickable if you try to grab it from the web view side:
- have a web view in slot 2
- move with the mouse from slot 2 towards 1 to grab the resize handle
- you can only grab it when you are outside the web view
It does not seem to be related to the z-index, because ... | completed | Webview: very hard to resize editor For some reason our sash between editors is not clickable if you try to grab it from the web view side:
- have a web view in slot 2
- move with the mouse from slot 2 towards 1 to grab the resize handle
- you can only grab it when you are outside the web view
It does not seem to... | 104 | [] | 0 | False | |
5038 | Webview: Background not applied? | 2016-04-06 14:44:57+00:00 | 2016-07-05 09:34:03+00:00 | 
I have a simple document provider just returning "Hello World" and it looks like the background of the web view is not fully applied?
| completed | Webview: Background not applied? 
I have a simple document provider just returning "Hello World" and it looks like the background of the web view is not fully applied?
| 90 | [] | 0 | False | |
5037 | Run tests from extension closes my main window | 2016-04-06 14:19:23+00:00 | 2016-04-06 14:35:58+00:00 | - VSCode Version: 0.10.12-alpha
- OS Version: Linux ElementaryOS Freya
Steps to Reproduce:
1. yo code, create a TypoeScript project
2. npm on the new fodler
3. Open vscode on the new folder
4. In the debug viewlet run the tests
5. A window opens, and when closing closes also the main window
| completed | Run tests from extension closes my main window - VSCode Version: 0.10.12-alpha
- OS Version: Linux ElementaryOS Freya
Steps to Reproduce:
1. yo code, create a TypoeScript project
2. npm on the new fodler
3. Open vscode on the new folder
4. In the debug viewlet run the tests
5. A window opens, and when closing ... | 92 | [] | 0 | False | |
5036 | Themes: switching between light and dark theme shows weird artefacts over editor | 2016-04-06 14:01:06+00:00 | 2016-04-07 10:31:00+00:00 | 
@aeschli might be a consequence of your changes?
| completed | Themes: switching between light and dark theme shows weird artefacts over editor 
@aeschli might be a consequence of your changes?
| 89 | [] | 0 | False | |
5032 | Refreshing the window in light theme causes bad flicker | 2016-04-06 10:38:15+00:00 | 2016-04-06 13:47:52+00:00 | 
@aeschli fyi
| completed | Refreshing the window in light theme causes bad flicker 
@aeschli fyi
| 75 | [] | 0 | False | |
5030 | VSCode exits when launching extension tests | 2016-04-06 09:42:26+00:00 | 2016-04-06 10:22:07+00:00 | - VSCode Version: 0.10.12-alpha
- OS Version: Windows 10
Steps to Reproduce:
1. clone https://github.com/Microsoft/vscode-languageserver-node
2. co dbaeumer/14
3. switch to client & npm install & npm run compile
4. switch to client.test & npm run compile
5. Open code on client-test
6. Press F5 to debug / run ... | completed | VSCode exits when launching extension tests - VSCode Version: 0.10.12-alpha
- OS Version: Windows 10
Steps to Reproduce:
1. clone https://github.com/Microsoft/vscode-languageserver-node
2. co dbaeumer/14
3. switch to client & npm install & npm run compile
4. switch to client.test & npm run compile
5. Open code... | 136 | [] | 0 | False | |
5020 | Save as isn't translated in command palet | 2016-04-06 08:37:44+00:00 | 2016-04-06 10:44:03+00:00 | - VSCode Version: 0.10.14 -Insiders
- OS Version: Windows7
- Local: Japanese
### Issue
[Save as] isn't translated in command palet. see following image.

In [FIle] - [Save as] is translated a... | completed | Save as isn't translated in command palet - VSCode Version: 0.10.14 -Insiders
- OS Version: Windows7
- Local: Japanese
### Issue
[Save as] isn't translated in command palet. see following image.

Compare it with previously:

| completed | Broken editor title color 
Compare it with previously:

| 115 | [] | 0 | False | |
4996 | Multiple cursor paste pastes contents of all cursors | 2016-04-06 05:01:31+00:00 | 2017-12-14 17:10:13+00:00 | - VSCode Version: 0.10.11
- OS Version: OSX 10.11.3
Steps to Reproduce:
1. Select something with multiple cursors
2. Cut or Copy.
3. Paste, and you will get the contents of all cursors at each cursor.
Sublime Text must have a clipboard per cursor because it will only paste the text that was selected by that c... | completed | Multiple cursor paste pastes contents of all cursors - VSCode Version: 0.10.11
- OS Version: OSX 10.11.3
Steps to Reproduce:
1. Select something with multiple cursors
2. Cut or Copy.
3. Paste, and you will get the contents of all cursors at each cursor.
Sublime Text must have a clipboard per cursor because it... | 103 | [] | 0 | False | |
4982 | Do not ask to save for dirty files on delete | 2016-04-05 21:08:48+00:00 | 2016-04-07 06:27:18+00:00 | - VSCode Version: 0.10.12-alpha (latest)
- OS Version: Windows 10
Steps to Reproduce:
1. Modify a file and do not save
2. Delete the file
Actual:
Confirmation that you want to delete shows up, then after it asks if you would like to save the file.
Expected:
No confirmation asking if you would like to save... | completed | Do not ask to save for dirty files on delete - VSCode Version: 0.10.12-alpha (latest)
- OS Version: Windows 10
Steps to Reproduce:
1. Modify a file and do not save
2. Delete the file
Actual:
Confirmation that you want to delete shows up, then after it asks if you would like to save the file.
Expected:
No ... | 101 | [] | 0 | False | |
4977 | Extension uninstall "x" is not centered | 2016-04-05 19:36:36+00:00 | 2016-06-01 09:50:41+00:00 | - VSCode Version: 0.10.12-alpha (latest)
- OS Version: Windows 10
Steps to Reproduce:
1. Open installed extensions

| completed | Extension uninstall "x" is not centered - VSCode Version: 0.10.12-alpha (latest)
- OS Version: Windows 10
Steps to Reproduce:
1. Open installed extensions

| 98 | [] | 0 | False | |
4970 | Extensions: failed to uninstall extension from "outdated" extensions view | 2016-04-05 17:13:58+00:00 | 2016-04-19 15:48:51+00:00 | Steps to Reproduce:
1. have an extension update
2. click in the status bar to open the picker
3. try to uninstall from here
=> cannot find extension with id "python"
| completed | Extensions: failed to uninstall extension from "outdated" extensions view Steps to Reproduce:
1. have an extension update
2. click in the status bar to open the picker
3. try to uninstall from here
=> cannot find extension with id "python"
| 59 | [] | 0 | False | |
4966 | VS Code sends inconsistent Source object in setBreakpointsRequest | 2016-04-05 14:43:33+00:00 | 2016-04-05 15:08:56+00:00 | - VSCode Version: alpha
- OS Version: OS X 10.11.4
It is not possible to clear or disable breakpoints in inlined source. The reason for this is that a different Source object is passed to setBreakpointsRequest when clearing or disabling the breakpoint.
- set a breakpoint in inlined source
- restart debug session ... | completed | VS Code sends inconsistent Source object in setBreakpointsRequest - VSCode Version: alpha
- OS Version: OS X 10.11.4
It is not possible to clear or disable breakpoints in inlined source. The reason for this is that a different Source object is passed to setBreakpointsRequest when clearing or disabling the breakpoin... | 319 | [] | 0 | False | |
4945 | API: commands.registerTextEditorCommand should support custom args | 2016-04-05 07:31:11+00:00 | 2016-04-06 10:49:29+00:00 | As registerCommand does registerTextEditorCommand should support passing in custom arguments.
| completed | API: commands.registerTextEditorCommand should support custom args As registerCommand does registerTextEditorCommand should support passing in custom arguments.
| 39 | [] | 0 | False | |
4944 | API: Diagnostic objects should preserve custom properties | 2016-04-05 07:29:40+00:00 | 2016-04-08 16:43:15+00:00 | Since Diagnostic object flow back to the extension host in code action requests custom properties on these object should be preserved as for CompletionItem.
| completed | API: Diagnostic objects should preserve custom properties Since Diagnostic object flow back to the extension host in code action requests custom properties on these object should be preserved as for CompletionItem.
| 49 | [] | 0 | False | |
4941 | Wrong code coloring when mixing templates with strings in Typescript | 2016-04-05 06:31:59+00:00 | 2016-04-12 07:41:21+00:00 | - VSCode Version: 0.10.14-insiders
- OS Version: Windows 10 x64
this line inside a .ts file make everything after that line to look like a string:
``` ts
export function authUrl(id?: string){
let token: string = id ? `?token=${issueToken({id: id}, 600, 'moip')}` : '';
return /*...*/;
}
```
| completed | Wrong code coloring when mixing templates with strings in Typescript - VSCode Version: 0.10.14-insiders
- OS Version: Windows 10 x64
this line inside a .ts file make everything after that line to look like a string:
``` ts
export function authUrl(id?: string){
let token: string = id ? `?token=${issueToken({... | 121 | [] | 0 | False | |
4940 | ja-JP translation of update notification's "Later" label mismatches meaning in ja-JP custom | 2016-04-05 04:22:05+00:00 | 2016-04-07 06:44:28+00:00 | ## Version
- VSCode Version:
- 0.10.13-insider
- with ja-JP locale
- OS Version:
- Windows 10
- OSX 10.11
## Steps to Reproduce
1. Update vscode from menu's "Check for Update..."
2. See the notification bar which display `Visual Studio Code - Insiders will be updated after it restarts.` in English.
##... | completed | ja-JP translation of update notification's "Later" label mismatches meaning in ja-JP custom ## Version
- VSCode Version:
- 0.10.13-insider
- with ja-JP locale
- OS Version:
- Windows 10
- OSX 10.11
## Steps to Reproduce
1. Update vscode from menu's "Check for Update..."
2. See the notification bar whic... | 206 | [] | 0 | False | |
4931 | Nothing gets rendered on running VS Code on OS X 10.11.4 | 2016-04-04 21:51:13+00:00 | 2016-04-21 18:54:29+00:00 | - VSCode Version: 0.10.11 (February 2016)
- OS Version: OS X 10.11.4
Steps to Reproduce:
1. Download VS Code zip.
2. Unzip and launch VS Code App.
On launching the App, the only menu I get is "Code" and that only has the option to "Quit".
Attached is the screenshot.
![screen shot 2016-04-04 at 2 49 58 pm... | completed | Nothing gets rendered on running VS Code on OS X 10.11.4 - VSCode Version: 0.10.11 (February 2016)
- OS Version: OS X 10.11.4
Steps to Reproduce:
1. Download VS Code zip.
2. Unzip and launch VS Code App.
On launching the App, the only menu I get is "Code" and that only has the option to "Quit".
Attached is ... | 150 | [] | 0 | False | |
4930 | No suggestions when there are no characters for suggest widget | 2016-04-04 21:28:32+00:00 | 2016-04-05 06:44:53+00:00 | - VSCode Version: latest alpha
- OS Version: os x
Steps to Reproduce:
1. open any file, js, ts, css, for instance actionbar.css
2. enter a new line and try to trigger css intelli-sense, notice there are no suggestions
3. now try to trigger intelli-sense after any character, e.g 'b' notice you get intelli-sense
... | completed | No suggestions when there are no characters for suggest widget - VSCode Version: latest alpha
- OS Version: os x
Steps to Reproduce:
1. open any file, js, ts, css, for instance actionbar.css
2. enter a new line and try to trigger css intelli-sense, notice there are no suggestions
3. now try to trigger intelli-se... | 172 | [] | 0 | False | |
4922 | Linux .deb does not install without running apt-get update on terminal first | 2016-04-04 17:16:55+00:00 | 2016-04-05 18:54:13+00:00 | - VSCode Version: 0.10.13-insider
- OS Version: Ubuntu 14.04 LTS
The ".deb" package may not install if a user hasn't already run the command `apt-get update` on the terminal before opening the package and doesn't already have Git installed. While most experienced Linux users will run this command frequently, I don... | completed | Linux .deb does not install without running apt-get update on terminal first - VSCode Version: 0.10.13-insider
- OS Version: Ubuntu 14.04 LTS
The ".deb" package may not install if a user hasn't already run the command `apt-get update` on the terminal before opening the package and doesn't already have Git installed... | 254 | [] | 0 | False | |
4921 | Can't open files in VS Code from Windows Explorer when an Admin instance is already running | 2016-04-04 16:58:30+00:00 | 2017-04-26 07:34:59+00:00 | - VSCode Version: 0.10.11
- OS Version: Windows 10
Steps to Reproduce:
Open VS Code
In Explorer, double click a file that's associated with VS Code or right click and use "Open in Code".
Often, nothing happens unless I close the previous instance of Code. Sometimes, it works.
| completed | Can't open files in VS Code from Windows Explorer when an Admin instance is already running - VSCode Version: 0.10.11
- OS Version: Windows 10
Steps to Reproduce:
Open VS Code
In Explorer, double click a file that's associated with VS Code or right click and use "Open in Code".
Often, nothing happens unless I ... | 87 | [] | 0 | False | |
4915 | Parameterised commands should not show up in keybindings overview | 2016-04-04 15:26:27+00:00 | 2016-04-06 13:50:02+00:00 | While looking into #58 I noticed that we register commands that require arguments to run. They still show up in the list of unassigned commands in the keybindings list which imho is not good because if you try to run them they cannot work without input. I think we should indicate this to the keybinding service that ass... | completed | Parameterised commands should not show up in keybindings overview While looking into #58 I noticed that we register commands that require arguments to run. They still show up in the list of unassigned commands in the keybindings list which imho is not good because if you try to run them they cannot work without input. ... | 245 | [] | 0 | False | |
4911 | Autocomplete only works on every other key press with multiple cursors on same line | 2016-04-04 12:51:58+00:00 | 2016-12-28 09:32:15+00:00 | If the primary cursor is not the only cursor on it's line, autocomplete suggestions are only available on every other key press.

Manually opening the suggestions works, but causes ... | completed | Autocomplete only works on every other key press with multiple cursors on same line If the primary cursor is not the only cursor on it's line, autocomplete suggestions are only available on every other key press.

"Warning" gets translated to "Warnen" (verb) in german version... | completed | i18n: wrong german translation for "Warning" label - VSCode Version: 0.10.13-insiders
Steps to Reproduce:
1. trigger a warning dialog, e.g. start up vscode with git <2.0.0 installed

"Warning" g... | 146 | [] | 0 | False | |
4905 | Column-Select is biased to the right - this is inconsistent with traditional shift-select behaviour | 2016-04-04 08:16:46+00:00 | 2016-04-08 09:52:08+00:00 | - VSCode Version: 0.10.13-insider
- OS Version: Windows 10
I am properly enjoying the new _insider_ release - it offers so much! - and it is with great regret that I must file this first bug...
Steps to Reproduce:
1. Create a block of text such as this one:
```
var gulp = require('gulp');
var path = requir... | completed | Column-Select is biased to the right - this is inconsistent with traditional shift-select behaviour - VSCode Version: 0.10.13-insider
- OS Version: Windows 10
I am properly enjoying the new _insider_ release - it offers so much! - and it is with great regret that I must file this first bug...
Steps to Reproduce:... | 436 | [] | 0 | False | |
4899 | scripts/code.sh interfering with VS Code Alpha | 2016-04-04 07:24:47+00:00 | 2016-04-14 15:20:16+00:00 | Sometimes the dev version of VS Code and VS Code Alpha seem to 'merge' on the mac. Then they show as one one icon. Also, reloading VS Code Alpha sometimes make the extension host of VS Code Dev crash...
| completed | scripts/code.sh interfering with VS Code Alpha Sometimes the dev version of VS Code and VS Code Alpha seem to 'merge' on the mac. Then they show as one one icon. Also, reloading VS Code Alpha sometimes make the extension host of VS Code Dev crash...
| 64 | [] | 0 | False | |
4886 | HTML tests are failing | 2016-04-03 15:43:06+00:00 | 2016-07-15 10:37:10+00:00 | https://travis-ci.org/Microsoft/vscode/jobs/120206982
| completed | HTML tests are failing https://travis-ci.org/Microsoft/vscode/jobs/120206982
| 28 | [] | 0 | False | |
4876 | Intellisense should not trigger on cut, backspace or delete of selections | 2016-04-02 03:43:47+00:00 | 2017-05-20 09:02:43+00:00 | This may be a personal preference, it feels weird to me.
Steps to Reproduce:
1. Type some intellisense symbol (eg. `window` in javascript)
2. Select 1+ characters at the end (eg. `dow` in `window`)
3. <kbd>ctrl</kbd>+<kbd>x</kbd>, <kbd>delete</kbd> or <kbd>backspace</kbd> to remove the text
4. I would not expect... | completed | Intellisense should not trigger on cut, backspace or delete of selections This may be a personal preference, it feels weird to me.
Steps to Reproduce:
1. Type some intellisense symbol (eg. `window` in javascript)
2. Select 1+ characters at the end (eg. `dow` in `window`)
3. <kbd>ctrl</kbd>+<kbd>x</kbd>, <kbd>dele... | 137 | [] | 0 | False | |
4861 | Strange "Canceled" message | 2016-04-01 15:15:40+00:00 | 2016-04-05 08:32:27+00:00 | - VSCode Version: alpha
- OS Version: OS X 10.11.4
If the debug adapter terminates unexpectedly I now see this strange "Canceled" message:

| completed | Strange "Canceled" message - VSCode Version: alpha
- OS Version: OS X 10.11.4
If the debug adapter terminates unexpectedly I now see this strange "Canceled" message:

| 103 | [] | 0 | False | |
4836 | Regular expression ".*" does not match anything | 2016-03-31 19:57:57+00:00 | 2016-06-30 12:18:59+00:00 | - VSCode Version:
Version 0.10.11
Commit f291f4ad600767626b24a4b15816b04bee9a3049
Date 2016-03-11T17:10:35.304Z
Shell 0.35.6
Renderer 45.0.2454.85
Node 4.1.1
- OS Version: Windows 7 Enterprise SP1
Steps to Reproduce:
1. Ctrl+F, then turn on Regex (Alt+R)
2. Find `^.*$`
==> Bug. Does not matc... | completed | Regular expression ".*" does not match anything - VSCode Version:
Version 0.10.11
Commit f291f4ad600767626b24a4b15816b04bee9a3049
Date 2016-03-11T17:10:35.304Z
Shell 0.35.6
Renderer 45.0.2454.85
Node 4.1.1
- OS Version: Windows 7 Enterprise SP1
Steps to Reproduce:
1. Ctrl+F, then turn on Regex (A... | 189 | [] | 0 | False | |
4828 | Slow/laggy when opening large (~200K) files | 2016-03-31 14:01:32+00:00 | 2016-07-05 07:14:00+00:00 | - VSCode Version: 0.10.11
- OS Version: Win 10
Steps to Reproduce:
1. Open folder containing this file: https://github.com/kjur/jsrsasign/blob/master/npm/lib/jsrsasign.js
2. Open file and scroll around a bit. VS Code gets really slow/laggy.
| completed | Slow/laggy when opening large (~200K) files - VSCode Version: 0.10.11
- OS Version: Win 10
Steps to Reproduce:
1. Open folder containing this file: https://github.com/kjur/jsrsasign/blob/master/npm/lib/jsrsasign.js
2. Open file and scroll around a bit. VS Code gets really slow/laggy.
| 91 | [] | 0 | False | |
4827 | Suggest the user to set up a proxy when ECONNREFUSED occurrs | 2016-03-31 13:46:14+00:00 | 2016-08-31 09:29:09+00:00 | - VSCode Version: 0.10.11
- OS Version: Windows 8.1 Pro
Steps to Reproduce:
1. Open Visual Studio Code
2. Open Command Palette
3. Type ext install PowerShell (really, any extension).
4. Error happens: Error: connect ECONNREFUSED
| completed | Suggest the user to set up a proxy when ECONNREFUSED occurrs - VSCode Version: 0.10.11
- OS Version: Windows 8.1 Pro
Steps to Reproduce:
1. Open Visual Studio Code
2. Open Command Palette
3. Type ext install PowerShell (really, any extension).
4. Error happens: Error: connect ECONNREFUSED
| 80 | [] | 0 | False | |
4823 | Exception when run my extension with other extension | 2016-03-31 12:31:05+00:00 | 2016-04-10 21:43:45+00:00 | - VSCode Version:0.10.11
- OS Version:Windows 7
Steps to Reproduce:
1. ext install cpptools
2. yo code
3. F5
it will stop on :
path.js:line 8
throw new TypeError('Path must be a string. Received ' + util.inspect(path));
| completed | Exception when run my extension with other extension - VSCode Version:0.10.11
- OS Version:Windows 7
Steps to Reproduce:
1. ext install cpptools
2. yo code
3. F5
it will stop on :
path.js:line 8
throw new TypeError('Path must be a string. Received ' + util.inspect(path));
| 84 | [] | 0 | False | |
4822 | Show hover on launch config gear | 2016-03-31 10:51:30+00:00 | 2016-06-01 10:18:50+00:00 | - VSCode Version: alpha
- OS Version: OS X 10.11.4
I had a syntactically broken launch.json without being aware of it. It showed up in VS Code like this:

The gear icon showed a red dot ... | completed | Show hover on launch config gear - VSCode Version: alpha
- OS Version: OS X 10.11.4
I had a syntactically broken launch.json without being aware of it. It showed up in VS Code like this:

... | 231 | [] | 0 | False | |
4818 | Translations are missing key SelectStartMenuFolderBrowseLabel for file Default.isl | 2016-03-31 08:42:19+00:00 | 2016-04-05 06:57:41+00:00 | The translations are missing a proper translation for the key SelectStartMenuFolderBrowseLabel in file vscode-distro\build\tfs\win32\i18n\Default.resx.lcg. The item is still in English in all translations.
| completed | Translations are missing key SelectStartMenuFolderBrowseLabel for file Default.isl The translations are missing a proper translation for the key SelectStartMenuFolderBrowseLabel in file vscode-distro\build\tfs\win32\i18n\Default.resx.lcg. The item is still in English in all translations.
| 90 | [] | 0 | False | |
4809 | matchOnDescription allow me to open Visual Studio Code as CrhomeBrowser | 2016-03-31 02:38:22+00:00 | 2016-03-31 17:24:23+00:00 | - VSCode Version: 0.10.10
- OS Version: Linux - Distro. Elementary OS
Steps to Reproduce:
I'm learning about **showQuickPick**. So I set the option **MatchOnDescription**.
So the code is like follow:
``` javascript
vscode.window.showQuickPick(['rgb', 'hex'], {
matchOnDescription:true
});
```
Wh... | completed | matchOnDescription allow me to open Visual Studio Code as CrhomeBrowser - VSCode Version: 0.10.10
- OS Version: Linux - Distro. Elementary OS
Steps to Reproduce:
I'm learning about **showQuickPick**. So I set the option **MatchOnDescription**.
So the code is like follow:
``` javascript
vscode.window.showQui... | 280 | [] | 0 | False | |
4807 | [Latest alpha] Debug loading indefinitely after creating launch.json for node.js | 2016-03-30 22:50:13+00:00 | 2016-03-31 08:14:40+00:00 | - VSCode Version: Latest alpha
- OS Version: Windows 10
Steps to Reproduce:
1. Using the latest alpha, clone https://github.com/heroku/node-js-sample.git
2. Run npm install
3. Open folder in VS Code
4. Go to Debug tab and generate the Node.js launch file
Actual:
Debug shows loading bar underneath and cant d... | completed | [Latest alpha] Debug loading indefinitely after creating launch.json for node.js - VSCode Version: Latest alpha
- OS Version: Windows 10
Steps to Reproduce:
1. Using the latest alpha, clone https://github.com/heroku/node-js-sample.git
2. Run npm install
3. Open folder in VS Code
4. Go to Debug tab and generate ... | 124 | [] | 0 | False | |
4805 | Git clean with a large amount of files causes hang | 2016-03-30 21:14:01+00:00 | 2017-11-23 13:27:14+00:00 | - VSCode Version: latest alpha
- OS Version: Windows 10
Steps to Reproduce:
1. After working through this #4783 I removed then re-added my node_modules folder from .gitignore
2. Go to the Git tab and clean all (266 files in my case)
Actual:
Caused VS Code to hang
| completed | Git clean with a large amount of files causes hang - VSCode Version: latest alpha
- OS Version: Windows 10
Steps to Reproduce:
1. After working through this #4783 I removed then re-added my node_modules folder from .gitignore
2. Go to the Git tab and clean all (266 files in my case)
Actual:
Caused VS Code to ... | 88 | [] | 0 | False | |
4797 | Word Wrap isn't working on very long lines. | 2016-03-30 12:50:17+00:00 | 2016-04-29 08:50:39+00:00 | - VSCode Version: .10.11
- OS Version: Win 8 (6.1.7601)
Steps to Reproduce:
1. open a .txt file where the lines are wrapping. The lines are very long (between 1,000 chars and 1,500 chars).
2. click on toggle word wrap. you'll see nothing happens whereas I'd expect the wrapping to stop happening.
| completed | Word Wrap isn't working on very long lines. - VSCode Version: .10.11
- OS Version: Win 8 (6.1.7601)
Steps to Reproduce:
1. open a .txt file where the lines are wrapping. The lines are very long (between 1,000 chars and 1,500 chars).
2. click on toggle word wrap. you'll see nothing happens whereas I'd expect the... | 100 | [] | 0 | False | |
4794 | Output channel should support id and display name | 2016-03-30 08:52:41+00:00 | 2016-04-13 16:15:57+00:00 | In addition it would be nice if we change the API to have a Channel object. When calling Append on it it happens the message. I often forget the first arg which is the id right now.
| completed | Output channel should support id and display name In addition it would be nice if we change the API to have a Channel object. When calling Append on it it happens the message. I often forget the first arg which is the id right now.
| 53 | [] | 0 | False | |
4780 | [Linux] Rearranging working files with a long path shows white box | 2016-03-29 21:55:54+00:00 | 2016-09-23 07:18:50+00:00 | - VSCode Version: 0.10.12-alpha or 0.10.13-insiders
- OS Version: Ubuntu 15.10
Steps to Reproduce:
1. Add keybindings.json to your working files
2. Grab the file and drag it, as if you were going to rearrange the working files.
Actual:
Shows a white bar off the right of the file name since the path is too lon... | completed | [Linux] Rearranging working files with a long path shows white box - VSCode Version: 0.10.12-alpha or 0.10.13-insiders
- OS Version: Ubuntu 15.10
Steps to Reproduce:
1. Add keybindings.json to your working files
2. Grab the file and drag it, as if you were going to rearrange the working files.
Actual:
Shows a... | 175 | [] | 0 | False | |
4779 | Cannot pass environment variable that is already defined in shell's rc file. | 2016-03-29 21:29:21+00:00 | 2016-05-24 09:05:01+00:00 | - VSCode Version: 0.10.11
- OS Version: Ubuntu 14.04
Steps to Reproduce:
1. Export a variable in your default shell (`~/.zlogin` for zsh; `~/.bash_login` for bash, for example. You can use `.bashrc` as well).
``` sh
export FOOBAR="1"
```
2. Pass different value of the same variable to VSCode.
... | completed | Cannot pass environment variable that is already defined in shell's rc file. - VSCode Version: 0.10.11
- OS Version: Ubuntu 14.04
Steps to Reproduce:
1. Export a variable in your default shell (`~/.zlogin` for zsh; `~/.bash_login` for bash, for example. You can use `.bashrc` as well).
``` sh
export ... | 387 | [] | 0 | False | |
4778 | Can't column select first character on a line if drag left | 2016-03-29 21:21:18+00:00 | 2016-04-05 16:16:38+00:00 | - VSCode Version:0.10.13 insiders
- OS Version:Windows 10
Steps to Reproduce:
1. Open a file with characters without indenting
2. Set cursor to the right and try to column select moving mouse to the left
You can't select the first characters on lines.
You can select the first characters if you start on th... | completed | Can't column select first character on a line if drag left - VSCode Version:0.10.13 insiders
- OS Version:Windows 10
Steps to Reproduce:
1. Open a file with characters without indenting
2. Set cursor to the right and try to column select moving mouse to the left
You can't select the first characters on lines.... | 99 | [] | 0 | False |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.