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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
1861 | ugly working files section | 2016-01-08 08:11:38+00:00 | 2016-01-08 09:13:52+00:00 | I guess this is due to the size changes. The unsaved-banner looks bad in many ways

| completed | ugly working files section I guess this is due to the size changes. The unsaved-banner looks bad in many ways

| 88 | [] | 0 | False | |
1859 | prevent bogus hovers | 2016-01-07 21:36:23+00:00 | 2016-01-08 15:28:26+00:00 | I was in a debugging session and opened a completely unrelated file in VS Code.
When moving the mouse over a "this" a hover appeared and seemed to show the attributes of the this.

But this fil... | completed | prevent bogus hovers I was in a debugging session and opened a completely unrelated file in VS Code.
When moving the mouse over a "this" a hover appeared and seemed to show the attributes of the this.
, if ... | completed | Text highlighted with double click intermittently can't be edited Hi
Before I continue I just want to say thanks for all the hard work on making visual studio code a fantastic editor. I prefer it to WebStorm, Atom, Sublime and anything else!
Ok to the main point, I have noticed what I think is a bug.
When edit... | 421 | [] | 0 | False | |
1848 | Sporadic test failures | 2016-01-07 06:50:59+00:00 | 2016-01-07 11:38:18+00:00 | ```
1) ExtHostLanguageFeatures References, registration order:
Error: timeout of 2000ms exceeded. Ensure the done() callback is being called in this test.
at null.<anonymous> (C:\Users\appveyor\AppData\Roaming\npm\node_modules\mocha\lib\runnable.js:189:19)
```
https://ci.appveyor.com/project/VSCode/vs... | completed | Sporadic test failures ```
1) ExtHostLanguageFeatures References, registration order:
Error: timeout of 2000ms exceeded. Ensure the done() callback is being called in this test.
at null.<anonymous> (C:\Users\appveyor\AppData\Roaming\npm\node_modules\mocha\lib\runnable.js:189:19)
```
https://ci.appveyo... | 173 | [] | 0 | False | |
1847 | Cannot watch for file changes for files on disk root | 2016-01-07 06:44:29+00:00 | 2016-09-19 09:32:41+00:00 | Code version: 0.10.6
OS: Windows 10 x64
I have noticed that if a file is open in code and the file is changed externally, there is no way to know about it until I try to save it. I feel that if the file on the disk and file opened on code is in same state it should automatically reflect the changes made on the disk... | completed | Cannot watch for file changes for files on disk root Code version: 0.10.6
OS: Windows 10 x64
I have noticed that if a file is open in code and the file is changed externally, there is no way to know about it until I try to save it. I feel that if the file on the disk and file opened on code is in same state it shou... | 232 | [] | 0 | False | |
1846 | Issue with markdown table | 2016-01-07 05:58:08+00:00 | 2016-06-16 16:15:06+00:00 | - VS Code version : 0.10.6
- OS system : windows 10 x64
Like this markdwon file :
```
key | value
--- | ---
\| | `|`
a \| b | `a | b`
```
VS Code preview :

github preview :
... | completed | Issue with markdown table - VS Code version : 0.10.6
- OS system : windows 10 x64
Like this markdwon file :
```
key | value
--- | ---
\| | `|`
a \| b | `a | b`
```
VS Code preview :
 symbol for rename
- from context menu pick "Rename symbol"
- Observe: a text box appears
- trying to select the text in the text box with the mouse doesn't work
| completed | mouse select doesn't work in rename text box on OS X - select a (TypeScript) symbol for rename
- from context menu pick "Rename symbol"
- Observe: a text box appears
- trying to select the text in the text box with the mouse doesn't work
| 63 | [] | 0 | False | |
1837 | Italics break in Markdown mode when there's linebreak | 2016-01-06 21:00:55+00:00 | 2018-02-09 22:53:30+00:00 | Hello,
I noticed, that when editing Markdown text, italics is not shown correctly, if the text, that must be in italics, has linebreak. Same issue is also with bold. I attached screencapture below.

| completed | Italics break in Markdown mode when there's linebreak Hello,
I noticed, that when editing Markdown text, italics is not shown correctly, if the text, that must be in italics, has linebreak. Same issue is also with bold. I attached screencapture below.
 to a docked Code window the file will be opened, but the window will be undocked. I have this issue on two seperate PC's.
Windows 7 ultimate 64bit
Code v 0.10.6
| completed | Mouse Drag & Drop causes undocking of window When drag a file (e.g. from explorer) to a docked Code window the file will be opened, but the window will be undocked. I have this issue on two seperate PC's.
Windows 7 ultimate 64bit
Code v 0.10.6
| 70 | [] | 0 | False | |
1820 | Putting a breakpoint in an internal module does not work | 2016-01-06 09:38:58+00:00 | 2016-01-06 09:49:27+00:00 | Start debugging, open an internal module (e.g module.js) and try to set a breakpoint in the internal module -> breakpoint validation removes breakpoint.
Debugging this showed that both arrays 'breakpoints' and 'lines' are empty.
| completed | Putting a breakpoint in an internal module does not work Start debugging, open an internal module (e.g module.js) and try to set a breakpoint in the internal module -> breakpoint validation removes breakpoint.
Debugging this showed that both arrays 'breakpoints' and 'lines' are empty.
| 74 | [] | 0 | False | |
1798 | "Undo Last Commit" should be grayed out if there are no commits. | 2016-01-05 19:14:41+00:00 | 2017-11-23 13:26:34+00:00 | After initializing git repository, but before committing, I can select "Undo Last Commit" from the "..." menu. That fails, of course. The resulting git reset HEAD~ won't work if there are no commits.
Undo Last Commit should be grayed out if HEAD doesn't have a parent.
Here's the log:
```
git init
git fetch
... | completed | "Undo Last Commit" should be grayed out if there are no commits. After initializing git repository, but before committing, I can select "Undo Last Commit" from the "..." menu. That fails, of course. The resulting git reset HEAD~ won't work if there are no commits.
Undo Last Commit should be grayed out if HEAD doesn'... | 315 | [] | 0 | False | |
1796 | HTTPS Authentication not working on Linux | 2016-01-05 16:50:54+00:00 | 2016-04-07 13:53:20+00:00 | On VS Code 0.10.6, when trying to sync changes in a HTTPS-backed Git repository, I get an error message which expands to [1] when I click 'show output', if VS Code was run from the desktop environment. If I close VS Code and run it from the terminal instead, I get the username and password prompts _on the terminal_ and... | completed | HTTPS Authentication not working on Linux On VS Code 0.10.6, when trying to sync changes in a HTTPS-backed Git repository, I get an error message which expands to [1] when I click 'show output', if VS Code was run from the desktop environment. If I close VS Code and run it from the terminal instead, I get the username ... | 907 | [] | 0 | False | |
1794 | Keybinding widget: "<"-key not working for Swedish keyboard (Windows) | 2016-01-05 12:00:41+00:00 | 2016-01-06 18:32:24+00:00 | When using the Keybinding widget to edit the keybindings.json file, it will just respond with "unknown" when you try to press the key `<`. The `<` key is located between `shift` and `z` (see picture), and I belive that key isn't present on most US-keyboards.
At first I thought it was a problem with the node-native-... | completed | Keybinding widget: "<"-key not working for Swedish keyboard (Windows) When using the Keybinding widget to edit the keybindings.json file, it will just respond with "unknown" when you try to press the key `<`. The `<` key is located between `shift` and `z` (see picture), and I belive that key isn't present on most US-ke... | 340 | [] | 0 | False | |
1786 | Don't ship signing debug logs on Windows | 2016-01-05 10:30:11+00:00 | 2016-03-08 14:56:04+00:00 | My install dir is full with these:

| completed | Don't ship signing debug logs on Windows My install dir is full with these:

| 75 | [] | 0 | False | |
1785 | Can't create a tsconfig.json file anymore | 2016-01-05 10:18:22+00:00 | 2016-01-05 14:48:49+00:00 | - new workspace
- create folder app
- try to create tsconfig.json
Observe: after typing tscon you see

| completed | Can't create a tsconfig.json file anymore - new workspace
- create folder app
- try to create tsconfig.json
Observe: after typing tscon you see

| 94 | [] | 0 | False | |
1778 | [less] mixins ") expected" errors | 2016-01-04 22:38:36+00:00 | 2016-07-20 16:27:25+00:00 | When editing a **.less** file unexpected errors show when working with mixins. These errors show when using a mixin with a named parameter.
**VS Code version:**
0.10.6
**Code:**
``` less
.mixin(@a, @b) {
content: @a + @b;
}
.test {
.mixin(@b: 1);
}
```
 expected" errors When editing a **.less** file unexpected errors show when working with mixins. These errors show when using a mixin with a named parameter.
**VS Code version:**
0.10.6
**Code:**
``` less
.mixin(@a, @b) {
content: @a + @b;
}
.test {
.mixin(@b: 1);
}
```
![image... | 151 | [] | 0 | False | |
1773 | "Duplicate function implementation." Error underlining | 2016-01-04 17:40:01+00:00 | 2016-03-14 08:49:55+00:00 | When a JavaScript function is defined and committed to git, vscode takes further changes to the file and incorrectly notifies the user of a duplicate function implementation because of the older git version of the code and the edited version are thought to be different functions by vscode. After the change to the file ... | completed | "Duplicate function implementation." Error underlining When a JavaScript function is defined and committed to git, vscode takes further changes to the file and incorrectly notifies the user of a duplicate function implementation because of the older git version of the code and the edited version are thought to be diffe... | 93 | [] | 0 | False | |
1769 | No Intellisense with package.json | 2016-01-04 15:28:30+00:00 | 2016-01-05 13:22:36+00:00 | I have created a `package.json` file using `npm`. When opening it in VS Code I don't get any Intellisense whatsoever.
What's wrong?

| completed | No Intellisense with package.json I have created a `package.json` file using `npm`. When opening it in VS Code I don't get any Intellisense whatsoever.
What's wrong?

| 102 | [] | 0 | False | |
1763 | OpenAnythingHandler throws errors | 2016-01-04 09:35:22+00:00 | 2016-01-04 12:58:25+00:00 | ```
Unable to instanciate quick open handler vs/workbench/parts/search/browser/openAnythingHandler - OpenSymbolHandler: {}e.onUnexpectedError @ workbench.main.js:91
workbench.main.js:67 Unable to instanciate quick open handler vs/workbench/parts/search/browser/openAnythingHandler - OpenSymbolHandler: {}: Error: Unabl... | completed | OpenAnythingHandler throws errors ```
Unable to instanciate quick open handler vs/workbench/parts/search/browser/openAnythingHandler - OpenSymbolHandler: {}e.onUnexpectedError @ workbench.main.js:91
workbench.main.js:67 Unable to instanciate quick open handler vs/workbench/parts/search/browser/openAnythingHandler - O... | 691 | [] | 0 | False | |
1762 | AutoSave setting is lost | 2016-01-04 09:33:21+00:00 | 2016-01-06 08:45:37+00:00 | The now deprecated Auto Save setting isn't preserved by the latest changes to move it into user-settings. That's sort of data-loss and the setting should be populated with my old choice of what I had selected (Auto Save|!Auto Save).
| completed | AutoSave setting is lost The now deprecated Auto Save setting isn't preserved by the latest changes to move it into user-settings. That's sort of data-loss and the setting should be populated with my old choice of what I had selected (Auto Save|!Auto Save).
| 70 | [] | 0 | False | |
1757 | Previous state upon startup not restored | 2016-01-03 21:32:13+00:00 | 2016-01-05 17:01:04+00:00 | Have the ability to remember the previous state of the editor upon startup.
I used this with electron:
storage.js
```
var app = require('app');
var fs = require('fs');
var path = require('path');
var data = null;
var dataFilePath = path.join(app.getPath('userData'), 'data.json');
function load() {
... | completed | Previous state upon startup not restored Have the ability to remember the previous state of the editor upon startup.
I used this with electron:
storage.js
```
var app = require('app');
var fs = require('fs');
var path = require('path');
var data = null;
var dataFilePath = path.join(app.getPath('userData')... | 542 | [] | 0 | False | |
1748 | Documentation: Extension Manifest doesn't exist | 2016-01-02 23:34:19+00:00 | 2016-01-04 22:59:35+00:00 | The FAQ in the [Customize Visual Studio Code](https://code.visualstudio.com/docs/customization/overview) page points to a non-existing [Extension Manifest](https://code.visualstudio.com/docs/extensions/extension-manifest) page.
Clicking the link yields a 404.
| completed | Documentation: Extension Manifest doesn't exist The FAQ in the [Customize Visual Studio Code](https://code.visualstudio.com/docs/customization/overview) page points to a non-existing [Extension Manifest](https://code.visualstudio.com/docs/extensions/extension-manifest) page.
Clicking the link yields a 404.
| 94 | [] | 0 | False | |
1747 | insertSpaces = auto, new file, first indentation, tab not possible. | 2016-01-02 21:59:50+00:00 | 2016-03-15 08:46:42+00:00 | When `insertSpaces = auto` is set and you create a new file, pressing the tab key will insert spaces rather than a tab character. This is a problematic default because it means there is no easy way to actually get the first tab into the file so the `auto` can start learning what the file's indentation mechanism is. I... | completed | insertSpaces = auto, new file, first indentation, tab not possible. When `insertSpaces = auto` is set and you create a new file, pressing the tab key will insert spaces rather than a tab character. This is a problematic default because it means there is no easy way to actually get the first tab into the file so the `a... | 213 | [] | 0 | False | |
1732 | problem with tasks.json and typescript compiler under Ubuntu 14.04 | 2016-01-01 19:37:14+00:00 | 2016-01-06 08:40:29+00:00 | I have typescript installed globally but after editing tasks.json and try to run tsc command from vscode it doesn't appear in the list.If I run tsc commands from the terminal it works.
| completed | problem with tasks.json and typescript compiler under Ubuntu 14.04 I have typescript installed globally but after editing tasks.json and try to run tsc command from vscode it doesn't appear in the list.If I run tsc commands from the terminal it works.
| 68 | [] | 0 | False | |
1729 | ProblemMatcher freezes VSCode on multiline problem output | 2016-01-01 07:00:21+00:00 | 2016-01-04 10:13:50+00:00 | Attempt to run a python program using a single line problem matcher. For example, use the tasks.json from http://stackoverflow.com/questions/29987840/how-to-execute-python-code-from-within-visual-studio-code, except make it a test command or build command so you can run with a shortcut. Run on an app.py file containing... | completed | ProblemMatcher freezes VSCode on multiline problem output Attempt to run a python program using a single line problem matcher. For example, use the tasks.json from http://stackoverflow.com/questions/29987840/how-to-execute-python-code-from-within-visual-studio-code, except make it a test command or build command so you... | 197 | [] | 0 | False | |
1726 | Unable to input "line break" character in search box | 2015-12-31 17:52:52+00:00 | 2016-01-05 09:15:47+00:00 | OS: Mac OS X 10.10.5
Visual Studio Code version: 0.10.6 (a80232bbcfe8a5cdad1ebc98638673d9dcb02458)
Description:
1. In a file I was editing, I tried to search how many "line break" characters in the file;
2. I was not sure if the "line break" character is CRLF/CR/LF, so I tried to copy & paste the "line break" cha... | completed | Unable to input "line break" character in search box OS: Mac OS X 10.10.5
Visual Studio Code version: 0.10.6 (a80232bbcfe8a5cdad1ebc98638673d9dcb02458)
Description:
1. In a file I was editing, I tried to search how many "line break" characters in the file;
2. I was not sure if the "line break" character is CRLF/C... | 171 | [] | 0 | False | |
1721 | File picker: can end up showing the same file twice | 2015-12-31 06:55:36+00:00 | 2016-01-04 09:57:40+00:00 | When searching for a workspace relative path that is not filtered by exclude rules.
| completed | File picker: can end up showing the same file twice When searching for a workspace relative path that is not filtered by exclude rules.
| 33 | [] | 0 | False | |
1719 | VS code doesnot display some UTF-8 characters | 2015-12-31 01:59:40+00:00 | 2016-05-15 17:06:19+00:00 | I use VS code for Windows, version 0.10.6.
VS code does not display some UTF-8 characters like '⦃' and '⟪'.
(Notepad and editor of VS 2015 Community can display that characters.)
| completed | VS code doesnot display some UTF-8 characters I use VS code for Windows, version 0.10.6.
VS code does not display some UTF-8 characters like '⦃' and '⟪'.
(Notepad and editor of VS 2015 Community can display that characters.)
| 58 | [] | 0 | False | |
1712 | IntelliSense: most relevant result is not revealed | 2015-12-30 14:22:05+00:00 | 2016-01-04 14:50:34+00:00 | When I have a node.js import for "path" and type "path", the element is not revealed:

| completed | IntelliSense: most relevant result is not revealed When I have a node.js import for "path" and type "path", the element is not revealed:

| 90 | [] | 0 | False | |
1710 | Diagnostics with severity Hint and Information have no visual indication in UI | 2015-12-30 13:08:14+00:00 | 2016-01-23 13:05:21+00:00 | Diagnostics created from an extension with `DiagnosticSeverity.Hint` or `DiagnosticSeverity.Information` have no indication in the UI. They show up very gray in the Errors/Warning selector (ctrl+m) and do not show indicators in the status bar and are not underlined in the editor.
| completed | Diagnostics with severity Hint and Information have no visual indication in UI Diagnostics created from an extension with `DiagnosticSeverity.Hint` or `DiagnosticSeverity.Information` have no indication in the UI. They show up very gray in the Errors/Warning selector (ctrl+m) and do not show indicators in the status ba... | 97 | [] | 0 | False | |
1708 | workspace.applyEdit fails in git view | 2015-12-30 10:43:09+00:00 | 2016-02-02 08:26:02+00:00 | I have a code action that performs a WorkspaceEdit which works just fine in the normal view but fails in the diff view.
Code:
``` javascript
let edit = new vscode.WorkspaceEdit();
edit.replace(uri, range, replacementText);
vscode.workspace.applyEdit(edit);
```
Message:
TypeError: i.getModel(...).getAssoci... | completed | workspace.applyEdit fails in git view I have a code action that performs a WorkspaceEdit which works just fine in the normal view but fails in the diff view.
Code:
``` javascript
let edit = new vscode.WorkspaceEdit();
edit.replace(uri, range, replacementText);
vscode.workspace.applyEdit(edit);
```
Message:... | 579 | [] | 0 | False | |
1704 | cannot launch code from command line using Git Bash on Windows | 2015-12-30 02:50:33+00:00 | 2016-02-25 15:53:35+00:00 | `code .` works fine in cmd.exe on Windows 10, but fails with `command not found` when in Git Bash.
Please add built-in support for launching code from the Git Bash command line. This works with atom out of the box.
| completed | cannot launch code from command line using Git Bash on Windows `code .` works fine in cmd.exe on Windows 10, but fails with `command not found` when in Git Bash.
Please add built-in support for launching code from the Git Bash command line. This works with atom out of the box.
| 74 | [] | 0 | False | |
1703 | Thread exited event ignored | 2015-12-30 00:14:19+00:00 | 2016-04-21 19:39:02+00:00 | Even though clearly an thread event with `reason: "exited"` is sent, VS Code does not update the UI to remove the exited thread:

last communication:
```
-> continueRequest
{ type: 'request',
... | completed | Thread exited event ignored Even though clearly an thread event with `reason: "exited"` is sent, VS Code does not update the UI to remove the exited thread:

last communication:
```
-> continue... | 321 | [] | 0 | False | |
1702 | buffer newly created breakpoints until initialize request is received | 2015-12-29 23:57:34+00:00 | 2016-01-04 10:48:06+00:00 | A debug adapter is free to request persisted breakpoints at any time by sending an "initialize" request. If another breakpoint is created before the "initialize" request has arrived, the breakpoint is directly sent to the adapter without waiting for the "initialize" request. This is a bug. We should buffer these breakp... | completed | buffer newly created breakpoints until initialize request is received A debug adapter is free to request persisted breakpoints at any time by sending an "initialize" request. If another breakpoint is created before the "initialize" request has arrived, the breakpoint is directly sent to the adapter without waiting for... | 119 | [] | 0 | False | |
1701 | Break reason is shared between threads | 2015-12-29 23:50:06+00:00 | 2016-01-04 14:55:12+00:00 | If one thread breaks on exception, and the other breaks on a breakpoint, whatever reason came last will always be what is shown in the UI.

| completed | Break reason is shared between threads If one thread breaks on exception, and the other breaks on a breakpoint, whatever reason came last will always be what is shown in the UI.

| 102 | [] | 0 | False | |
1700 | VS Code does not honor success: false for VariableRequests | 2015-12-29 23:27:27+00:00 | 2016-01-04 11:58:59+00:00 | A bug I picked up during development. This is an screenshot showing how VS Code displays an error that was send through `sendErrorResponse` as a result for the variable, when it should really show an error message for the user.

3. Observe red underlines indicating linter errors
4. Switch la... | completed | Activated linter does not go away when switching language mode **Steps to reproduce**
1. Create an invalid file featuring invalid javascript, such as:
```
# I'm invalid
```
2. Switch language mode to javascript (command palette -> `"lang"` -> <kbd>enter</kbd> -> `"javascript"` -> <kbd>enter</kbd>)
3... | 133 | [] | 0 | False | |
1687 | VSC 10.6 does not allow to attach debugger to running Electron app (working great with 10.3) | 2015-12-29 13:22:17+00:00 | 2016-01-19 10:31:39+00:00 | VSC 10.6 does not allow to attach the debugger to a running Electron (0.36.2) app.
I was able to downgrade VSC by downloading from here to version 10.3: https://github.com/Microsoft/vscode/wiki/Previous-Releases.
VSC 10.3 is allowing to attach the debugger to a running Electron app with these simple settings:
... | completed | VSC 10.6 does not allow to attach debugger to running Electron app (working great with 10.3) VSC 10.6 does not allow to attach the debugger to a running Electron (0.36.2) app.
I was able to downgrade VSC by downloading from here to version 10.3: https://github.com/Microsoft/vscode/wiki/Previous-Releases.
VSC 10.3 i... | 194 | [] | 0 | False | |
1684 | The text goes beyond the window | 2015-12-29 01:07:01+00:00 | 2017-04-05 13:31:24+00:00 | Open any text file and resize window in the horizontal direction.

| completed | The text goes beyond the window Open any text file and resize window in the horizontal direction.

| 84 | [] | 0 | False | |
1678 | [bat] Fix batch syntax | 2015-12-28 19:10:23+00:00 | 2016-01-08 14:19:24+00:00 | Fixes some issues with batch syntax, addressing #487
- `rem` comments are properly detected
- variables are properly parsed, including
- `%regular_variables%`
- `!delay_expanded_variables!`
- Script parameters (`%1`, `%~dp0`, etc.)
- Loop induction variables (`%%f`, `%%~nxf`, etc.)
- Incomplete strings ... | [bat] Fix batch syntax Fixes some issues with batch syntax, addressing #487
- `rem` comments are properly detected
- variables are properly parsed, including
- `%regular_variables%`
- `!delay_expanded_variables!`
- Script parameters (`%1`, `%~dp0`, etc.)
- Loop induction variables (`%%f`, `%%~nxf`, etc.)... | 154 | [] | 0 | False | ||
1669 | [C++] final and override keywords are not correctly identified | 2015-12-27 16:58:46+00:00 | 2017-02-22 22:09:56+00:00 | The C++11 specifiers [`final`](http://en.cppreference.com/w/cpp/language/final) and [`override`](http://en.cppreference.com/w/cpp/language/override) are missing in the C++ syntax file.
They are context specific keywords, so they must not always be classified as a keyword.
Ironically they are present in the [C synta... | completed | [C++] final and override keywords are not correctly identified The C++11 specifiers [`final`](http://en.cppreference.com/w/cpp/language/final) and [`override`](http://en.cppreference.com/w/cpp/language/override) are missing in the C++ syntax file.
They are context specific keywords, so they must not always be classifi... | 247 | [] | 0 | False | |
1668 | Markdown previewing for code blocks breaks when 1st line is square bracket | 2015-12-27 08:50:48+00:00 | 2016-09-28 22:25:41+00:00 | A picture speaks a thousand words. First screenshot, Markdown previewing is incorrect and ordered numbering is subsequently broken also as a result of the first line of the code starting with an open square bracket. When the open square bracket is replaced with another character (a number 1 in the second screenshot), t... | completed | Markdown previewing for code blocks breaks when 1st line is square bracket A picture speaks a thousand words. First screenshot, Markdown previewing is incorrect and ordered numbering is subsequently broken also as a result of the first line of the code starting with an open square bracket. When the open square bracket ... | 207 | [] | 0 | False | |
1667 | ${file} variable should change when active editor pane switches to a different file | 2015-12-27 07:34:14+00:00 | 2015-12-28 09:37:50+00:00 | It appears that the `${file}` variable can be used in `launch.json` configurations to determine the "program" to be run when the user starts the debugger. A couple users of the PowerShell extension have discovered that this variable will have the file path of the first opened file in the workspace. However, if they s... | completed | ${file} variable should change when active editor pane switches to a different file It appears that the `${file}` variable can be used in `launch.json` configurations to determine the "program" to be run when the user starts the debugger. A couple users of the PowerShell extension have discovered that this variable wi... | 234 | [] | 0 | False | |
1661 | Issue in indentation when formatting consecutive objects | 2015-12-26 11:41:24+00:00 | 2016-01-04 10:45:40+00:00 | There's a very annoying issue when hitting "format code" in a TS file. Here's an example:
``` ts
[{
}, {
}]
// or
fn({
}, {
})
```
becomes:
``` ts
[{
}, {
}]
// or
fn({
}, {
})
```
This gets really annoying when you have large nested objects containing things like functions etc...
| completed | Issue in indentation when formatting consecutive objects There's a very annoying issue when hitting "format code" in a TS file. Here's an example:
``` ts
[{
}, {
}]
// or
fn({
}, {
})
```
becomes:
``` ts
[{
}, {
}]
// or
fn({
}, {
})
```
This gets really annoying when you have large ne... | 110 | [] | 0 | False | |
1659 | [css] @namespace is not syntax highlighted | 2015-12-26 10:43:28+00:00 | 2017-02-22 21:48:25+00:00 | Works correctly in the parser for linting and in Intellisense, but isn't syntax highlighted as missing from css.plist

Syntax should be:
namespace
: NAMESPACE_SYM S\... | completed | [css] @namespace is not syntax highlighted Works correctly in the parser for linting and in Intellisense, but isn't syntax highlighted as missing from css.plist

Syntax shoul... | 253 | [] | 0 | False | |
1658 | Patch gave me issues that persist in fresh install... | 2015-12-26 07:35:37+00:00 | 2016-02-03 11:00:56+00:00 | [C:/Users/Robbie Blair/.vscode/extensions/eg2.tslint]: Cannot read file C:/Users/Robbie Blair/.vscode/extensions/eg2.tslint/package.json: ENOENT: no such file or directory, open 'C:\Users\Robbie Blair.vscode\extensions\eg2.tslint\package.json'
I dont know what eg2 is.. presumably if I installed the extension itd go ... | completed | Patch gave me issues that persist in fresh install... [C:/Users/Robbie Blair/.vscode/extensions/eg2.tslint]: Cannot read file C:/Users/Robbie Blair/.vscode/extensions/eg2.tslint/package.json: ENOENT: no such file or directory, open 'C:\Users\Robbie Blair.vscode\extensions\eg2.tslint\package.json'
I dont know what eg... | 143 | [] | 0 | False | |
1657 | Don't try to content assist in comments | 2015-12-26 06:18:27+00:00 | 2017-03-08 09:44:48+00:00 | Don't try to content assist / perform intellisense when writing a comment. Really really annoying, when every other word pops up suggestions. Don't want it.
Dupe of #538 that got closed but not fixed really though.
| completed | Don't try to content assist in comments Don't try to content assist / perform intellisense when writing a comment. Really really annoying, when every other word pops up suggestions. Don't want it.
Dupe of #538 that got closed but not fixed really though.
| 64 | [] | 0 | False | |
1656 | [CSS] Syntax highlighting no longer works for property keyword values and functions | 2015-12-26 03:56:25+00:00 | 2016-02-29 16:31:56+00:00 | Before Dec update:

After:

... | completed | [CSS] Syntax highlighting no longer works for property keyword values and functions Before Dec update:

After:

I think this is related to an issue Atom fixed in their repo:
https://github.com/atom/language-css/commit/6e3e60632f36e304e18f1f3a5581753c73286ddb
| completed | [CSS] Vendor prefixes are not syntax highlighted in property names 
I think this is related to an issue Atom fixed in their repo:
https://github.com/atom/language-css/commit/6e... | 136 | [] | 0 | False | |
1654 | [css] calc() is not in IntelliSense or syntax highlight | 2015-12-26 03:44:14+00:00 | 2017-02-22 21:47:40+00:00 | calc is not included in css.plist so it is not coloured:

(no values are coloured in latest Dec update but that is a different issue.)
It is also not included in the auto ... | completed | [css] calc() is not in IntelliSense or syntax highlight calc is not included in css.plist so it is not coloured:

(no values are coloured in latest Dec update but that is a ... | 234 | [] | 0 | False | |
1647 | IntelliSense breaks when joining 'var' declarations with 'yield' keyword. | 2015-12-25 11:57:47+00:00 | 2016-03-14 08:50:35+00:00 | var variable1 = yield instance.generatorFunction(), variable2 = yield [[here IntelliSense stops recognizing presence of 'instance']]
| completed | IntelliSense breaks when joining 'var' declarations with 'yield' keyword. var variable1 = yield instance.generatorFunction(), variable2 = yield [[here IntelliSense stops recognizing presence of 'instance']]
| 61 | [] | 0 | False | |
1646 | Disabling windows' recycling bin causes file deleting to fail | 2015-12-25 07:28:27+00:00 | 2015-12-28 13:07:20+00:00 | It will fail every time showing the error:
```
Failed to move '{filename}' to the trash
```
and won't delete until you use the `Delete Permanently` option in the error message
| completed | Disabling windows' recycling bin causes file deleting to fail It will fail every time showing the error:
```
Failed to move '{filename}' to the trash
```
and won't delete until you use the `Delete Permanently` option in the error message
| 63 | [] | 0 | False | |
1642 | gulpfile.hygiene on Windows | 2015-12-24 19:36:18+00:00 | 2016-03-04 09:44:28+00:00 | I'm using Windows with `core.autocrlf=true` which means that files in my working directory have CRLF line endings, but are converted to LF when I commit. But I can't commit because the hygiene check fails because it sees the CRLF endings.
I got around it by converting the file to just use LF, but is there a recommen... | completed | gulpfile.hygiene on Windows I'm using Windows with `core.autocrlf=true` which means that files in my working directory have CRLF line endings, but are converted to LF when I commit. But I can't commit because the hygiene check fails because it sees the CRLF endings.
I got around it by converting the file to just use... | 148 | [] | 0 | False | |
1636 | Selection and selection matches highlight color | 2015-12-24 13:17:33+00:00 | 2016-08-29 17:53:11+00:00 | 
It's really hard to tell which is the selected text and which are the selection matches.
| completed | Selection and selection matches highlight color 
It's really hard to tell which is the selected text and which are the selection matches.
| 82 | [] | 0 | False | |
1634 | [sql] syntax highlighting error | 2015-12-24 11:10:46+00:00 | 2017-02-23 20:32:17+00:00 | Problems with ' '

| completed | [sql] syntax highlighting error Problems with ' '

| 70 | [] | 0 | False | |
1632 | javascript code analysis error by comment | 2015-12-24 07:13:27+00:00 | 2016-03-14 08:50:55+00:00 | 



, and the output editor panel is closed, it sometimes opens up empty. I don't notice this bug if the output editor panel is already open and I run Ctrl+Shift+B; I only notice it when the panel is closed and Ctrl+Shift+B opens it up.
This does not happen every t... | completed | Output window sometimes doesn't display output When running a task (I'm running the default build task), and the output editor panel is closed, it sometimes opens up empty. I don't notice this bug if the output editor panel is already open and I run Ctrl+Shift+B; I only notice it when the panel is closed and Ctrl+Shift... | 158 | [] | 0 | False | |
1620 | Line indent doesn't handle leading whitespace properly | 2015-12-23 21:46:23+00:00 | 2017-04-05 13:28:46+00:00 | Indenting a line with leading whitespace seems to have some corners that need ironing out. It appears to be attempting something smart about tab-stop alignment, but it should really just be dumb and indent all lines the same.
e.g.
.
I have a project that is the entire web site and within there is a folder where we draft blog posts in markdown. So the folder structure looks like this:
```
app
⌞ posts
⌞ 2016
⌞ 01
... | completed | Relative HTML image tags in markdown are not working I think this relates to #803 but seems to be a bit different (or an update hasn't been deployed with the fix).
I have a project that is the entire web site and within there is a folder where we draft blog posts in markdown. So the folder structure looks like thi... | 396 | [] | 0 | False | |
1609 | Wrong indentation of block comments. | 2015-12-23 09:51:29+00:00 | 2016-01-11 09:53:09+00:00 | Thank you for fixed #348.
Still, there is a case that `Indent` operation for block comments is wrong.

If there is a empty line in a block comment, after the empty line, a space followed by the ... | completed | Wrong indentation of block comments. Thank you for fixed #348.
Still, there is a case that `Indent` operation for block comments is wrong.

If there is a empty line in a block comment, after the... | 211 | [] | 0 | False | |
1607 | Keyboard shortcuts doesn't Prevent Default Action | 2015-12-23 08:44:53+00:00 | 2017-03-24 11:46:01+00:00 | I have set a shortcut below:
``` json
[
{ "key": "alt+f", "command": "workbench.action.files.revealActiveFileInWindows" },
]
```
VSCode does reveal the open file in Finder, however sometimes it also print a `ƒ` character which is unexpected.
, there is no longer folder named **csharp-o**.

I manually deleted the folder and restarted vscode and issue is gon... | completed | updating to vscode 0.10.5 issue with csharp-o Looking into [repository](https://github.com/Microsoft/vscode/tree/master/extensions), there is no longer folder named **csharp-o**.

I manually deleted th... | 145 | [] | 0 | False | |
1599 | ctrl+shift+j yields "Cannot read property 'openViewlet' of undefined" | 2015-12-23 01:34:54+00:00 | 2015-12-23 08:40:18+00:00 | ## explanation
The default keyboard shortcuts file contains:
```
{
"key": "ctrl+shift+j",
"command": "workbench.action.search.toggleQueryDetails",
"when": "searchViewletVisible"
},
```
So, I tried it out, but got an error.
## repro
1. Open search view (via <kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>f<... | completed | ctrl+shift+j yields "Cannot read property 'openViewlet' of undefined" ## explanation
The default keyboard shortcuts file contains:
```
{
"key": "ctrl+shift+j",
"command": "workbench.action.search.toggleQueryDetails",
"when": "searchViewletVisible"
},
```
So, I tried it out, but got an error.
## re... | 243 | [] | 0 | False | |
1598 | install extension is slow (needs caching?) | 2015-12-23 01:07:15+00:00 | 2016-01-04 11:59:57+00:00 | Invoking the command `ext install` repeatedly is really slow.
When you invoke the command, a little blue line scrolls horizontally to show it's doing something (fetching the extension database?), and eventually displays a list of extensions you can install. Repeatedly invoking the command should cache this work from... | completed | install extension is slow (needs caching?) Invoking the command `ext install` repeatedly is really slow.
When you invoke the command, a little blue line scrolls horizontally to show it's doing something (fetching the extension database?), and eventually displays a list of extensions you can install. Repeatedly invok... | 129 | [] | 0 | False | |
1594 | [java] enum with values coloring is off | 2015-12-22 23:24:27+00:00 | 2017-02-22 22:01:17+00:00 | The coloring of java enums if off when you add values. The strings in the below example will be colored as if it's code (i.e. 'Banana', 'Apple', 'Co' and 'Nut' are blue; and 'co' is white
```
public enum Fuit {
Banana ("Banana"),
Apple ("Apple"),
Coconut ("Co co Nut");
public final String text... | completed | [java] enum with values coloring is off The coloring of java enums if off when you add values. The strings in the below example will be colored as if it's code (i.e. 'Banana', 'Apple', 'Co' and 'Nut' are blue; and 'co' is white
```
public enum Fuit {
Banana ("Banana"),
Apple ("Apple"),
Coconut ("Co c... | 129 | [] | 0 | False | |
1590 | JSDoc Comment seen as code error in JavaScript | 2015-12-22 21:46:13+00:00 | 2016-03-16 13:55:26+00:00 | The JSDoc comment `* @param {Array<string>} [plugins=['defaults']] - plugins to enables` shows a red underline below the `<` before string.
When clicking on the error/warning notice, it says `'}' expected.`
It is expected that code within a comment does not give error/warning notices for JavaScript
Using versi... | completed | JSDoc Comment seen as code error in JavaScript The JSDoc comment `* @param {Array<string>} [plugins=['defaults']] - plugins to enables` shows a red underline below the `<` before string.
When clicking on the error/warning notice, it says `'}' expected.`
It is expected that code within a comment does not give erro... | 107 | [] | 0 | False | |
1588 | 'Find' silently fails after 1000 results | 2015-12-22 20:07:16+00:00 | 2016-01-09 01:01:37+00:00 | If you search for something, Code only finds the first 1000 instances - it silently fails to navigate and/or highlight further instances.
This makes viewing/searching log files (which often have 10Ks or more instances) pretty much a no-go with Code.
 pretty much a no-go with Code.
.aspx is included in a comment in a Java source file, Visual Studio Code won't properly detect where it ends, omitting the last six characters and resulting in a broken link.
| completed | URL containing parentheses not properly detected in Java comment If a URL such as http://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx is included in a comment in a Java source file, Visual Studio Code won't properly detect where it ends, omitting the last six characters and resulting in a bro... | 95 | [] | 0 | False | |
1584 | Hovering over new watch expression input box crops the end of input | 2015-12-22 18:25:11+00:00 | 2016-11-11 16:44:08+00:00 | 1. Create a new watch expression
2. While the input box is active hover over it, notice the end gets cropped

| completed | Hovering over new watch expression input box crops the end of input 1. Create a new watch expression
2. While the input box is active hover over it, notice the end gets cropped
... | 104 | [] | 0 | False | |
1583 | [python] Disassociate .gn with python language | 2015-12-22 17:49:28+00:00 | 2016-01-11 15:28:29+00:00 | While Python worked well with GN in v0.10.3, since then the progress made with
the Python language syntax highlighting doesn't play well with the extra quirks
on top of Python that GN introduces (braces, no colons to indicate blocks).
Making it less usable than no language mode.
| [python] Disassociate .gn with python language While Python worked well with GN in v0.10.3, since then the progress made with
the Python language syntax highlighting doesn't play well with the extra quirks
on top of Python that GN introduces (braces, no colons to indicate blocks).
Making it less usable than no langu... | 87 | [] | 0 | False | ||
1581 | Shift+tab from the "replace" textbox doesn't bring to to the "find" textbox | 2015-12-22 17:05:33+00:00 | 2016-01-08 12:25:43+00:00 | Actually, you cannot even reach that textbox using tab from the replace text box in a reasonable way, as I found out.
Repro steps:
- Open a text file
- Hit Ctrl+H
- Hit Tab
- Hit Shift+Tab (once, but also as much as you want)
| completed | Shift+tab from the "replace" textbox doesn't bring to to the "find" textbox Actually, you cannot even reach that textbox using tab from the replace text box in a reasonable way, as I found out.
Repro steps:
- Open a text file
- Hit Ctrl+H
- Hit Tab
- Hit Shift+Tab (once, but also as much as you want)
| 88 | [] | 0 | False | |
1580 | Changes in line endings are not correctly reflected in the extension host, leading to invalid offsets sent to external refactoring tools | 2015-12-22 16:33:08+00:00 | 2016-01-13 16:32:13+00:00 | See https://github.com/Microsoft/vscode-go/issues/165 for how this was discovered and how it effects the go extension, where I initially encountered the problem (reproduction instructions are available in [this comment](https://github.com/Microsoft/vscode-go/issues/165#issuecomment-166618653)).
In short: since the `... | completed | Changes in line endings are not correctly reflected in the extension host, leading to invalid offsets sent to external refactoring tools See https://github.com/Microsoft/vscode-go/issues/165 for how this was discovered and how it effects the go extension, where I initially encountered the problem (reproduction instruct... | 735 | [] | 0 | False | |
1579 | Sanity check file names before writing to disk | 2015-12-22 15:32:04+00:00 | 2016-02-29 17:09:47+00:00 | I just manged to save a file with the filename "cd.." because I wanted to go to the upper folder and mistakenly typed the "cd" as well instead of just ".." in the file save dialog. The file was in fact created but Windows is not too fond of that name. The file is pretty much unusable outside of VSCode.
After invest... | completed | Sanity check file names before writing to disk I just manged to save a file with the filename "cd.." because I wanted to go to the upper folder and mistakenly typed the "cd" as well instead of just ".." in the file save dialog. The file was in fact created but Windows is not too fond of that name. The file is pretty mu... | 143 | [] | 0 | False | |
1578 | No context menu in any input field | 2015-12-22 15:26:12+00:00 | 2016-02-03 10:20:24+00:00 | On OSX. I usually CTRL+C, CTRL+V; but this time I happened to right click and noticed it wouldn't work.
| completed | No context menu in any input field On OSX. I usually CTRL+C, CTRL+V; but this time I happened to right click and noticed it wouldn't work.
| 42 | [] | 0 | False | |
1576 | When I opened my solution, always got this error message. | 2015-12-22 13:16:09+00:00 | 2016-01-20 09:30:59+00:00 | When I opened my solution, always got this error message.I am from China.
My dev-environment:
> OS: Microsoft Windows 10
> IDE: Visual Studio Code 0.10.5
> DNX: 1.0.0-rc1-update1
**The solution created by visual studio 2013.**
---
*.csproj
�� Microsoft.Build.Shared.ProjectErrorUtilities.ThrowInvalidP... | completed | When I opened my solution, always got this error message. When I opened my solution, always got this error message.I am from China.
My dev-environment:
> OS: Microsoft Windows 10
> IDE: Visual Studio Code 0.10.5
> DNX: 1.0.0-rc1-update1
**The solution created by visual studio 2013.**
---
*.csproj
�� ... | 661 | [] | 0 | False | |
1575 | dropped support for relative paths in launch.json: UX problems | 2015-12-22 13:07:19+00:00 | 2016-01-12 16:13:09+00:00 | When using old launch.jsons with relative paths, VSCode throws warnings into the users face.
I don't think that we can ship with this in January.
- the warning doesn't specify what attributes are affected, instead I see only the value that I will have to fix. Since the fix has already been applied to the value, it is... | completed | dropped support for relative paths in launch.json: UX problems When using old launch.jsons with relative paths, VSCode throws warnings into the users face.
I don't think that we can ship with this in January.
- the warning doesn't specify what attributes are affected, instead I see only the value that I will have to... | 444 | [] | 0 | False | |
1568 | Debugger adapter's "runtimeArgs" parameter is ignored | 2015-12-22 08:30:56+00:00 | 2015-12-22 09:00:30+00:00 | I am trying to use native ES6 features like `Promise` and `Map` in my debug adapter. To enable these features, I've created this configuration for my debugger extension:
```
...
"contributes": {
"debuggers": [
{
"program": "./out/DebugSession.js",
"... | completed | Debugger adapter's "runtimeArgs" parameter is ignored I am trying to use native ES6 features like `Promise` and `Map` in my debug adapter. To enable these features, I've created this configuration for my debugger extension:
```
...
"contributes": {
"debuggers": [
{
... | 168 | [] | 0 | False | |
1562 | QuickFix Generate a class for 'class name' in 'namespace' (in a new file) doesn't work | 2015-12-22 03:36:16+00:00 | 2016-01-20 09:28:07+00:00 | no files get created and omnisharp needs restart to function.
here is omnisharp log.
[INFO] Starting OmniSharp at 'd:\c\Work\vscodeunity\vscodeunity-csharp.sln'...
[INFO] Started OmniSharp from 'c:\Program Files (x86)\Microsoft VS Code\resources\app\extensions\jrieken.vscode-omnisharp\bin\omnisharp.cmd' with proc... | completed | QuickFix Generate a class for 'class name' in 'namespace' (in a new file) doesn't work no files get created and omnisharp needs restart to function.
here is omnisharp log.
[INFO] Starting OmniSharp at 'd:\c\Work\vscodeunity\vscodeunity-csharp.sln'...
[INFO] Started OmniSharp from 'c:\Program Files (x86)\Microsoft... | 970 | [] | 0 | False | |
1559 | [jade] Syntax Highlighting Stops Working on Unbuffered Code | 2015-12-21 23:48:45+00:00 | 2017-02-07 10:20:02+00:00 | As soon as I use unbuffered code, the syntax highlighting stops working.
In the attached, `.row.source-of-income-row` has lost syntax highlighting -- and the rest of the jade file too.

| completed | [jade] Syntax Highlighting Stops Working on Unbuffered Code As soon as I use unbuffered code, the syntax highlighting stops working.
In the attached, `.row.source-of-income-row` has lost syntax highlighting -- and the rest of the jade file too.

| completed | "Electron" appears as Github login popup has no title 
| 84 | [] | 0 | False | |
1550 | [yaml] keys with hyphens break syntax highlighting | 2015-12-21 18:48:15+00:00 | 2016-09-15 19:52:47+00:00 | 
Editing a yaml file which has a hyphen in an unquoted key name seems to break syntax highlighting for the value of that key
Tested in 0.10.5
| completed | [yaml] keys with hyphens break syntax highlighting 
Editing a yaml file which has a hyphen in an unquoted key name seems to break syntax highlighting for the value of that key
Tested in 0.10.5
| 110 | [] | 0 | False | |
1549 | Localized keybindings mismatched | 2015-12-21 17:14:50+00:00 | 2017-03-24 16:50:30+00:00 | The "navigateBack" command is listed in my config file as:
```
{ "key": "ctrl+alt+-", "command": "workbench.action.navigateBack" }
```
I am using the German keyboard layout with Visual Studio Code. I get a tooltip over "ctrl+alt+-" telling me to press "ctrl+alt+ß" instead (the ß key of the German key... | completed | Localized keybindings mismatched The "navigateBack" command is listed in my config file as:
```
{ "key": "ctrl+alt+-", "command": "workbench.action.navigateBack" }
```
I am using the German keyboard layout with Visual Studio Code. I get a tooltip over "ctrl+alt+-" telling me to press "ctrl+alt+ß" ins... | 203 | [] | 0 | False | |
1545 | When using multiple carets, autocomplete only completes the first one selected | 2015-12-21 15:43:41+00:00 | 2017-04-05 12:40:58+00:00 | An image says more than a thousand words:

| completed | When using multiple carets, autocomplete only completes the first one selected An image says more than a thousand words:

| 92 | [] | 0 | False | |
1544 | Git keyboard navigation bug | 2015-12-21 15:28:43+00:00 | 2016-01-04 11:53:20+00:00 | **Repro**
- Make changes
- Open Git view
- Highlight first file in file view
- Press down then enter on keyboard
**Expected**
- Shows next file
**Actual**
- Highlights next file, but still shows first file
| completed | Git keyboard navigation bug **Repro**
- Make changes
- Open Git view
- Highlight first file in file view
- Press down then enter on keyboard
**Expected**
- Shows next file
**Actual**
- Highlights next file, but still shows first file
| 58 | [] | 0 | False | |
1539 | Git changes don't load anymore since latest update | 2015-12-21 14:05:06+00:00 | 2016-01-04 15:14:02+00:00 | Since the latest update I can't see any changes in my Git repositories.
I can see the amount of changed files in the repository indicated by the number below the git icon in the navigation bar. I can also see the changed files listed when I click on the icon. But when I want to see the changes then it never finishes ... | completed | Git changes don't load anymore since latest update Since the latest update I can't see any changes in my Git repositories.
I can see the amount of changed files in the repository indicated by the number below the git icon in the navigation bar. I can also see the changed files listed when I click on the icon. But whe... | 582 | [] | 0 | False | |
1537 | Markdown: HTML Coloring regression? | 2015-12-21 13:13:16+00:00 | 2016-01-29 13:26:57+00:00 | <img width="473" alt="screen shot 2015-12-21 at 14 12 57" src="https://cloud.githubusercontent.com/assets/900690/11931410/f8f583bc-a7ec-11e5-87fb-5f17874d9e2e.png">
| completed | Markdown: HTML Coloring regression? <img width="473" alt="screen shot 2015-12-21 at 14 12 57" src="https://cloud.githubusercontent.com/assets/900690/11931410/f8f583bc-a7ec-11e5-87fb-5f17874d9e2e.png">
| 85 | [] | 0 | False | |
1536 | modify launch.json Zoom back to 100% | 2015-12-21 12:51:43+00:00 | 2015-12-22 10:54:18+00:00 | When I modified launch.json, windows Zoom back to 100%.
| completed | modify launch.json Zoom back to 100% When I modified launch.json, windows Zoom back to 100%.
| 28 | [] | 0 | False | |
1519 | ES6. double letter with detect methods or var. | 2015-12-21 07:12:13+00:00 | 2016-01-04 09:45:15+00:00 | all version vs code have bug with ES6 + Russian language

then press tab or click

and we have к... | completed | ES6. double letter with detect methods or var. all version vs code have bug with ES6 + Russian language

then press tab or click
. Currently... | completed | Pass full "Source" object to "setBrealpointsRequest" In order to support breakpoints in inlined source maps, it is necessary that the "Source" object passed to the "setBrealpointsRequest" contains the same attributes that are returned from the "stackTraceRequest" (Setting breakpoints in inlined source maps is similar t... | 194 | [] | 0 | False | |
1509 | C# intellisense broken in constructors (0.10.5) | 2015-12-20 17:14:09+00:00 | 2016-01-20 09:29:16+00:00 | For regular C# functions, intellisense works as expected:

However, no intellisense shows up for constructors:
 For regular C# functions, intellisense works as expected:

However, no intellisense shows up for constructors:
![screen shot 2015... | 155 | [] | 0 | False | |
1508 | Failed to execute git - I don't use git! | 2015-12-20 14:32:13+00:00 | 2016-01-07 16:59:45+00:00 | Why does my Visual Studio Code keep popping up this message?
<img width="181" alt="image" src="https://cloud.githubusercontent.com/assets/1559447/11918376/852a9170-a6fc-11e5-87cf-e7a8992da381.png">
I don't even use Git, and it started happening. Is it because I opened the Git panel?
Restarting does nothing, chan... | completed | Failed to execute git - I don't use git! Why does my Visual Studio Code keep popping up this message?
<img width="181" alt="image" src="https://cloud.githubusercontent.com/assets/1559447/11918376/852a9170-a6fc-11e5-87cf-e7a8992da381.png">
I don't even use Git, and it started happening. Is it because I opened the Gi... | 145 | [] | 0 | False | |
1505 | [css] Wrong CSS-Error with @supports rule | 2015-12-20 12:15:15+00:00 | 2017-09-07 09:53:11+00:00 | I get a CSS-eror using the supports-rule. I've used it in combination with the backdrop-filter property but it's not working with other properties neither.
<img width="607" alt="bildschirmfoto 2015-12-20 um 13 12 53" src="https://cloud.githubusercontent.com/assets/3930150/11917940/067916ba-a71c-11e5-8d57-d05691659ff... | completed | [css] Wrong CSS-Error with @supports rule I get a CSS-eror using the supports-rule. I've used it in combination with the backdrop-filter property but it's not working with other properties neither.
<img width="607" alt="bildschirmfoto 2015-12-20 um 13 12 53" src="https://cloud.githubusercontent.com/assets/3930150/11... | 199 | [] | 0 | False | |
1504 | [theme] Monokai theme: parameters are not colored in Orange | 2015-12-20 11:18:48+00:00 | 2016-01-13 14:00:13+00:00 | Extracted from issue #1470.
I am using Monokai, where function parameters are displayed in orange, but with this update the parameters are displayed in gray although the Monokai.tmTheme clearly states that parameters should be orange (#FD971F).
| completed | [theme] Monokai theme: parameters are not colored in Orange Extracted from issue #1470.
I am using Monokai, where function parameters are displayed in orange, but with this update the parameters are displayed in gray although the Monokai.tmTheme clearly states that parameters should be orange (#FD971F).
| 82 | [] | 0 | False |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.