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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
8830 | Cannot close extension editor if extension is not in the marketplace | 2016-07-07 09:57:04+00:00 | 2016-07-13 07:45:12+00:00 | Presumably the same if I don't have internet connection?

| completed | Cannot close extension editor if extension is not in the marketplace Presumably the same if I don't have internet connection?

| 82 | [] | 0 | False | |
8829 | TypeError: Cannot read property 'results' of null | 2016-07-07 09:39:38+00:00 | 2016-07-07 10:57:50+00:00 | Saw this in my selfhost console, not sure how I got there:
Steps to Reproduce:
- Open Search view
- Type a term and hit enter twice
You see following error
```
TypeError: Cannot read property 'results' of null
at t.onSearchCompleted (searchModel.ts:427)
at t.onSearchError (searchModel.ts:435)
... | completed | TypeError: Cannot read property 'results' of null Saw this in my selfhost console, not sure how I got there:
Steps to Reproduce:
- Open Search view
- Type a term and hit enter twice
You see following error
```
TypeError: Cannot read property 'results' of null
at t.onSearchCompleted (searchModel.ts:427)... | 219 | [] | 0 | False | |
8823 | ERROR toggleRenderControlCharacters | 2016-07-07 00:10:02+00:00 | 2016-07-08 06:23:10+00:00 | - VSCode Version: Code - Insiders 1.3.0-insider (e724f269ded347b49fcf1657fc576399354e6703, 2016-07-06T13:46:20.448Z)
- OS Version: Windows_NT ia32 10.0.10586
Steps to Reproduce:
1. menu->view->toggleRenderControlCharacters

- OS Version: Windows_NT ia32 10.0.10586
Steps to Reproduce:
1. menu->view->toggleRenderControlCharacters
.
2. See banner saying "Insiders will be updated after it restarts."
3. Click "Update Now"
Insiders instance closes but nothing happens. No installatio... | completed | Insiders doesn't update on first shutdown after running overnight. - VSCode Version:1.3.0-insiders
- OS Version:Windows 7
Steps to Reproduce:
1. Come in to work and go to an open Insiders instance (it's been running all night).
2. See banner saying "Insiders will be updated after it restarts."
3. Click "Update N... | 197 | [] | 0 | False | |
8808 | Hover does not adress Language Servers Correct | 2016-07-06 13:35:21+00:00 | 2017-12-18 09:27:43+00:00 | - VSCode Version: 1.3.0 Insider 2016-07-01T05:29:54.785Z
- OS Version: Mac 10.11
Steps to Reproduce:
1. take the language server node example and adapt it as follows
```
capabilities: {
// Tell the client that the server works in FULL text document sync mode
textDocumentSync: document... | completed | Hover does not adress Language Servers Correct - VSCode Version: 1.3.0 Insider 2016-07-01T05:29:54.785Z
- OS Version: Mac 10.11
Steps to Reproduce:
1. take the language server node example and adapt it as follows
```
capabilities: {
// Tell the client that the server works in FULL text document sy... | 233 | [] | 0 | False | |
8796 | scripts\npm.bat install no longer installs extensions's deps | 2016-07-06 10:35:58+00:00 | 2016-07-12 07:35:07+00:00 | ```
c:\Alex\src\vscode>scripts\npm.bat --version
3.10.4
```
I had to go to npm version `3.10.4` to get the latest `node-gyp` that can compile native modules with the headless C++ compiler
| completed | scripts\npm.bat install no longer installs extensions's deps ```
c:\Alex\src\vscode>scripts\npm.bat --version
3.10.4
```
I had to go to npm version `3.10.4` to get the latest `node-gyp` that can compile native modules with the headless C++ compiler
| 86 | [] | 0 | False | |
8795 | Extension UI allows duplicate updates | 2016-07-06 10:34:15+00:00 | 2016-08-31 09:49:35+00:00 | - VSCode Version: 1.3.0-insider (a1293f5)
- OS Version: Windows 10 TH2
Steps to Reproduce:
1. Click Update
2. Click on Explorer sidebar view
3. Click on Extensions sidebar view
4. Click Update a second time

- OS Version: Windows 10 TH2
Steps to Reproduce:
1. Click Update
2. Click on Explorer sidebar view
3. Click on Extensions sidebar view
4. Click Update a second time
] "Path must be a string. Received null: TypeError: Path must be a string. Received null
at asser... | completed | Path must be a string. Received null Note that with the Electron update some `fs` and `path` methods do stricter checks. I think before you could pass in null to `path.extname` without an error. Now I get this:
```
[20895:0706/113131:INFO:CONSOLE(248)] "Path must be a string. Received null: TypeError: Path must be ... | 366 | [] | 0 | False | |
8788 | Weird tabs auto scrolling behaviour? | 2016-07-06 08:12:37+00:00 | 2016-07-07 03:33:06+00:00 | - VSCode Version: 1.3.0 Insider
- OS Version: OSX
Steps to Reproduce:
1. I have opened multiple tabs in one single group editor
2. Scroll to the last tab in this group
3. Move the cursor into the editor part
4. The tab headers will scroll to left most automatically, which makes it difficult to right click the t... | completed | Weird tabs auto scrolling behaviour? - VSCode Version: 1.3.0 Insider
- OS Version: OSX
Steps to Reproduce:
1. I have opened multiple tabs in one single group editor
2. Scroll to the last tab in this group
3. Move the cursor into the editor part
4. The tab headers will scroll to left most automatically, which ma... | 170 | [] | 0 | False | |
8775 | Auto-detected URLs in Markdown include trailing period | 2016-07-05 21:34:58+00:00 | 2016-07-08 14:45:58+00:00 | - VSCode Version: 1.2.1
- OS Version: Windows 10
Steps to Reproduce:
1. Create a markdown document
2. Write a sentence that ends with a URL, followed by a period. E.g: _Some text, then http://www.bing.com._
3. Ctrl-click on the auto-detected URL. The period is included, and thus the URL doesn't work.
![image]... | completed | Auto-detected URLs in Markdown include trailing period - VSCode Version: 1.2.1
- OS Version: Windows 10
Steps to Reproduce:
1. Create a markdown document
2. Write a sentence that ends with a URL, followed by a period. E.g: _Some text, then http://www.bing.com._
3. Ctrl-click on the auto-detected URL. The period ... | 155 | [] | 0 | False | |
8774 | complex command executeCodeLensProvider comment is incorrect | 2016-07-05 20:55:03+00:00 | 2016-07-06 13:47:59+00:00 | vscode.executeCodeLensProvider - Execute completion item provider.
Should be "Execute CodeLens provider"
This was reported with PR https://github.com/Microsoft/vscode-docs/pull/451. The product source needs to be updated for this auto-generated topic.
| completed | complex command executeCodeLensProvider comment is incorrect vscode.executeCodeLensProvider - Execute completion item provider.
Should be "Execute CodeLens provider"
This was reported with PR https://github.com/Microsoft/vscode-docs/pull/451. The product source needs to be updated for this auto-generated topic.
... | 84 | [] | 0 | False | |
8769 | Eliminate all schema based attributes from IEnvConfig | 2016-07-05 20:02:25+00:00 | 2016-07-06 07:49:19+00:00 | `IEnvConfig` still has attributes that are debug type specific and are defined as a contributed schema. It makes no sense to have them in an interface and to use them.
Here are the bogus attributes:
``` ts
program?: string;
stopOnEntry?: boolean;
args?: string[];
cwd?: string;
runtimeExec... | completed | Eliminate all schema based attributes from IEnvConfig `IEnvConfig` still has attributes that are debug type specific and are defined as a contributed schema. It makes no sense to have them in an interface and to use them.
Here are the bogus attributes:
``` ts
program?: string;
stopOnEntry?: boolean;
... | 168 | [] | 0 | False | |
8766 | resourceScheme not available for editor/context | 2016-07-05 18:17:25+00:00 | 2016-07-13 07:57:07+00:00 | - VSCode Version: 1.3.0-insider
- OS Version: Win7
@jrieken I'm trying to add specific editor/context menus to my TextDocumentContentProvider using my scheme 'hexdump', but this never show up when I right-click on the editor.
``` javascript
"contributes": {
"commands": [
{
"command": "hex... | completed | resourceScheme not available for editor/context - VSCode Version: 1.3.0-insider
- OS Version: Win7
@jrieken I'm trying to add specific editor/context menus to my TextDocumentContentProvider using my scheme 'hexdump', but this never show up when I right-click on the editor.
``` javascript
"contributes": {
... | 332 | [] | 0 | False | |
8762 | Debug: hover could get some polish in this case | 2016-07-05 15:31:49+00:00 | 2016-07-05 15:46:51+00:00 | You seem to inline the function body as title?

| completed | Debug: hover could get some polish in this case You seem to inline the function body as title?

| 72 | [] | 0 | False | |
8759 | Update animated gif in repo entry page | 2016-07-05 12:56:04+00:00 | 2016-08-09 16:51:39+00:00 | We need to update the animated gif in the entry page of the GitHub repo: https://github.com/Microsoft/vscode/blob/master/README.md
| completed | Update animated gif in repo entry page We need to update the animated gif in the entry page of the GitHub repo: https://github.com/Microsoft/vscode/blob/master/README.md
| 54 | [] | 0 | False | |
8756 | Menu items aren't sorted properly | 2016-07-05 10:48:48+00:00 | 2016-07-05 11:50:35+00:00 | If you have menu items with and without a `group` we have problems sorting them properly and they show mixed. That's because we first sort them by group and the `compare` logic is flawed.
 {
// console.log("hello 1");
console.log("hello 2");
console.log("hello 3");
}
```
- set a breakpoint in line with 'hello 3'
- start debugging (hit breakpoint in line with 'hello 3')... | completed | Inconsistent behaviour of 'Run to Cursor' - VSCode Version: 1.3.0
Steps to Reproduce:
- use this snippet:
``` ts
for (var i = 0; i < 100; i++) {
// console.log("hello 1");
console.log("hello 2");
console.log("hello 3");
}
```
- set a breakpoint in line with 'hello 3'
- start debuggi... | 222 | [] | 0 | False | |
8728 | Tabs: hover improvements | 2016-07-04 14:12:42+00:00 | 2016-07-04 15:31:58+00:00 | - the hover should appear over the full area of the tab
/cc @alexandrudima
| completed | Tabs: hover improvements - the hover should appear over the full area of the tab
/cc @alexandrudima
| 31 | [] | 0 | False | |
8727 | Debug: opened "launch.json" after clicking "Configure" should be pinned | 2016-07-04 13:52:04+00:00 | 2016-07-05 13:49:30+00:00 | Noticed the file opens non-pinned. But since it is being created it should open pinned.
| completed | Debug: opened "launch.json" after clicking "Configure" should be pinned Noticed the file opens non-pinned. But since it is being created it should open pinned.
| 51 | [] | 0 | False | |
8726 | Regression: lost ability to drop a folder into Code to open it | 2016-07-04 13:46:59+00:00 | 2016-07-05 13:51:14+00:00 | Now we try to open the folder as editor which fails. We should detect that a folder is dropped and give the right feedback.
| completed | Regression: lost ability to drop a folder into Code to open it Now we try to open the folder as editor which fails. We should detect that a folder is dropped and give the right feedback.
| 45 | [] | 0 | False | |
8725 | TS errors leak on git undo | 2016-07-04 13:15:40+00:00 | 2016-07-05 12:29:55+00:00 | - open a TS files
- create an error
- close the file, as expected errors still show
- git undo the changes
- 🐛 errors still show tho they shouldn't
| completed | TS errors leak on git undo - open a TS files
- create an error
- close the file, as expected errors still show
- git undo the changes
- 🐛 errors still show tho they shouldn't
| 51 | [] | 0 | False | |
8724 | [json] schema changes are not reflected hot if schema is referenced relative | 2016-07-04 13:02:47+00:00 | 2017-02-07 16:29:14+00:00 | - VSCode Version: 1.3.1
- OS Version: Windows 10
Steps to Reproduce:
``` json
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"theme": {
"enum": [
"red",
"green"
]
}
},
"type": "object",
... | completed | [json] schema changes are not reflected hot if schema is referenced relative - VSCode Version: 1.3.1
- OS Version: Windows 10
Steps to Reproduce:
``` json
{
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"theme": {
"enum": [
"red",
... | 213 | [] | 0 | False | |
8723 | VS Code allows to open *.asar file from the command line | 2016-07-04 12:16:36+00:00 | 2016-07-04 19:01:36+00:00 | - VSCode Version: 1.3.0
- OS Version: Windows 10
Open an *.asar file with VS Code from the command line.
It shows up as an empty project folder and trying to create a file there runs into errors:

- notice a warning showing in the marker list
- select the warning to open the file (which actually is the left editor)
- another editor open (in the right slot)
| completed | marker list doesn't reuse editor - open settings (left and right editor)
- notice a warning showing in the marker list
- select the warning to open the file (which actually is the left editor)
- another editor open (in the right slot)
| 58 | [] | 0 | False | |
8709 | [ini] Language Colorize working incorrectly for INI files | 2016-07-04 06:43:28+00:00 | 2017-02-21 22:48:07+00:00 | - VSCode Version: v1.2.1
- OS Version: Windows 10
Steps to Reproduce:
1. Change file type to INI
2. type "A=b;xxxx" in file content
Expected: "b;xxxx" colored as white
Actual: "b" in white but ";xxxx" in green
";xxxx" should only be regard as comments when there is no other contents in the line before ";"
... | completed | [ini] Language Colorize working incorrectly for INI files - VSCode Version: v1.2.1
- OS Version: Windows 10
Steps to Reproduce:
1. Change file type to INI
2. type "A=b;xxxx" in file content
Expected: "b;xxxx" colored as white
Actual: "b" in white but ";xxxx" in green
";xxxx" should only be regard as commen... | 110 | [] | 0 | False | |
8708 | Cursor over line numbers is oversized (Chrome 51) | 2016-07-04 06:21:59+00:00 | 2016-09-19 22:27:44+00:00 | Seems like the same issue as https://github.com/Microsoft/monaco-editor/issues/5

| completed | Cursor over line numbers is oversized (Chrome 51) Seems like the same issue as https://github.com/Microsoft/monaco-editor/issues/5

| 94 | [] | 0 | False | |
8707 | Linux: Keybinding for "Replace in Files" conflicts | 2016-07-04 05:59:45+00:00 | 2016-07-05 12:48:28+00:00 | On Linux we seem to bind Ctrl+Shift+H to toggle output (https://github.com/Microsoft/vscode/blob/master/src/vs/workbench/parts/output/browser/output.contribution.ts#L47)
| completed | Linux: Keybinding for "Replace in Files" conflicts On Linux we seem to bind Ctrl+Shift+H to toggle output (https://github.com/Microsoft/vscode/blob/master/src/vs/workbench/parts/output/browser/output.contribution.ts#L47)
| 78 | [] | 0 | False | |
8704 | Deleting folder containing dirty files closes dirty editors | 2016-07-04 05:43:50+00:00 | 2016-07-04 15:04:56+00:00 | With the fix, all dirty editors should stay open and show in dirty.
| completed | Deleting folder containing dirty files closes dirty editors With the fix, all dirty editors should stay open and show in dirty.
| 36 | [] | 0 | False | |
8691 | Cannot read property 'filter' of null | 2016-07-03 15:46:55+00:00 | 2016-08-03 09:03:56+00:00 | Saw this in my console running out of sources:
```
[79656:0703/110220:INFO:CONSOLE(248)] "Cannot read property 'filter' of null: TypeError: Cannot read property 'filter' of null
at DebugEditorModelManager.onModelAdded (file:////Users/bpasero/Development/Microsoft/monaco/out/vs/workbench/parts/debug/browser/deb... | completed | Cannot read property 'filter' of null Saw this in my console running out of sources:
```
[79656:0703/110220:INFO:CONSOLE(248)] "Cannot read property 'filter' of null: TypeError: Cannot read property 'filter' of null
at DebugEditorModelManager.onModelAdded (file:////Users/bpasero/Development/Microsoft/monaco/ou... | 621 | [] | 0 | False | |
8690 | Ctrl+Shift+2 marks the editor as dirty even if no changes are made | 2016-07-03 15:04:02+00:00 | 2016-07-15 07:37:31+00:00 | - VSCode Version: 1.2.1
- OS Version: Win10 Home
Steps to Reproduce:
1. Select some lines that are already sorted alphabetically
2. Press Ctrl+Shift+2
The editor is marked as dirty, but nothing has changed.
| completed | Ctrl+Shift+2 marks the editor as dirty even if no changes are made - VSCode Version: 1.2.1
- OS Version: Win10 Home
Steps to Reproduce:
1. Select some lines that are already sorted alphabetically
2. Press Ctrl+Shift+2
The editor is marked as dirty, but nothing has changed.
| 73 | [] | 0 | False | |
8687 | VSCode not to associate itself with any file type unless the user chooses so during installation | 2016-07-03 09:48:17+00:00 | 2016-07-21 16:11:54+00:00 | - VSCode Version: 1.2.1
- OS Version: win10 x64
Steps to Reproduce:
1. Install VSCode
2. Open `Control Panel > Control Panel Home > Default Programs > Assosiate a file type or protocol with a specific program`:
you'll notice that a hundred file types (in fact 101 !) are now associated with VSCode ([screensh... | completed | VSCode not to associate itself with any file type unless the user chooses so during installation - VSCode Version: 1.2.1
- OS Version: win10 x64
Steps to Reproduce:
1. Install VSCode
2. Open `Control Panel > Control Panel Home > Default Programs > Assosiate a file type or protocol with a specific program`:
... | 293 | [] | 0 | False | |
8679 | Emmet Wrap with Abreviation removes vertical bar character. | 2016-07-02 15:32:55+00:00 | 2016-07-27 13:26:03+00:00 | - VSCode Version: 1.3.0-insider
- OS Version: Ubuntu 16.04
When I was developing a AngularJS 1.x application, the vertical bars used to represent a filter was missing after a wrap with abreviation.
Steps to Reproduce:
1. Open a HTML file and type something with a | character.
2. Select the code piece wich cont... | completed | Emmet Wrap with Abreviation removes vertical bar character. - VSCode Version: 1.3.0-insider
- OS Version: Ubuntu 16.04
When I was developing a AngularJS 1.x application, the vertical bars used to represent a filter was missing after a wrap with abreviation.
Steps to Reproduce:
1. Open a HTML file and type somet... | 108 | [] | 0 | False | |
8675 | Electron Helper in processes is very confusing for Electron projects | 2016-07-02 14:06:04+00:00 | 2016-07-19 13:10:41+00:00 | Hi. I'm very confused with processes in Activity Monitor while working on Electron projects.
The "Electron Helper" are usually processes of unbuilt projects, and while debugging performance or related stuff, too confused with this because have both processes of VSCode and currently launched app (launched with prebuilt... | completed | Electron Helper in processes is very confusing for Electron projects Hi. I'm very confused with processes in Activity Monitor while working on Electron projects.
The "Electron Helper" are usually processes of unbuilt projects, and while debugging performance or related stuff, too confused with this because have both p... | 210 | [] | 0 | False | |
8674 | I don't use Japanese IME on integrated terminal | 2016-07-02 12:01:32+00:00 | 2016-07-02 23:06:10+00:00 | - VSCode Version: 1.3.0-insiders
- OS Version: Windows 10 th2
Steps to Reproduce:
1. Ctrl + `, Open integrated terminal. Set cursor on integrated terminal.
2. Alt + `, turn on IME.
3. I can't | ALT + ` should turn on IME | But it doesn't, I don't use Japanese IME on integrated terminal.
| completed | I don't use Japanese IME on integrated terminal - VSCode Version: 1.3.0-insiders
- OS Version: Windows 10 th2
Steps to Reproduce:
1. Ctrl + `, Open integrated terminal. Set cursor on integrated terminal.
2. Alt + `, turn on IME.
3. I can't | ALT + ` should turn on IME | But it doesn't, I don't use Japanese IME ... | 104 | [] | 0 | False | |
8673 | Exact matches in symbols fuzzy search are not on top | 2016-07-02 10:17:06+00:00 | 2016-07-05 07:29:53+00:00 | I was a bit amazed by this, this is a screenshot from a file wide symbols listing (which should be quick to generate):

Why does it suggest me a "LoggedIn" as default, rather than "Login" which is exact mat... | completed | Exact matches in symbols fuzzy search are not on top I was a bit amazed by this, this is a screenshot from a file wide symbols listing (which should be quick to generate):

Why does it suggest me a "LoggedI... | 185 | [] | 0 | False | |
8672 | mix-blend-mode causes all kinds of issues | 2016-07-02 09:09:40+00:00 | 2016-07-12 13:15:27+00:00 | Issues:
- lost cursor in the editor (https://github.com/Microsoft/vscode/issues/9029)
- lost LCD subpixel anti alias
- focus outline coloring turns gray
- DND feedback in light theme is gray when it should be blue
<img width="328" alt="screen shot 2016-07-03 at 11 19 09" src="https://cloud.githubusercontent.com/... | completed | mix-blend-mode causes all kinds of issues Issues:
- lost cursor in the editor (https://github.com/Microsoft/vscode/issues/9029)
- lost LCD subpixel anti alias
- focus outline coloring turns gray
- DND feedback in light theme is gray when it should be blue
<img width="328" alt="screen shot 2016-07-03 at 11 19 09"... | 143 | [] | 0 | False | |
8671 | Scrollbar does not go over active tab | 2016-07-02 08:18:38+00:00 | 2016-07-04 15:08:04+00:00 | Due to my z-index hack that I probably should revisit.
| completed | Scrollbar does not go over active tab Due to my z-index hack that I probably should revisit.
| 26 | [] | 0 | False | |
8664 | code --uninstall-extension only uninstalls latest version | 2016-07-02 05:16:24+00:00 | 2016-07-26 14:16:46+00:00 | If you have 5-6 versions installed, it requires running the command 5-6 times to actually remove the extension.
- VSCode Version: 1.3.0-insiders
- OS Version:Windows 10
Steps to Reproduce:
1. Have multiple version of an extension installed
2. Run code --uninstall-extension extensionname
| completed | code --uninstall-extension only uninstalls latest version If you have 5-6 versions installed, it requires running the command 5-6 times to actually remove the extension.
- VSCode Version: 1.3.0-insiders
- OS Version:Windows 10
Steps to Reproduce:
1. Have multiple version of an extension installed
2. Run code --... | 81 | [] | 0 | False | |
8662 | Auto closing brackets not functioning for c# in 1.3.0-insider | 2016-07-02 03:07:00+00:00 | 2016-07-06 13:43:15+00:00 | - VSCode Version:1.3.0-insider
- OS Version: OSX 10.11.5
Steps to Reproduce:
1. Create new c# file (.cs)
2. Type the following `void Foo() {` and the bracket fails to auto close.
I have test both the c#, and legacy c# extensions and both fail to close the brackets in the in insiders edition. Both plugins work ... | completed | Auto closing brackets not functioning for c# in 1.3.0-insider - VSCode Version:1.3.0-insider
- OS Version: OSX 10.11.5
Steps to Reproduce:
1. Create new c# file (.cs)
2. Type the following `void Foo() {` and the bracket fails to auto close.
I have test both the c#, and legacy c# extensions and both fail to clo... | 149 | [] | 0 | False | |
8661 | Cannot access extensions search result using the keyboard | 2016-07-02 00:25:09+00:00 | 2016-07-04 13:41:14+00:00 | - VSCode Version: insiders 7/1
- OS Version: Windows
Steps to Reproduce:
1. Open Extensions
2. Press Tab key
-> Extensions search results get focus, but I can not get to the individual extensions using the arrow keys or the tab key.
| completed | Cannot access extensions search result using the keyboard - VSCode Version: insiders 7/1
- OS Version: Windows
Steps to Reproduce:
1. Open Extensions
2. Press Tab key
-> Extensions search results get focus, but I can not get to the individual extensions using the arrow keys or the tab key.
| 70 | [] | 0 | False | |
8659 | Close Editor button on tab not readable by screenreader | 2016-07-02 00:12:38+00:00 | 2016-07-04 15:04:56+00:00 | VSCode Version: insiders 7/1
OS Version: Windows
Close Editor button on editor tab not readable for screenreader.
| completed | Close Editor button on tab not readable by screenreader VSCode Version: insiders 7/1
OS Version: Windows
Close Editor button on editor tab not readable for screenreader.
| 41 | [] | 0 | False | |
8658 | Tree element actions not readable by screen reader (open editors, git, search) | 2016-07-02 00:11:18+00:00 | 2016-07-08 07:24:04+00:00 | VSCode Version: insiders 7/1
OS Version: Windows
Screenreader can not read Close Editor button in front of an editor in the explorer's Open Editor section.
| completed | Tree element actions not readable by screen reader (open editors, git, search) VSCode Version: insiders 7/1
OS Version: Windows
Screenreader can not read Close Editor button in front of an editor in the explorer's Open Editor section.
| 57 | [] | 0 | False | |
8657 | Save All in editor group not readable by screenreader | 2016-07-02 00:07:49+00:00 | 2016-07-07 14:17:57+00:00 | - VSCode Version: insiders 7/1
- OS Version: Windows
Screenreader can not read Save All button on an editor group in the explorer's Open Editors section.
| completed | Save All in editor group not readable by screenreader - VSCode Version: insiders 7/1
- OS Version: Windows
Screenreader can not read Save All button on an editor group in the explorer's Open Editors section.
| 53 | [] | 0 | False | |
8656 | Alt text on tabs' close button | 2016-07-01 23:31:06+00:00 | 2016-07-04 07:42:06+00:00 | - VSCode Version: Code - Insiders 1.3.0-insider (a2b9738a942237b59cb920940b93a0206f1b61d0, 2016-07-01T19:26:22.011Z)
- OS Version: Darwin x64 15.5.0
Steps to Reproduce:
1. Enable OS X Voice Over
2. 'Tab' to editor tabs
3. -> You can't distinguish between the tab and it's close button
| completed | Alt text on tabs' close button - VSCode Version: Code - Insiders 1.3.0-insider (a2b9738a942237b59cb920940b93a0206f1b61d0, 2016-07-01T19:26:22.011Z)
- OS Version: Darwin x64 15.5.0
Steps to Reproduce:
1. Enable OS X Voice Over
2. 'Tab' to editor tabs
3. -> You can't distinguish between the tab and it's close butt... | 112 | [] | 0 | False | |
8655 | Git: status bar lacks indication that it will push | 2016-07-01 23:07:48+00:00 | 2016-10-10 07:52:00+00:00 | - VSCode Version: Code - Insiders 1.3.0-insider (a2b9738a942237b59cb920940b93a0206f1b61d0, 2016-07-01T19:26:22.011Z)
- OS Version: Darwin x64 15.5.0
Steps to Reproduce:
1. Create commit, ready to be pushed
2. Click on Git part of status bar
3. -> Commit is pushed, which is unexpected
| completed | Git: status bar lacks indication that it will push - VSCode Version: Code - Insiders 1.3.0-insider (a2b9738a942237b59cb920940b93a0206f1b61d0, 2016-07-01T19:26:22.011Z)
- OS Version: Darwin x64 15.5.0
Steps to Reproduce:
1. Create commit, ready to be pushed
2. Click on Git part of status bar
3. -> Commit is pushe... | 115 | [] | 0 | False | |
8652 | Translations in command palette should only show up when they differ | 2016-07-01 22:18:50+00:00 | 2016-07-04 15:04:56+00:00 | - VSCode Version: Code - Insiders 1.3.0-insider (a2b9738a942237b59cb920940b93a0206f1b61d0, 2016-07-01T19:24:33.352Z)
- OS Version: Linux x64 4.4.0-28-generic, Ubuntu 16.04
`EditorConfig: Generate` from the extension does not feature a translation and takes half the space of the commands doubling up with the fake tr... | completed | Translations in command palette should only show up when they differ - VSCode Version: Code - Insiders 1.3.0-insider (a2b9738a942237b59cb920940b93a0206f1b61d0, 2016-07-01T19:24:33.352Z)
- OS Version: Linux x64 4.4.0-28-generic, Ubuntu 16.04
`EditorConfig: Generate` from the extension does not feature a translation ... | 175 | [] | 0 | False | |
8651 | Output panel channel dropdown in Chinese has incorrect line height for CJK characters | 2016-07-01 22:13:04+00:00 | 2017-04-13 09:11:03+00:00 | - VSCode Version: Code - Insiders 1.3.0-insider (a2b9738a942237b59cb920940b93a0206f1b61d0, 2016-07-01T19:24:33.352Z)
- OS Version: Linux x64 4.4.0-28-generic, Ubuntu 16.04
It should be centered:

| completed | Output panel channel dropdown in Chinese has incorrect line height for CJK characters - VSCode Version: Code - Insiders 1.3.0-insider (a2b9738a942237b59cb920940b93a0206f1b61d0, 2016-07-01T19:24:33.352Z)
- OS Version: Linux x64 4.4.0-28-generic, Ubuntu 16.04
It should be centered:

- OS Version: Linux x64 4.4.0-28-generic, Ubuntu 16.04
It should say `뒤로 (B)`

| completed | Go back in menu is missing shortcut key in Korean - VSCode Version: Code - Insiders 1.3.0-insider (a2b9738a942237b59cb920940b93a0206f1b61d0, 2016-07-01T19:24:33.352Z)
- OS Version: Linux x64 4.4.0-28-generic, Ubuntu 16.04
It should say `뒤로 (B)`
. Would be nice if breakpoints created via commands in debugger console were reflected in the UI.
I'd suggest adding a new notification message to the protocol, which adapter can send whe... | completed | Add "breakpoint created/deleted" notifications. Some debuggers have much more flexible ways of setting breakpoints than VSCode currently supports (e.g. set breakpoints by regex). Would be nice if breakpoints created via commands in debugger console were reflected in the UI.
I'd suggest adding a new notification mes... | 125 | [] | 0 | False | |
8639 | Debug popup collapses when mouse goes into the debug console | 2016-07-01 19:25:25+00:00 | 2016-07-04 07:17:48+00:00 | - VSCode Version: 1.2.1
- OS Version: Windows 7
Steps to Reproduce:
1. While debugging with the debug console displaying, hover over an object so that the popup will partially be displayed in the debug console.
2. Move the mouse into the debug popup and start moving it down until is crosses into the debug console... | completed | Debug popup collapses when mouse goes into the debug console - VSCode Version: 1.2.1
- OS Version: Windows 7
Steps to Reproduce:
1. While debugging with the debug console displaying, hover over an object so that the popup will partially be displayed in the debug console.
2. Move the mouse into the debug popup and... | 218 | [] | 0 | False | |
8638 | Urls in markdown files do not get the "hyperlink" styles in preview and are not clickable as well | 2016-07-01 18:42:28+00:00 | 2016-12-01 00:35:39+00:00 | - VSCode Version: 1.3.0-insider
- OS Version: Windows 10
Steps to Reproduce:
1. Open a markdown file type in a url
2. Open preview
3. The url is neither clickable nor does it have the styles of a hyperlink
In older versions (mine is 1.2.1 dated 6/14), the url would appear as a hyperlink and on clicking a brow... | completed | Urls in markdown files do not get the "hyperlink" styles in preview and are not clickable as well - VSCode Version: 1.3.0-insider
- OS Version: Windows 10
Steps to Reproduce:
1. Open a markdown file type in a url
2. Open preview
3. The url is neither clickable nor does it have the styles of a hyperlink
In old... | 191 | [] | 0 | False | |
8636 | Markdown lists containing fenced code blocks with language hints breaks formatting | 2016-07-01 17:43:49+00:00 | 2016-09-26 17:47:32+00:00 | - VSCode Version: Code - Insiders 1.3.0-insider (716f76458e4dc93e865b6a999e437ed45774744e, 2016-07-01T05:29:26.347Z)
- OS Version: Linux x64 4.4.0-28-generic
In this image, `* bar` should be the same style as `* foo` since the code block ended 2 lines ago.

- OS Version: Linux x64 4.4.0-28-generic
In this image, `* bar` should be the same style as `* foo` since the code ... | 220 | [] | 0 | False | |
8633 | Mac OS - Highlighting text in the editor requires two clicks when the integrated terminal is open | 2016-07-01 16:54:39+00:00 | 2016-07-03 05:44:34+00:00 | - VSCode Version: 1.2.1
- OS Version: 10.11.5 (15F34) (El Capitan)
Steps to Reproduce:
1. Open a file in the editor
2. Open the integrated terminal
3. Type some commands on the terminal
4. Try to copy some text on the editor by highlighting and typing Mac + c
5. You will have to click on the section twice befo... | completed | Mac OS - Highlighting text in the editor requires two clicks when the integrated terminal is open - VSCode Version: 1.2.1
- OS Version: 10.11.5 (15F34) (El Capitan)
Steps to Reproduce:
1. Open a file in the editor
2. Open the integrated terminal
3. Type some commands on the terminal
4. Try to copy some text on ... | 106 | [] | 0 | False | |
8632 | "Conflict" message overlays resolution bar | 2016-07-01 16:22:46+00:00 | 2016-07-02 06:20:31+00:00 | - VSCode Version: 1.2.1
- OS Version: 10.10.5
Description: When a file is conflicted, the notification bar overlays needed information for the user to exit that state and potentially leads to a UX dead end. The reasons for this are two fold:
1) The notification bar will not close until you resolve the conflict; ... | completed | "Conflict" message overlays resolution bar - VSCode Version: 1.2.1
- OS Version: 10.10.5
Description: When a file is conflicted, the notification bar overlays needed information for the user to exit that state and potentially leads to a UX dead end. The reasons for this are two fold:
1) The notification bar will... | 282 | [] | 0 | False | |
8631 | Active tab disappears when starting to drag | 2016-07-01 15:10:08+00:00 | 2016-07-01 16:21:11+00:00 | Looks like my z-index trick is causing this. @bgashler1 maybe we can find a better way to have the horizontal border on the title area without using z-index nor fiddling with the margins/paddings?
| completed | Active tab disappears when starting to drag Looks like my z-index trick is causing this. @bgashler1 maybe we can find a better way to have the horizontal border on the title area without using z-index nor fiddling with the margins/paddings?
| 62 | [] | 0 | False | |
8627 | Problems: results and message are not so nicely aligned | 2016-07-01 13:30:13+00:00 | 2016-07-07 08:44:03+00:00 | See video:

| completed | Problems: results and message are not so nicely aligned See video:

| 75 | [] | 0 | False | |
8625 | Replace: replace action does not turn disabled when removing matches | 2016-07-01 13:06:15+00:00 | 2016-07-06 15:17:49+00:00 | I would expect the replace action to turn disabled as soon as I remove all matches from the preview.
| completed | Replace: replace action does not turn disabled when removing matches I would expect the replace action to turn disabled as soon as I remove all matches from the preview.
| 39 | [] | 0 | False | |
8624 | Replace: clicking on an individual replace action should keep diff open | 2016-07-01 13:04:54+00:00 | 2016-07-18 11:02:30+00:00 | When you click on an individual replace action in the preview, I would expect the diff to stay open and just apply the change. Now, actually the file opens where the replacement is run on.
| completed | Replace: clicking on an individual replace action should keep diff open When you click on an individual replace action in the preview, I would expect the diff to stay open and just apply the change. Now, actually the file opens where the replacement is run on.
| 59 | [] | 0 | False | |
8622 | Extensions: outline over buttons not clearly visible | 2016-07-01 12:57:32+00:00 | 2016-07-13 15:18:10+00:00 | In light theme when I press tab to navigate to the buttons of an extension, I cannot clearly see that the button has focus.
Related https://github.com/Microsoft/vscode/issues/7966
| completed | Extensions: outline over buttons not clearly visible In light theme when I press tab to navigate to the buttons of an extension, I cannot clearly see that the button has focus.
Related https://github.com/Microsoft/vscode/issues/7966
| 59 | [] | 0 | False | |
8621 | List widget keyboard accessibility needs to be on par with tree | 2016-07-01 12:56:25+00:00 | 2016-07-13 14:51:15+00:00 | When using the extensions viewlet with the keyboard you notice some differences to how it works with the tree. If you tab into the list, the entire list gets the focus outline, where actually the currently selected item should just highlight.
Also, when the list widget has focus, pressing arrow key down should navig... | completed | List widget keyboard accessibility needs to be on par with tree When using the extensions viewlet with the keyboard you notice some differences to how it works with the tree. If you tab into the list, the entire list gets the focus outline, where actually the currently selected item should just highlight.
Also, when... | 136 | [] | 0 | False | |
8620 | Problems: change color when item is selected | 2016-07-01 12:50:16+00:00 | 2016-07-07 09:39:10+00:00 | As you can see in light theme it is hard to read all text. I suggest to change the color to white for all text for the selected item:

| completed | Problems: change color when item is selected As you can see in light theme it is hard to read all text. I suggest to change the color to white for all text for the selected item:

| 94 | [] | 0 | False | |
8619 | Duplicate commands to show problems view | 2016-07-01 12:47:28+00:00 | 2016-07-01 13:23:36+00:00 | 
| completed | Duplicate commands to show problems view 
| 64 | [] | 0 | False | |
8618 | Resizing diff makes annotations lag | 2016-07-01 12:46:25+00:00 | 2016-07-01 12:51:55+00:00 | 
| completed | Resizing diff makes annotations lag 
| 69 | [] | 0 | False | |
8617 | Run selected text in active terminal is not running the selected text on Windows | 2016-07-01 12:40:42+00:00 | 2016-07-07 21:26:12+00:00 | Windows 8.1 with insiders latest build #716f764
Steps to Reproduce:
1. Open a file and select text "echo 123"
2. Open command pallette and select action Run selected text in active terminal
Expected: Selected text should be executed in the terminal
Actual: Text is just copied into terminal and focus remains in... | completed | Run selected text in active terminal is not running the selected text on Windows Windows 8.1 with insiders latest build #716f764
Steps to Reproduce:
1. Open a file and select text "echo 123"
2. Open command pallette and select action Run selected text in active terminal
Expected: Selected text should be execute... | 91 | [] | 0 | False | |
8615 | Current line highlight appears compressed and then expands when switching files | 2016-07-01 12:07:20+00:00 | 2016-07-01 12:51:55+00:00 | 
| completed | Current line highlight appears compressed and then expands when switching files 
| 77 | [] | 0 | False | |
8613 | Atom Java Script Grammar doesn't work with the Oceanic - Next theme | 2016-07-01 10:35:50+00:00 | 2016-07-19 14:58:41+00:00 | See https://github.com/Microsoft/vscode/issues/8204#issuecomment-229202771
The theme used is:



| completed | Editor inherits Abyss theme in find widget 
| 65 | [] | 0 | False | |
8609 | html in php not highlight elements | 2016-07-01 10:08:30+00:00 | 2016-07-19 14:45:08+00:00 | - VSCode Version: 1.3.0-insider and 1.2.1
- OS Version: W8.1
Steps to Reproduce:
1. Open an php file that has both php and html and the file type is PHP - the html brackets highlight not workingas it should
You should add the option to select html brackets including in php file not only html
The right selectio... | completed | html in php not highlight elements - VSCode Version: 1.3.0-insider and 1.2.1
- OS Version: W8.1
Steps to Reproduce:
1. Open an php file that has both php and html and the file type is PHP - the html brackets highlight not workingas it should
You should add the option to select html brackets including in php fil... | 127 | [] | 0 | False | |
8603 | Remove the emmet encode/decode action for June | 2016-07-01 07:48:17+00:00 | 2016-07-01 10:06:13+00:00 | We want to make another iteration on the implementation. See #8569.
| completed | Remove the emmet encode/decode action for June We want to make another iteration on the implementation. See #8569.
| 32 | [] | 0 | False | |
8600 | JSON: this._ruleStack.equals is not a function | 2016-07-01 07:24:25+00:00 | 2016-07-01 07:35:08+00:00 | Got this opening my settings file running "out of source" and changing a boolean from false to true:
```
TypeError: this._ruleStack.equals is not a function
at TMState.equals (TMState.js:33)
at Model.TextModelWithTokens._updateTokensUntilLine (textModelWithTokens.js:538)
at Model.TextModelWithTokens.... | completed | JSON: this._ruleStack.equals is not a function Got this opening my settings file running "out of source" and changing a boolean from false to true:
```
TypeError: this._ruleStack.equals is not a function
at TMState.equals (TMState.js:33)
at Model.TextModelWithTokens._updateTokensUntilLine (textModelWithTo... | 154 | [] | 0 | False | |
8593 | Ctrl+k Ctrl+P not mapped to showAllEditors | 2016-06-30 22:05:04+00:00 | 2016-07-01 05:30:58+00:00 | - VSCode Version:1.3.0-insiders
- OS Version:Windows 10
The obsolete command workbench.files.action.workingFilesPicker had been mapped to ctrl+k ctrl+p.
The new equivalent command is workbench.action.showAllEditors.
showAllEditors is mapped to alt+cmd+tab for OS X but not mapped for Windows and Linux.
| completed | Ctrl+k Ctrl+P not mapped to showAllEditors - VSCode Version:1.3.0-insiders
- OS Version:Windows 10
The obsolete command workbench.files.action.workingFilesPicker had been mapped to ctrl+k ctrl+p.
The new equivalent command is workbench.action.showAllEditors.
showAllEditors is mapped to alt+cmd+tab for OS X bu... | 108 | [] | 0 | False | |
8590 | Doesn't reverse multiple files in git | 2016-06-30 20:58:54+00:00 | 2016-07-26 15:25:15+00:00 | - VSCode Version: Code - Insiders 1.3.0-insider (a21c12346f388e51858c930875ca30968604c116, 2016-06-30T05:03:45.119Z)
- OS Version: Darwin x64 15.5.0
Steps to Reproduce:
1. Create few files not added to git
2. in git panel select all files you created and press reverse button
3. In warning dialog select Clean Cha... | completed | Doesn't reverse multiple files in git - VSCode Version: Code - Insiders 1.3.0-insider (a21c12346f388e51858c930875ca30968604c116, 2016-06-30T05:03:45.119Z)
- OS Version: Darwin x64 15.5.0
Steps to Reproduce:
1. Create few files not added to git
2. in git panel select all files you created and press reverse button
... | 132 | [] | 0 | False | |
8585 | Strange CLI behavior: CLI does not seem to write to either stdout (FD 1) or stderr (FD 2), making output impossible to redirect. | 2016-06-30 17:54:14+00:00 | 2016-12-08 19:30:59+00:00 | - VSCode Version: Code - Insiders 1.3.0-insider (a21c12346f388e51858c930875ca30968604c116, 2016-06-30T05:07:11.570Z)
- OS Version: Windows_NT ia32 10.0.14372
Strange CLI behavior: the VS Code CLI does not seem to write to either stdout (FD 1) or stderr (FD 2), making output impossible to pipe to e.g. `grep` to sear... | completed | Strange CLI behavior: CLI does not seem to write to either stdout (FD 1) or stderr (FD 2), making output impossible to redirect. - VSCode Version: Code - Insiders 1.3.0-insider (a21c12346f388e51858c930875ca30968604c116, 2016-06-30T05:07:11.570Z)
- OS Version: Windows_NT ia32 10.0.14372
Strange CLI behavior: the VS ... | 270 | [] | 0 | False | |
8583 | Markdown Preview is not using complete editor space | 2016-06-30 17:43:46+00:00 | 2016-07-05 09:30:30+00:00 | - VSCode Version: a21c12346f388e51858c930875ca30968604c116
- OS Version: OSX
Steps to Reproduce:
1. Make window zoom level configuration to 1. `"window.zoomLevel": 1`
2. Right click on a markdown file in Explorer view and open preview
Expected: Preview should take complete editor space
Actual: Not complete ed... | completed | Markdown Preview is not using complete editor space - VSCode Version: a21c12346f388e51858c930875ca30968604c116
- OS Version: OSX
Steps to Reproduce:
1. Make window zoom level configuration to 1. `"window.zoomLevel": 1`
2. Right click on a markdown file in Explorer view and open preview
Expected: Preview should... | 178 | [] | 0 | False | |
8575 | Ctrl-k (kill to end of line) does not delete empty line. | 2016-06-30 15:09:51+00:00 | 2016-12-12 14:59:54+00:00 | VSCode Version:
Version 1.3.0-insider (1.3.0-insider)
a21c123
2016-06-30T05:01:53.185Z
OS Version:
OSX 10.11.5 (15F34)
Steps to Reproduce:
1. In a new document, type 'a' and then return for a newline.
2. Place the editor caret in front of 'a'.
3. Press ctrl-k twice.
In any standard OSX text area, this r... | completed | Ctrl-k (kill to end of line) does not delete empty line. VSCode Version:
Version 1.3.0-insider (1.3.0-insider)
a21c123
2016-06-30T05:01:53.185Z
OS Version:
OSX 10.11.5 (15F34)
Steps to Reproduce:
1. In a new document, type 'a' and then return for a newline.
2. Place the editor caret in front of 'a'.
3. Pre... | 203 | [] | 0 | False | |
8572 | Extension api: process.env doesn't contain all of my .bash_profile environment variables | 2016-06-30 12:23:12+00:00 | 2016-07-06 13:57:55+00:00 | - VSCode Version: Code - Insiders 1.3.0-insider (a21c12346f388e51858c930875ca30968604c116, 2016-06-30T05:03:45.119Z)
- OS Version: Darwin x64 15.4.0
Steps to Reproduce:
My extension makes use of process.env to get values set in my .bash_profile. This has been working fine in VSCode 1.2 but appears to not be work... | completed | Extension api: process.env doesn't contain all of my .bash_profile environment variables - VSCode Version: Code - Insiders 1.3.0-insider (a21c12346f388e51858c930875ca30968604c116, 2016-06-30T05:03:45.119Z)
- OS Version: Darwin x64 15.4.0
Steps to Reproduce:
My extension makes use of process.env to get values set... | 160 | [] | 0 | False | |
8571 | Snippets are not always on top of the context menu | 2016-06-30 12:15:55+00:00 | 2016-07-14 20:58:38+00:00 | - VSCode Version: 1.2.1
- OS Version: Windows 8.1
Steps to Reproduce:
1. open JS file
2. type "for" to trigger the for loop snippet or "if" or just "fun" for function
The snippet is not on top and when the "tab" button is pressed, nothing happens.

**OS Version**: Windows 10 Pro (build 10586.420)
**Steps to Reproduce:**
1. Open any directory and create a CSS file:
``` css
.test { background-image: url(https://avatars1.githubusercontent.com/u/7... | completed | Emmet: saving a file outside the current directory in the case of using Encode/Decode command Help to testing #8207
**VSCode Version**: 1.3.0-insiders (a21c12346f388e51858c930875ca30968604c116)
**OS Version**: Windows 10 Pro (build 10586.420)
**Steps to Reproduce:**
1. Open any directory and create a CSS file:... | 257 | [] | 0 | False | |
8568 | Wrong deDE keybind mapping ( key: "... [" -> key: "... ü" ) | 2016-06-30 11:49:56+00:00 | 2017-03-31 18:22:47+00:00 | - VSCode Version: 1.2.1 ( 2016-06-14T12:54:38.105Z )
- OS Version: Arch Linux 4.4.14-1-lts
- Keyboard Layout: de
Problem:
VSCode shows that the keybinding is mapped to `shift+k ü`, If i press this it says no shortcut available.
However `shift+k ß` the so defined shortcut works.
Steps to Reproduce:
1. Add k... | completed | Wrong deDE keybind mapping ( key: "... [" -> key: "... ü" ) - VSCode Version: 1.2.1 ( 2016-06-14T12:54:38.105Z )
- OS Version: Arch Linux 4.4.14-1-lts
- Keyboard Layout: de
Problem:
VSCode shows that the keybinding is mapped to `shift+k ü`, If i press this it says no shortcut available.
However `shift+k ß` the... | 175 | [] | 0 | False | |
8565 | Find newline with regex does not highlight all matches | 2016-06-30 08:51:26+00:00 | 2016-06-30 20:35:09+00:00 | - VSCode Version: 1.3.0-insider
- OS Version: WIndows 7
Steps to Reproduce:
1. Create a new buffer;
2. Type three lines of text;
3. Open the find dialogue (Ctrl + F) with regex enabled (Alt + R);
4. Search for \n.
Only the first matched newline character gets highlighted. Finding ordinary characters, in cont... | completed | Find newline with regex does not highlight all matches - VSCode Version: 1.3.0-insider
- OS Version: WIndows 7
Steps to Reproduce:
1. Create a new buffer;
2. Type three lines of text;
3. Open the find dialogue (Ctrl + F) with regex enabled (Alt + R);
4. Search for \n.
Only the first matched newline character... | 109 | [] | 0 | False | |
8562 | Problem matcher should use unique onwer if omitted | 2016-06-30 07:50:04+00:00 | 2016-08-26 13:53:30+00:00 | - VSCode Version: 1.3.0
- OS Version: any
Currently the owner is set to external. This can cause problems if two matchers are defined with no owner.
| completed | Problem matcher should use unique onwer if omitted - VSCode Version: 1.3.0
- OS Version: any
Currently the owner is set to external. This can cause problems if two matchers are defined with no owner.
| 50 | [] | 0 | False | |
8561 | Many icons are shifted down and to the right on the high contrast theme | 2016-06-30 07:01:52+00:00 | 2017-05-25 17:44:21+00:00 | - VSCode Version: Code - Insiders 1.3.0-insider (798b41ab1cf3636a27042020a54ddfb4cfb8d23c, 2016-06-29T05:14:50.570Z)
- OS Version: Linux x64 4.4.0-24-generic, Ubuntu 16.04
This seems to be happening with several different icons (panel, tab editor actions).
Dark+

- OS Version: Linux x64 4.4.0-24-generic, Ubuntu 16.04
This seems to be happening with several different icons (panel, tab edit... | 207 | [] | 0 | False | |
8559 | extensionManagementService depends on telemetryService which is NOT registered | 2016-06-30 06:37:23+00:00 | 2016-06-30 09:28:12+00:00 | Seeing this running out of sources on master:
```
~/Development/Microsoft/monaco/scripts> ./code.sh
[createInstance] extensionManagementService depends on telemetryService which is NOT registered.
```
| completed | extensionManagementService depends on telemetryService which is NOT registered Seeing this running out of sources on master:
```
~/Development/Microsoft/monaco/scripts> ./code.sh
[createInstance] extensionManagementService depends on telemetryService which is NOT registered.
```
| 73 | [] | 0 | False | |
8558 | workbench.view.git should show and focus git panel | 2016-06-30 06:33:58+00:00 | 2016-08-31 09:41:41+00:00 | - VSCode Version: Code - Insiders 1.3.0-insider (798b41ab1cf3636a27042020a54ddfb4cfb8d23c, 2016-06-29T05:14:50.570Z)
- OS Version: Linux x64 4.4.0-24-generic, Ubuntu 16.04
Steps to Reproduce:
1. Open a folder without a git repository
2. Open a file and focus editor
3. <kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>g</kbd... | completed | workbench.view.git should show and focus git panel - VSCode Version: Code - Insiders 1.3.0-insider (798b41ab1cf3636a27042020a54ddfb4cfb8d23c, 2016-06-29T05:14:50.570Z)
- OS Version: Linux x64 4.4.0-24-generic, Ubuntu 16.04
Steps to Reproduce:
1. Open a folder without a git repository
2. Open a file and focus edit... | 147 | [] | 0 | False | |
8557 | Extension incorrectly reporting an update available | 2016-06-30 06:31:30+00:00 | 2016-06-30 07:58:55+00:00 | #8215
- VSCode Version: Code - Insiders 1.3.0-insider (798b41ab1cf3636a27042020a54ddfb4cfb8d23c, 2016-06-29T05:14:50.570Z)
- OS Version: Linux x64 4.4.0-24-generic, Ubuntu 16.04
Was greeted by a (1) indicator immediately after updating.

- OS Version: Linux x64 4.4.0-24-generic, Ubuntu 16.04
Was greeted by a (1) indicator immediately after updating.

- OS Version: Windows_NT ia32 10.0.10586
Steps to Reproduce:
1. Make a change in a git repo
2. Click the git icon on the left.
3. Click the changed file for a diff
4. File > Save As
Error: can... | completed | Cannot find toString of null - VSCode Version: Code - Insiders 1.3.0-insider (b985edc9f5441678cf071fc7925a569e623e7431, 2016-06-22T05:08:26.951Z)
- OS Version: Windows_NT ia32 10.0.10586
Steps to Reproduce:
1. Make a change in a git repo
2. Click the git icon on the left.
3. Click the changed file for a diff
4.... | 121 | [] | 0 | False | |
8552 | Explorer high contrast theme active item border pushes text 1px down and to the right | 2016-06-30 00:24:54+00:00 | 2016-08-28 07:44:30+00:00 | Same as https://github.com/Microsoft/vscode/issues/8551 but in the explorer

| completed | Explorer high contrast theme active item border pushes text 1px down and to the right Same as https://github.com/Microsoft/vscode/issues/8551 but in the explorer

| 95 | [] | 0 | False | |
8551 | Tab high contrast border shifts tab text when active | 2016-06-30 00:20:17+00:00 | 2016-06-30 08:49:06+00:00 | #7854
- VSCode Version: Code - Insiders 1.3.0-insider (798b41ab1cf3636a27042020a54ddfb4cfb8d23c, 2016-06-29T05:14:50.570Z)
- OS Version: Linux x64 4.4.0-24-generic
Notice the text is aligned slightly differently. Whenever you make a tab active, both the previously active and the new active tab text shifts by 1 px.... | completed | Tab high contrast border shifts tab text when active #7854
- VSCode Version: Code - Insiders 1.3.0-insider (798b41ab1cf3636a27042020a54ddfb4cfb8d23c, 2016-06-29T05:14:50.570Z)
- OS Version: Linux x64 4.4.0-24-generic
Notice the text is aligned slightly differently. Whenever you make a tab active, both the previous... | 177 | [] | 0 | False | |
8550 | Tabs in high contrast are difficult to differentiate when the editor is not active | 2016-06-30 00:15:48+00:00 | 2016-06-30 08:48:59+00:00 | #7854
- VSCode Version: Code - Insiders 1.3.0-insider (798b41ab1cf3636a27042020a54ddfb4cfb8d23c, 2016-06-29T05:14:50.570Z)
- OS Version: Linux x64 4.4.0-24-generic

It's actually higher contrast on a da... | completed | Tabs in high contrast are difficult to differentiate when the editor is not active #7854
- VSCode Version: Code - Insiders 1.3.0-insider (798b41ab1cf3636a27042020a54ddfb4cfb8d23c, 2016-06-29T05:14:50.570Z)
- OS Version: Linux x64 4.4.0-24-generic

- OS Version: Linux x64 4.4.0-24-generic, Ubuntu 16.04
Steps to Reproduce:
1. Open settings
2. Change a setting that should have an immediate impact, notice there is no change
I have a feeling t... | completed | Investigate why configuration via symlinks no longer update - VSCode Version: Code - Insiders 1.3.0-insider (798b41ab1cf3636a27042020a54ddfb4cfb8d23c, 2016-06-29T05:14:50.570Z)
- OS Version: Linux x64 4.4.0-24-generic, Ubuntu 16.04
Steps to Reproduce:
1. Open settings
2. Change a setting that should have an immed... | 333 | [] | 0 | False | |
8545 | Breakpoints in Coffeescript | 2016-06-29 23:22:34+00:00 | 2018-09-17 15:47:13+00:00 | Test item #8193
- VSCode Version: aweinand/asyncsourcemaps Code - Insiders 1.3.0-insider (392b89ffeebbc51a8574142f9629ff4a6eac15b9, 2016-06-27T22:37:58.724Z)
- OS Version: Linux x64 3.13.0-34-generic
- Coffeescript 1.10.0
Steps to Reproduce:
1. Launch config:
```
{
"name": "Coffee",
... | completed | Breakpoints in Coffeescript Test item #8193
- VSCode Version: aweinand/asyncsourcemaps Code - Insiders 1.3.0-insider (392b89ffeebbc51a8574142f9629ff4a6eac15b9, 2016-06-27T22:37:58.724Z)
- OS Version: Linux x64 3.13.0-34-generic
- Coffeescript 1.10.0
Steps to Reproduce:
1. Launch config:
```
{
... | 376 | [] | 0 | False | |
8539 | Creating a closing quote when typing a contraction in a comment | 2016-06-29 21:04:43+00:00 | 2016-12-02 19:22:34+00:00 | - VSCode Version: 1.2.1
- OS Version: Windows 10.0.10586
Steps to Reproduce:
1. Be editing python document
2. Be typing in a comment
3. Type a contraction such as isn't
4. Notice that the editor creates a closing apostrophe that is inappropriate in this context.
| completed | Creating a closing quote when typing a contraction in a comment - VSCode Version: 1.2.1
- OS Version: Windows 10.0.10586
Steps to Reproduce:
1. Be editing python document
2. Be typing in a comment
3. Type a contraction such as isn't
4. Notice that the editor creates a closing apostrophe that is inappropriate in... | 87 | [] | 0 | False | |
8534 | Debugger: Wrong current line in source map with inlined source | 2016-06-29 18:54:25+00:00 | 2018-09-17 15:46:23+00:00 | Test item #8193
- VSCode Version: aweinand/asyncsourcemaps: Code - Insiders 1.3.0-insider (392b89ffeebbc51a8574142f9629ff4a6eac15b9, 2016-06-27T22:37:58.724Z)
- OS Version: Linux x64 3.13.0-34-generic
Steps to Reproduce:
1. Open Code with an extension project
2. Place breakpoint in 'activate' function of the ex... | completed | Debugger: Wrong current line in source map with inlined source Test item #8193
- VSCode Version: aweinand/asyncsourcemaps: Code - Insiders 1.3.0-insider (392b89ffeebbc51a8574142f9629ff4a6eac15b9, 2016-06-27T22:37:58.724Z)
- OS Version: Linux x64 3.13.0-34-generic
Steps to Reproduce:
1. Open Code with an extensio... | 286 | [] | 0 | False |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.