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 |
---|---|---|---|---|---|---|---|---|---|---|---|
840
|
Core dump: Windows 10 machine running Xming as an X server
|
2015-11-30 23:21:51+00:00
|
2015-12-22 11:05:27+00:00
|
When I try to start code in Ubuntu 14.04, using my local Windows 10 machine running Xming as an X server, code crashes before I even see a window.
~$ code &
[2] 7847
~$ bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell
[xcb] Unknown sequence number while processing queue
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
/bin/VSCode-linux-x64/Code: ../../src/xcb_io.c:274: poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.
cd vscode/
[2]+ Aborted (core dumped) code (wd: ~)
(wd now: ~/vscode)
~/vscode$ code . &
[2] 7949
~/vscode$ bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell
[xcb] Unknown sequence number while processing queue
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
/bin/VSCode-linux-x64/Code .: ../../src/xcb_io.c:274: poll_for_event: Assertion`!xcb_xlib_threads_sequence_lost' failed.
ls
[2]+ Aborted (core dumped) code .
|
completed
|
Core dump: Windows 10 machine running Xming as an X server When I try to start code in Ubuntu 14.04, using my local Windows 10 machine running Xming as an X server, code crashes before I even see a window.
~$ code &
[2] 7847
~$ bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell
[xcb] Unknown sequence number while processing queue
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
/bin/VSCode-linux-x64/Code: ../../src/xcb_io.c:274: poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.
cd vscode/
[2]+ Aborted (core dumped) code (wd: ~)
(wd now: ~/vscode)
~/vscode$ code . &
[2] 7949
~/vscode$ bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell
[xcb] Unknown sequence number while processing queue
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
/bin/VSCode-linux-x64/Code .: ../../src/xcb_io.c:274: poll_for_event: Assertion`!xcb_xlib_threads_sequence_lost' failed.
ls
[2]+ Aborted (core dumped) code .
| 422 |
[] |
0
|
False
|
|
838
|
warn about duplicate debug type ids
|
2015-11-30 21:58:31+00:00
|
2015-12-01 17:42:08+00:00
|
I made a bug fix for mono-debug available to an external user. For this I had changed the publisher id to myself. The user was not able to use that extension.
Problem: publishing an extension with the same name but a different publisher ID creates a new extension that has nothing to do with the original extension.
The debug UI code that collects the extension does not seem to detect the problem that a debug type is redefined. Subsequently it is not clear what debug adapter extension is actually used.
I suggest, that we support that debug adapter extensions for an existing debug type but with a different publisher are allowed but result in a warning.
|
completed
|
warn about duplicate debug type ids I made a bug fix for mono-debug available to an external user. For this I had changed the publisher id to myself. The user was not able to use that extension.
Problem: publishing an extension with the same name but a different publisher ID creates a new extension that has nothing to do with the original extension.
The debug UI code that collects the extension does not seem to detect the problem that a debug type is redefined. Subsequently it is not clear what debug adapter extension is actually used.
I suggest, that we support that debug adapter extensions for an existing debug type but with a different publisher are allowed but result in a warning.
| 160 |
[] |
0
|
False
|
|
834
|
No 'File Open' dialog is displayed when attempting to open a folder
|
2015-11-30 20:52:10+00:00
|
2015-12-22 11:07:06+00:00
|
I'm running Ubutu in a VM.
I've shared a folder in ubuntu using samba.
I open the folder in Visual Studio code.
I make my changes, close VS Code and shut down the VM.
Hours later....
I start VS code.
I select 'File' -> 'Open Folder'
No dialog is displayed so I choose 'File' -> 'Open Folder' again. Nothing happens. Eventually many file open dialogs appear.
I expected it to be fast and allow me to open a folder on my local computer.
|
completed
|
No 'File Open' dialog is displayed when attempting to open a folder I'm running Ubutu in a VM.
I've shared a folder in ubuntu using samba.
I open the folder in Visual Studio code.
I make my changes, close VS Code and shut down the VM.
Hours later....
I start VS code.
I select 'File' -> 'Open Folder'
No dialog is displayed so I choose 'File' -> 'Open Folder' again. Nothing happens. Eventually many file open dialogs appear.
I expected it to be fast and allow me to open a folder on my local computer.
| 137 |
[] |
0
|
False
|
|
821
|
Context menu is positioned wrongly when zoomed in
|
2015-11-30 14:26:57+00:00
|
2016-04-11 12:07:12+00:00
|
> When I zoom in (using Ctrl+Shift++) the context menu that is shown when I right click somewhere is displayed in the wrong place. I attached two images one without any zoom where the menu is displayed correctly in the second one how is displayed after pressing Ctrl+Shift++ twice. In both cases the click is where the text cursor is.
>
> Some information about my environment: This is under Windows 10. I'm using two monitors both with scaling of 125% (by that I mean the option named "change size of text apps and other items" in the diplay settings ) and the resolutions of the displays are 2560x1440 and 1080x2024.
|
completed
|
Context menu is positioned wrongly when zoomed in > When I zoom in (using Ctrl+Shift++) the context menu that is shown when I right click somewhere is displayed in the wrong place. I attached two images one without any zoom where the menu is displayed correctly in the second one how is displayed after pressing Ctrl+Shift++ twice. In both cases the click is where the text cursor is.
>
> Some information about my environment: This is under Windows 10. I'm using two monitors both with scaling of 125% (by that I mean the option named "change size of text apps and other items" in the diplay settings ) and the resolutions of the displays are 2560x1440 and 1080x2024.
| 166 |
[] |
0
|
False
|
|
820
|
[xml] entities are not highlighted
|
2015-11-30 14:25:47+00:00
|
2015-12-03 10:04:22+00:00
|
XML highlighting is also not ideal, I would expect the leading `&` and trailing `;` to also be highlighted.

- [List of XML and HTML character entity references](https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references)
- [HTML5 named character references](http://www.w3.org/TR/html5/syntax.html#named-character-references)
|
completed
|
[xml] entities are not highlighted XML highlighting is also not ideal, I would expect the leading `&` and trailing `;` to also be highlighted.

- [List of XML and HTML character entity references](https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references)
- [HTML5 named character references](http://www.w3.org/TR/html5/syntax.html#named-character-references)
| 179 |
[] |
0
|
False
|
|
814
|
Navigating from and to a file stacks the errors instead of overwriting the same error.
|
2015-11-30 09:37:32+00:00
|
2016-03-14 08:47:57+00:00
|
_From @janpieterz on November 25, 2015 15:10_
When navigating from and to a file (without opening it in working files) the errors stack, as shown in the screenshot below.
This behavior isn't present when the file is in working files, only when browsing in and out (taking a peek).

_Copied from original issue: Microsoft/vscode-jshint#5_
|
completed
|
Navigating from and to a file stacks the errors instead of overwriting the same error. _From @janpieterz on November 25, 2015 15:10_
When navigating from and to a file (without opening it in working files) the errors stack, as shown in the screenshot below.
This behavior isn't present when the file is in working files, only when browsing in and out (taking a peek).

_Copied from original issue: Microsoft/vscode-jshint#5_
| 160 |
[] |
0
|
False
|
|
803
|
Markdown preview does not show images with relative file path
|
2015-11-29 23:15:03+00:00
|
2015-12-01 08:39:06+00:00
|
In version 0.10.2 (and earlier versions) images in markdown files referenced using a relative path are not shown in the preview. Tested on Windows 7 and Windows 10.
The developer tools show that the `src` attribute value of the `img` tag is wrong (`/d%3A/Temp/folder/example.jpg` doesn't work in a browser, should be `file:///D:/Temp/folder/example.jpg` instead)

|
completed
|
Markdown preview does not show images with relative file path In version 0.10.2 (and earlier versions) images in markdown files referenced using a relative path are not shown in the preview. Tested on Windows 7 and Windows 10.
The developer tools show that the `src` attribute value of the `img` tag is wrong (`/d%3A/Temp/folder/example.jpg` doesn't work in a browser, should be `file:///D:/Temp/folder/example.jpg` instead)

| 173 |
[] |
0
|
False
|
|
797
|
Mac: Undo, Redo, Select All not working in native dialogs (use roles for those?)
|
2015-11-29 16:14:32+00:00
|
2016-08-31 15:12:33+00:00
|
Please check the screenshot below, it should select all the text include the file extension, however it was not working.

|
completed
|
Mac: Undo, Redo, Select All not working in native dialogs (use roles for those?) Please check the screenshot below, it should select all the text include the file extension, however it was not working.

| 112 |
[] |
0
|
False
|
|
790
|
Word selection is not highlighted
|
2015-11-29 11:55:37+00:00
|
2015-11-30 17:21:41+00:00
|
- OS X 10.11.1
- Visual Studio Code 0.10.2
Selecting words does not always highlight them. The sample is from a Makefile.

|
completed
|
Word selection is not highlighted - OS X 10.11.1
- Visual Studio Code 0.10.2
Selecting words does not always highlight them. The sample is from a Makefile.

| 90 |
[] |
0
|
False
|
|
789
|
[json] JSON Schema wrong path encoding
|
2015-11-29 10:28:23+00:00
|
2015-11-30 10:35:25+00:00
|
In a JSON file, when specifying the schema file, the path of the schema file shows something like this

See the colon after the drive letter is not correctly encoded.
|
completed
|
[json] JSON Schema wrong path encoding In a JSON file, when specifying the schema file, the path of the schema file shows something like this

See the colon after the drive letter is not correctly encoded.
| 103 |
[] |
0
|
False
|
|
780
|
Update issue: Setup files are corrupted
|
2015-11-28 18:29:29+00:00
|
2016-05-31 09:05:31+00:00
|
hey guys. i am running on windows 10 pro v-1511 and code v-10.1 it's not updating automatically but it shows a pop-up, i click update now it closes the editor, i have tried to wait for 10 min it didn't work when i launched the code it was the same, what should i do ? maybe it is because my windows is not activated ? i clean installed and lost my key.
|
completed
|
Update issue: Setup files are corrupted hey guys. i am running on windows 10 pro v-1511 and code v-10.1 it's not updating automatically but it shows a pop-up, i click update now it closes the editor, i have tried to wait for 10 min it didn't work when i launched the code it was the same, what should i do ? maybe it is because my windows is not activated ? i clean installed and lost my key.
| 106 |
[] |
0
|
False
|
|
770
|
PNG Images not shown
|
2015-11-28 05:20:37+00:00
|
2015-12-01 07:50:13+00:00
|
I have some files that are named with a capitol PNG extension they do not show up in the editor, I get the message "The file cannot be displayed in the editor because it is either binary, very large or uses an unsupported text encoding". If the file extension is lowercase png then the file shows up in the editor. Changing the file from uppercase to lowercase also fixes the issue.
This used to work before the editor was opensourced.
|
completed
|
PNG Images not shown I have some files that are named with a capitol PNG extension they do not show up in the editor, I get the message "The file cannot be displayed in the editor because it is either binary, very large or uses an unsupported text encoding". If the file extension is lowercase png then the file shows up in the editor. Changing the file from uppercase to lowercase also fixes the issue.
This used to work before the editor was opensourced.
| 113 |
[] |
0
|
False
|
|
766
|
TextFileEditorModel tests seldom fail in Appveyor
|
2015-11-27 21:28:17+00:00
|
2015-12-01 07:52:03+00:00
|
A few PR's hit this every now and then. [Here's the log](https://github.com/Microsoft/vscode/files/46134/log.txt).
```
[00:04:35] 1) Files - TextFileEditorModel Change after auto save triggered will cause another autosave and twice the events:
[00:04:35] Error: timeout of 2000ms exceeded. Ensure the done() callback is being called in this test.
[00:04:35] at null.<anonymous> (C:\Users\appveyor\AppData\Roaming\npm\node_modules\mocha\lib\runnable.js:189:19)
```
|
completed
|
TextFileEditorModel tests seldom fail in Appveyor A few PR's hit this every now and then. [Here's the log](https://github.com/Microsoft/vscode/files/46134/log.txt).
```
[00:04:35] 1) Files - TextFileEditorModel Change after auto save triggered will cause another autosave and twice the events:
[00:04:35] Error: timeout of 2000ms exceeded. Ensure the done() callback is being called in this test.
[00:04:35] at null.<anonymous> (C:\Users\appveyor\AppData\Roaming\npm\node_modules\mocha\lib\runnable.js:189:19)
```
| 177 |
[] |
0
|
False
|
|
760
|
Option to disable current line highlight
|
2015-11-27 18:21:16+00:00
|
2016-03-23 11:31:27+00:00
|
Whenever I place my cursor on a new line, VScode puts a border around it. Is there any way to shut the line bordering down?
|
completed
|
Option to disable current line highlight Whenever I place my cursor on a new line, VScode puts a border around it. Is there any way to shut the line bordering down?
| 44 |
[] |
0
|
False
|
|
758
|
Paramter hints do not reappear on ,
|
2015-11-27 18:12:25+00:00
|
2015-12-01 16:21:05+00:00
|
- Typescript - invoke a method - paramter hints show up
- If I trigger inteli-sense to fill in the first argument parameter hints will never show up again
- I would expect parameter hints to show up again once I do a **,** (comma)
This behavior makes parameter hints not very usable for me. Before it was behaving better.
|
completed
|
Paramter hints do not reappear on , - Typescript - invoke a method - paramter hints show up
- If I trigger inteli-sense to fill in the first argument parameter hints will never show up again
- I would expect parameter hints to show up again once I do a **,** (comma)
This behavior makes parameter hints not very usable for me. Before it was behaving better.
| 98 |
[] |
0
|
False
|
|
756
|
[c++] Syntax highlighting gets confusing when defining a reference to an array.
|
2015-11-27 17:27:35+00:00
|
2017-02-22 21:57:19+00:00
|
If a function's parameter is a reference to an array of constants, the data type will be recognized as a function declaration:

If a reference to an array of constants is defined in a block, the data type will not be highlighted:

If a reference to an array (not constant) is defined in a block, the data type will be recognized as a function call:

Version of VS Code: 0.10.2
Color theme: Dark(Default color theme)
|
completed
|
[c++] Syntax highlighting gets confusing when defining a reference to an array. If a function's parameter is a reference to an array of constants, the data type will be recognized as a function declaration:

If a reference to an array of constants is defined in a block, the data type will not be highlighted:

If a reference to an array (not constant) is defined in a block, the data type will be recognized as a function call:

Version of VS Code: 0.10.2
Color theme: Dark(Default color theme)
| 268 |
[] |
0
|
False
|
|
747
|
wrong typing cursor position
|
2015-11-27 14:25:05+00:00
|
2016-04-28 07:32:21+00:00
|

When typing in Thai language, the cursor position doesn't move as normal. It cannot navigate forward and backward.
I think this bug might also occur in some other languages.
|
completed
|
wrong typing cursor position 
When typing in Thai language, the cursor position doesn't move as normal. It cannot navigate forward and backward.
I think this bug might also occur in some other languages.
| 101 |
[] |
0
|
False
|
|
740
|
Odd quotes auto-adding when editing in multi-cursor mode
|
2015-11-27 08:46:50+00:00
|
2017-03-31 07:36:58+00:00
|
There's an odd behavior currently when using multi-cursor support do change `"` to `'` (for instance).
I basically select the first " and hit `Ctrl+D` to select the next one, then I use `backspace` to delete them and add single quotes `'` instead.
In VSCode this results in the following odd behavior:

Sublime Text instead seems to handle this:

|
completed
|
Odd quotes auto-adding when editing in multi-cursor mode There's an odd behavior currently when using multi-cursor support do change `"` to `'` (for instance).
I basically select the first " and hit `Ctrl+D` to select the next one, then I use `backspace` to delete them and add single quotes `'` instead.
In VSCode this results in the following odd behavior:

Sublime Text instead seems to handle this:

| 222 |
[] |
0
|
False
|
|
738
|
contextMenuService.showContextMenu with no actions crashes VSCode
|
2015-11-27 08:26:19+00:00
|
2015-11-27 15:10:48+00:00
|
Invoke the context menu with no actions -> VS Code crashes
`this.contextMenuService.showContextMenu(
{
getAnchor: () => anchor,
getActions: () => Promise.as([])
}
);`
|
completed
|
contextMenuService.showContextMenu with no actions crashes VSCode Invoke the context menu with no actions -> VS Code crashes
`this.contextMenuService.showContextMenu(
{
getAnchor: () => anchor,
getActions: () => Promise.as([])
}
);`
| 79 |
[] |
0
|
False
|
|
737
|
Copy VSCode labels to other repositories
|
2015-11-27 08:24:08+00:00
|
2015-11-27 08:26:05+00:00
|
This issue helps to copy the labels to other repositories.
It has all the labels attached.
When moving an issue then the labels are preserved, so when moving this issue using the https://github-issue-mover.appspot.com/ tool then you can have the labels in your repo.
Once you moved this issue please move it back :smile:
|
completed
|
Copy VSCode labels to other repositories This issue helps to copy the labels to other repositories.
It has all the labels attached.
When moving an issue then the labels are preserved, so when moving this issue using the https://github-issue-mover.appspot.com/ tool then you can have the labels in your repo.
Once you moved this issue please move it back :smile:
| 95 |
[] |
0
|
False
|
|
736
|
disable bracket auto closing in string?
|
2015-11-27 06:48:19+00:00
|
2017-07-14 18:03:24+00:00
|
Bracket auto closing in string will make string concat in JS difficult.
For example, `|` is the cursor position:
`'translate'` -> `'translate(|)'` -> `'translate(' + '|')'`
What I want is `'traslate(' + ')'`, I have to remove a quote to wrap the last `)` in string.
|
completed
|
disable bracket auto closing in string? Bracket auto closing in string will make string concat in JS difficult.
For example, `|` is the cursor position:
`'translate'` -> `'translate(|)'` -> `'translate(' + '|')'`
What I want is `'traslate(' + ')'`, I have to remove a quote to wrap the last `)` in string.
| 104 |
[] |
0
|
False
|
|
734
|
vscode doesn't show images on markdown previewer over proxy
|
2015-11-27 05:12:13+00:00
|
2016-06-16 16:22:47+00:00
|
```

Maybe proxy issue.
|
completed
|
vscode doesn't show images on markdown previewer over proxy ```

Maybe proxy issue.
| 74 |
[] |
0
|
False
|
|
725
|
Cosmetic: Backspace doesn't update footer column counter
|
2015-11-26 21:02:33+00:00
|
2015-11-27 10:49:14+00:00
|
Backspace key doesn't update footer column counter. Indeed cosmetic, but still a bug :)
|
completed
|
Cosmetic: Backspace doesn't update footer column counter Backspace key doesn't update footer column counter. Indeed cosmetic, but still a bug :)
| 40 |
[] |
0
|
False
|
|
724
|
Long files crash vscode
|
2015-11-26 20:58:29+00:00
|
2015-12-01 08:59:44+00:00
|
I have a file that I am writing code to parse. It is ~3.8 million lines long. Most of the times I try to open it, vscode crashes. I don't need vscode to parse it in any way, I just want to open it in code for the line numbers so I can debug my code.
|
completed
|
Long files crash vscode I have a file that I am writing code to parse. It is ~3.8 million lines long. Most of the times I try to open it, vscode crashes. I don't need vscode to parse it in any way, I just want to open it in code for the line numbers so I can debug my code.
| 79 |
[] |
0
|
False
|
|
723
|
document.isDirty appears to report false for dirty untitled document
|
2015-11-26 20:43:04+00:00
|
2015-12-17 10:32:59+00:00
|
Context: Vim extension.
``` typescript
private doQuit(textEditor : vscode.TextEditor) {
if ((textEditor.document.isDirty || textEditor.document.isUntitled) // if I don't check for this, isDirty reports false for untitled document
&& !this.args.bang) {
throw new Error("unsaved changes");
}
...
}
```
|
completed
|
document.isDirty appears to report false for dirty untitled document Context: Vim extension.
``` typescript
private doQuit(textEditor : vscode.TextEditor) {
if ((textEditor.document.isDirty || textEditor.document.isUntitled) // if I don't check for this, isDirty reports false for untitled document
&& !this.args.bang) {
throw new Error("unsaved changes");
}
...
}
```
| 122 |
[] |
0
|
False
|
|
703
|
jsconfig.json sometimes not taken into account
|
2015-11-26 10:36:51+00:00
|
2015-12-08 09:06:00+00:00
|
Hi.
Thanks for your product, I really enjoy using it. However I have one problem:
When using ES6 features, like the arrow functions, I get the message "This can only be used with ES6. Make sure to have a jsconfig.json-file which sets the target to ES6".
However I have a `jsconfig.json`-file in my root (the folder opened in Visual Studio Code), which contains:
``` json
{
"compilerOptions": {
"target": "ES6",
"module": "commonjs"
}
}
```
The weird part is that I get it for some files, and not for others. Even if the files are in the same directory. Right now I have three files in the subdirectory `/app/bpm` names `bpm.js`, `bpmController.js` and `enterClick.js`. All three are written with ES6-functionality, but I only get the warning and red underlined text for `bpm.js`.
UPDATE:
I just restarted VS Code, and the red underline disappeared from `bpm.js` too. It was a new file I had created after the two others, however the red underline only went away after a restart.
|
completed
|
jsconfig.json sometimes not taken into account Hi.
Thanks for your product, I really enjoy using it. However I have one problem:
When using ES6 features, like the arrow functions, I get the message "This can only be used with ES6. Make sure to have a jsconfig.json-file which sets the target to ES6".
However I have a `jsconfig.json`-file in my root (the folder opened in Visual Studio Code), which contains:
``` json
{
"compilerOptions": {
"target": "ES6",
"module": "commonjs"
}
}
```
The weird part is that I get it for some files, and not for others. Even if the files are in the same directory. Right now I have three files in the subdirectory `/app/bpm` names `bpm.js`, `bpmController.js` and `enterClick.js`. All three are written with ES6-functionality, but I only get the warning and red underlined text for `bpm.js`.
UPDATE:
I just restarted VS Code, and the red underline disappeared from `bpm.js` too. It was a new file I had created after the two others, however the red underline only went away after a restart.
| 301 |
[] |
0
|
False
|
|
697
|
Extension API: vscode.workspace.findFiles() doesn't respect the maxResults parameter.
|
2015-11-26 09:28:16+00:00
|
2015-11-26 14:14:29+00:00
|
I tried using `vscode.workspace.findFiles('**\*.*', '**\node_modules\**', 10)` and i got 100 results. Tried with values 0, 100, 1000, always got 100.
|
completed
|
Extension API: vscode.workspace.findFiles() doesn't respect the maxResults parameter. I tried using `vscode.workspace.findFiles('**\*.*', '**\node_modules\**', 10)` and i got 100 results. Tried with values 0, 100, 1000, always got 100.
| 85 |
[] |
0
|
False
|
|
696
|
Quick open widget doesn't acknowledge tree.reveal(...) as a promise
|
2015-11-26 09:27:13+00:00
|
2015-11-27 15:15:14+00:00
|
There are many calls to tree.reveal(), which all return promises, that are never `then`-ed:
- https://github.com/microsoft/vscode/blob/master/src/vs/base/parts/quickopen/browser/quickOpenWidget.ts#L346
- https://github.com/microsoft/vscode/blob/master/src/vs/base/parts/quickopen/browser/quickOpenWidget.ts#L546
- https://github.com/microsoft/vscode/blob/master/src/vs/base/parts/quickopen/browser/quickOpenWidget.ts#L555
- https://github.com/microsoft/vscode/blob/master/src/vs/base/parts/quickopen/browser/quickOpenWidget.ts#L562
|
completed
|
Quick open widget doesn't acknowledge tree.reveal(...) as a promise There are many calls to tree.reveal(), which all return promises, that are never `then`-ed:
- https://github.com/microsoft/vscode/blob/master/src/vs/base/parts/quickopen/browser/quickOpenWidget.ts#L346
- https://github.com/microsoft/vscode/blob/master/src/vs/base/parts/quickopen/browser/quickOpenWidget.ts#L546
- https://github.com/microsoft/vscode/blob/master/src/vs/base/parts/quickopen/browser/quickOpenWidget.ts#L555
- https://github.com/microsoft/vscode/blob/master/src/vs/base/parts/quickopen/browser/quickOpenWidget.ts#L562
| 227 |
[] |
0
|
False
|
|
690
|
vscode.workspace.rootPath isn't undefined when no folders are open
|
2015-11-26 07:18:50+00:00
|
2015-11-26 14:39:59+00:00
|
When no folder is open, vscode.workspace.rootPath is null as shown in the picture below. However, according to the typings file, it should be undefined.
Also, another thing to note is that the debugger on hover shows that vscode.workspace.rootPath is undefined. Whereas, both the watch window and debug console show the value is null.

Here is the comment for rootPath in the vscode.d.ts file.

|
completed
|
vscode.workspace.rootPath isn't undefined when no folders are open When no folder is open, vscode.workspace.rootPath is null as shown in the picture below. However, according to the typings file, it should be undefined.
Also, another thing to note is that the debugger on hover shows that vscode.workspace.rootPath is undefined. Whereas, both the watch window and debug console show the value is null.

Here is the comment for rootPath in the vscode.d.ts file.

| 232 |
[] |
0
|
False
|
|
676
|
It took about 15-20 seconds to launch code after the updates
|
2015-11-25 23:12:23+00:00
|
2015-11-26 11:04:32+00:00
|
Hi,
After get the recent updates, it took about 15-20 seconds to launch code every time which is painful.
My Os information:
Windows Server 2012 R2 Datacenter.
64-bit Operating system, x64-based processor.
|
completed
|
It took about 15-20 seconds to launch code after the updates Hi,
After get the recent updates, it took about 15-20 seconds to launch code every time which is painful.
My Os information:
Windows Server 2012 R2 Datacenter.
64-bit Operating system, x64-based processor.
| 63 |
[] |
0
|
False
|
|
666
|
Open with Code on drive open as file not folder
|
2015-11-25 21:59:58+00:00
|
2016-07-05 16:08:35+00:00
|
Open with Code from windows explorer open drive as file (example open "D:\" without folder)

|
completed
|
Open with Code on drive open as file not folder Open with Code from windows explorer open drive as file (example open "D:\" without folder)

| 88 |
[] |
0
|
False
|
|
662
|
[json] Don't propose keys that are already existing
|
2015-11-25 21:12:02+00:00
|
2015-11-27 15:45:57+00:00
|
# Problem
When authoring a JSON file, such as a Microsoft Azure Resource Manager (ARM) JSON Template, the Visual Studio Code editor is showing all of the available properties for an object, instead of only showing the properties that the user has _not yet specified_.
<img width="592" alt="screen shot 2015-11-25 at 2 10 22 pm" src="https://cloud.githubusercontent.com/assets/466713/11409632/7d5a79ec-937e-11e5-93ae-75738d3ec7ee.png">
# Expected Result
I would naturally expect that the Visual Studio Code Intellisense returns only the JSON properties that the user hasn't defined yet. I shouldn't be prompted to insert a duplicate key.
Cheers,
Trevor Sullivan
Microsoft MVP: PowerShell
http://trevorsullivan.net
http://twitter.com/pcgeek86
|
completed
|
[json] Don't propose keys that are already existing # Problem
When authoring a JSON file, such as a Microsoft Azure Resource Manager (ARM) JSON Template, the Visual Studio Code editor is showing all of the available properties for an object, instead of only showing the properties that the user has _not yet specified_.
<img width="592" alt="screen shot 2015-11-25 at 2 10 22 pm" src="https://cloud.githubusercontent.com/assets/466713/11409632/7d5a79ec-937e-11e5-93ae-75738d3ec7ee.png">
# Expected Result
I would naturally expect that the Visual Studio Code Intellisense returns only the JSON properties that the user hasn't defined yet. I shouldn't be prompted to insert a duplicate key.
Cheers,
Trevor Sullivan
Microsoft MVP: PowerShell
http://trevorsullivan.net
http://twitter.com/pcgeek86
| 229 |
[] |
0
|
False
|
|
646
|
Cannot delete .asar file while VS Code is open
|
2015-11-25 19:03:08+00:00
|
2016-07-04 11:44:17+00:00
|
Hi!
It looks like VS Code opens `.asar` files to make them browsable in the workspace tree view. That sounds helpful, except it seems like a file handle is kept open at all times, preventing some packaging script of mine from deleting `.asar` files if I keep VS Code open when running it.
Would it be possible to ensure `.asar` files are only opened by VS Code if they are being browsed explicitely in the tree view? or maybe avoid keeping the file handle open on them while idling?
I'm running VS Code 0.10.2 on Windows 7 64-bit.
Thanks for a great editor! ♥
|
completed
|
Cannot delete .asar file while VS Code is open Hi!
It looks like VS Code opens `.asar` files to make them browsable in the workspace tree view. That sounds helpful, except it seems like a file handle is kept open at all times, preventing some packaging script of mine from deleting `.asar` files if I keep VS Code open when running it.
Would it be possible to ensure `.asar` files are only opened by VS Code if they are being browsed explicitely in the tree view? or maybe avoid keeping the file handle open on them while idling?
I'm running VS Code 0.10.2 on Windows 7 64-bit.
Thanks for a great editor! ♥
| 157 |
[] |
0
|
False
|
|
642
|
Version 0.9 and higher is super slow while opening editor, project or files
|
2015-11-25 18:32:16+00:00
|
2015-11-26 11:04:23+00:00
|
After update to 0.9.0 my VSC got super slow while opening editor, projects or files takes 10 or more seconds.
Could be this machine related as i dont have any problems on another one. Tried to open editor after windows startup without any extra programs opened, still slow. Win 10 64bit
|
completed
|
Version 0.9 and higher is super slow while opening editor, project or files After update to 0.9.0 my VSC got super slow while opening editor, projects or files takes 10 or more seconds.
Could be this machine related as i dont have any problems on another one. Tried to open editor after windows startup without any extra programs opened, still slow. Win 10 64bit
| 80 |
[] |
0
|
False
|
|
634
|
Maintain File Permissions when Copying Directories/Files on Linux and MacOS
|
2015-11-25 16:36:46+00:00
|
2015-11-26 18:52:25+00:00
|
When copying a directory or file in the file tree on Linux and MacOS, all of the file permissions in the destination file/directory get reset to 644.
VS Code should maintain file permissions.
|
completed
|
Maintain File Permissions when Copying Directories/Files on Linux and MacOS When copying a directory or file in the file tree on Linux and MacOS, all of the file permissions in the destination file/directory get reset to 644.
VS Code should maintain file permissions.
| 66 |
[] |
0
|
False
|
|
629
|
ES6 validator doesn't understand static class methods
|
2015-11-25 15:06:47+00:00
|
2016-03-16 13:56:41+00:00
|
The following code is valid ES6 code:
``` javascript
(function ()
{
class C {
static Foo()
{
console.log("Foo");
}
};
})();
```
(jsconfig.json must specify the "ES6" target to understand the class syntax)
VS code underlines "static" in red and says "Modifiers cannot appear here". This is an incorrect error: it is valid ES6 syntax.
Note VS Code does not mark it as an error if the class is not wrapped in an IIFE, but these are typically used for encapsulation.
|
completed
|
ES6 validator doesn't understand static class methods The following code is valid ES6 code:
``` javascript
(function ()
{
class C {
static Foo()
{
console.log("Foo");
}
};
})();
```
(jsconfig.json must specify the "ES6" target to understand the class syntax)
VS code underlines "static" in red and says "Modifiers cannot appear here". This is an incorrect error: it is valid ES6 syntax.
Note VS Code does not mark it as an error if the class is not wrapped in an IIFE, but these are typically used for encapsulation.
| 147 |
[] |
0
|
False
|
|
627
|
Bad margins in debug call stack
|
2015-11-25 14:55:09+00:00
|
2015-11-25 15:49:29+00:00
|
The call stack line numbers overlap with the scrollbar. Make sure we get enough right margin/padding in there.

|
completed
|
Bad margins in debug call stack The call stack line numbers overlap with the scrollbar. Make sure we get enough right margin/padding in there.

| 83 |
[] |
0
|
False
|
|
626
|
Can't cancel debug environment picker
|
2015-11-25 14:52:05+00:00
|
2015-11-25 15:43:04+00:00
|
In a new project, switch to the debug viewlet and click the gear. You'll get the debug environment picker. Pressing `Escape` or clicking outside the quick open widget will not cancel the operation as expected but it will create an almost empty `launch.json` instead.
|
completed
|
Can't cancel debug environment picker In a new project, switch to the debug viewlet and click the gear. You'll get the debug environment picker. Pressing `Escape` or clicking outside the quick open widget will not cancel the operation as expected but it will create an almost empty `launch.json` instead.
| 78 |
[] |
0
|
False
|
|
619
|
Cannot debug extensions if offline
|
2015-11-25 11:47:25+00:00
|
2015-11-25 14:18:15+00:00
|
If my wifi is offline or my laptop is in flight mode I am unable to launch the VSCode debugger for debugging extensions.
## Steps to repo
1. Clone a repository with an extension (or `yo code`)
2. Restore npm packages
3. Open extension in VS Code
4. Press `F5`
When doing so the following error is displayed:

I've reproduced it on my machine while network disconnected and while in flight mode. Once wifi connectivity is reestablished it works just fine, I didn't close/open VS Code in between.
## System info
- Windows 10 (latest updates via fast ring)
- VS Code 0.10.1
- Node.js 4.0.0
- npm 3.4.1
|
completed
|
Cannot debug extensions if offline If my wifi is offline or my laptop is in flight mode I am unable to launch the VSCode debugger for debugging extensions.
## Steps to repo
1. Clone a repository with an extension (or `yo code`)
2. Restore npm packages
3. Open extension in VS Code
4. Press `F5`
When doing so the following error is displayed:

I've reproduced it on my machine while network disconnected and while in flight mode. Once wifi connectivity is reestablished it works just fine, I didn't close/open VS Code in between.
## System info
- Windows 10 (latest updates via fast ring)
- VS Code 0.10.1
- Node.js 4.0.0
- npm 3.4.1
| 227 |
[] |
0
|
False
|
|
614
|
Variables view in debugger got stale
|
2015-11-25 10:16:09+00:00
|
2015-11-26 11:41:31+00:00
|
Did the smoke test and debugged through some express code. The variables view in the debugger got stale. Couldn't close/open nodes in the tree. Variables didn't update.
Couldn't reproduce a second time but showed to @weinand
|
completed
|
Variables view in debugger got stale Did the smoke test and debugged through some express code. The variables view in the debugger got stale. Couldn't close/open nodes in the tree. Variables didn't update.
Couldn't reproduce a second time but showed to @weinand
| 73 |
[] |
0
|
False
|
|
612
|
Removing a keyboard shortcut is not feasible when multiple are in place
|
2015-11-25 08:31:56+00:00
|
2016-05-27 13:48:14+00:00
|
I want to remove a one keyboard shortcut from a tab key, and not touch the others. Specifically:
Original:
```
{ "key": "tab", "command": "editor.emmet.action.expandAbbreviation",
"when": "editorTextFocus && !editorHasSelection && !editorHasMultipleSelections && !editorTabMovesFocus" }
```
There is no way to remove _only_ above tab command. I tried to do it like the FAQ says, and added this:
```
// Remove emmet from tab key
{ "key": "tab", "when": "editorTextFocus && !editorHasSelection && !editorHasMultipleSelections && !editorTabMovesFocus" },
```
But it removes _all_ tab commands, including normal tab.
|
completed
|
Removing a keyboard shortcut is not feasible when multiple are in place I want to remove a one keyboard shortcut from a tab key, and not touch the others. Specifically:
Original:
```
{ "key": "tab", "command": "editor.emmet.action.expandAbbreviation",
"when": "editorTextFocus && !editorHasSelection && !editorHasMultipleSelections && !editorTabMovesFocus" }
```
There is no way to remove _only_ above tab command. I tried to do it like the FAQ says, and added this:
```
// Remove emmet from tab key
{ "key": "tab", "when": "editorTextFocus && !editorHasSelection && !editorHasMultipleSelections && !editorTabMovesFocus" },
```
But it removes _all_ tab commands, including normal tab.
| 222 |
[] |
0
|
False
|
|
608
|
Add 'experimentalAsyncFunctions' compiler options to jsconfig.json
|
2015-11-25 03:40:48+00:00
|
2015-12-19 14:44:16+00:00
|
Hello.
My codes uses `async` / `await` and `target` option is `ES6`.
VSCode highlights around of `async` / `await` with red underline.
Is there way solve it?
Thank you.
|
completed
|
Add 'experimentalAsyncFunctions' compiler options to jsconfig.json Hello.
My codes uses `async` / `await` and `target` option is `ES6`.
VSCode highlights around of `async` / `await` with red underline.
Is there way solve it?
Thank you.
| 83 |
[] |
0
|
False
|
|
602
|
Feedback popup does not appear when zoomed in too much
|
2015-11-25 01:44:16+00:00
|
2018-09-17 10:36:35+00:00
|
**Steps to reproduce**
1. Open VS Code and zoom in as much as possible.
2. Click feedback button ☺️
**Expected**
- Feedback popup appears, and is zoomed in along with everything else.
- There are scroll bars so you can see the whole popup.
**Actual**
- Feedback popup is not visible.
- Can tab into the feedback popup.
- After tabbing into it, there are no scrollbars.
- This happens when the **height** of the popup is greater than that of the main text area (see screenshots).
**Before zoom**

**After zoom**

**Version**
Found in version 0.10.1

|
completed
|
Feedback popup does not appear when zoomed in too much **Steps to reproduce**
1. Open VS Code and zoom in as much as possible.
2. Click feedback button ☺️
**Expected**
- Feedback popup appears, and is zoomed in along with everything else.
- There are scroll bars so you can see the whole popup.
**Actual**
- Feedback popup is not visible.
- Can tab into the feedback popup.
- After tabbing into it, there are no scrollbars.
- This happens when the **height** of the popup is greater than that of the main text area (see screenshots).
**Before zoom**

**After zoom**

**Version**
Found in version 0.10.1

| 317 |
[] |
0
|
False
|
|
597
|
Open New Command Prompt should honor %COMSPEC% environment variable on Windows
|
2015-11-24 23:23:21+00:00
|
2016-04-18 21:17:39+00:00
|
On Windows, The 'Open New Command Prompt' command should lookup the %comspec% environment variable instead of using hard-coded 'cmd.exe'.
This enables alternate interpreters/shells to be started - such as TCCLE.
There may be similar things for Linux/OSX.
Thanks for this great tool!
|
completed
|
Open New Command Prompt should honor %COMSPEC% environment variable on Windows On Windows, The 'Open New Command Prompt' command should lookup the %comspec% environment variable instead of using hard-coded 'cmd.exe'.
This enables alternate interpreters/shells to be started - such as TCCLE.
There may be similar things for Linux/OSX.
Thanks for this great tool!
| 92 |
[] |
0
|
False
|
|
567
|
Extension is not deactivated on closing the editor window
|
2015-11-24 20:46:28+00:00
|
2015-12-09 12:33:27+00:00
|
_From @ArtemGovorov on November 16, 2015 7:15_
My extension spins up a few processes that I'd like to kill when it's deactivated.
The deactivation callback for `ExtensionContext`
``` JavaScript
context.subscriptions.push({dispose: () => ...});
```
works perfectly when I stop debugger for the Extension Development Host. However, if I just close the editor window on OSX, the deactivation callback is not invoked, so I can see all created processes hanging around and not being killed.
_Copied from original issue: Microsoft/vscode-extensionbuilders#113_
|
completed
|
Extension is not deactivated on closing the editor window _From @ArtemGovorov on November 16, 2015 7:15_
My extension spins up a few processes that I'd like to kill when it's deactivated.
The deactivation callback for `ExtensionContext`
``` JavaScript
context.subscriptions.push({dispose: () => ...});
```
works perfectly when I stop debugger for the Extension Development Host. However, if I just close the editor window on OSX, the deactivation callback is not invoked, so I can see all created processes hanging around and not being killed.
_Copied from original issue: Microsoft/vscode-extensionbuilders#113_
| 165 |
[] |
0
|
False
|
|
565
|
setDecorations should validate hover message is a string or string array
|
2015-11-24 20:45:52+00:00
|
2016-02-02 11:25:27+00:00
|
_From @alexandrudima on November 17, 2015 15:48_
Extracted from #115
_Copied from original issue: Microsoft/vscode-extensionbuilders#120_
|
completed
|
setDecorations should validate hover message is a string or string array _From @alexandrudima on November 17, 2015 15:48_
Extracted from #115
_Copied from original issue: Microsoft/vscode-extensionbuilders#120_
| 59 |
[] |
0
|
False
|
|
560
|
Running `code .` in a terminal does not get env vars from the terminal if there is any Code window already open
|
2015-11-24 19:13:38+00:00
|
2015-11-25 17:03:11+00:00
|
It seems that currently users can't rely on running `code .` from a terminal providing that terminals env vars in the new Code window.
If Code was not running before hand, they will see the expected env vars.
But if Code was running before hand, the new window will see the same env vars as the previous Code windows.
For the `vscode-go` plugin this causes issues because Go relies heavily on env vars to establish the working environment, and different development sessions in different terminals are likely to use different GOPATH vars even during concurrent development sessions.
|
completed
|
Running `code .` in a terminal does not get env vars from the terminal if there is any Code window already open It seems that currently users can't rely on running `code .` from a terminal providing that terminals env vars in the new Code window.
If Code was not running before hand, they will see the expected env vars.
But if Code was running before hand, the new window will see the same env vars as the previous Code windows.
For the `vscode-go` plugin this causes issues because Go relies heavily on env vars to establish the working environment, and different development sessions in different terminals are likely to use different GOPATH vars even during concurrent development sessions.
| 162 |
[] |
0
|
False
|
|
559
|
jsconfig {target: ES6} doesn't suppress error on => in .html files
|
2015-11-24 18:57:50+00:00
|
2015-12-04 11:02:06+00:00
|
Any use of => in a script inside an HTML file produces an error and says you have to set target:ES6 in jsconfig.json. But doing so does not make the error go away - it only applies to .js files
|
completed
|
jsconfig {target: ES6} doesn't suppress error on => in .html files Any use of => in a script inside an HTML file produces an error and says you have to set target:ES6 in jsconfig.json. But doing so does not make the error go away - it only applies to .js files
| 79 |
[] |
0
|
False
|
|
558
|
[razor] inconsistent syntax highlighting
|
2015-11-24 18:48:28+00:00
|
2017-02-22 22:18:47+00:00
|
`<h2>@ViewData["Title"]</h2>` causes incorrect tag highlighting. Fixed by any html text string following it such as `<vsfix> </vsfix>` Reproducible in multiple and default themes.


|
completed
|
[razor] inconsistent syntax highlighting `<h2>@ViewData["Title"]</h2>` causes incorrect tag highlighting. Fixed by any html text string following it such as `<vsfix> </vsfix>` Reproducible in multiple and default themes.


| 184 |
[] |
0
|
False
|
|
539
|
Changing ExperimentalDecorators requires restart to take effect
|
2015-11-24 09:24:39+00:00
|
2015-11-30 11:15:27+00:00
|

Even after setting experimentalDecorators to true in the tsconfig.json, the error message persists. The error message goes away once you restart vs code.
|
completed
|
Changing ExperimentalDecorators requires restart to take effect 
Even after setting experimentalDecorators to true in the tsconfig.json, the error message persists. The error message goes away once you restart vs code.
| 102 |
[] |
0
|
False
|
|
532
|
[php] backtick commands not colorized correctly
|
2015-11-24 07:55:19+00:00
|
2017-02-01 02:46:51+00:00
|
Hello.
It is not comment, it is selection all files from the directory

|
completed
|
[php] backtick commands not colorized correctly Hello.
It is not comment, it is selection all files from the directory

| 95 |
[] |
0
|
False
|
|
531
|
[sass] Hover Feature not work correctly in SCSS Rule with Parent Selectors '&'
|
2015-11-24 07:30:30+00:00
|
2017-12-01 10:48:53+00:00
|

Remind the cursor pointer in the screenshot above, it should be `<element class="meizu-header-logo-img" ...` which displays `<undefined-logo-img ...` now.
|
completed
|
[sass] Hover Feature not work correctly in SCSS Rule with Parent Selectors '&' 
Remind the cursor pointer in the screenshot above, it should be `<element class="meizu-header-logo-img" ...` which displays `<undefined-logo-img ...` now.
| 130 |
[] |
0
|
False
|
|
523
|
Replace may lead a crash
|
2015-11-24 00:57:00+00:00
|
2016-01-26 11:39:25+00:00
|
When use the replace function in a large file(more than 20MB), the vs code will crash.
|
completed
|
Replace may lead a crash When use the replace function in a large file(more than 20MB), the vs code will crash.
| 30 |
[] |
0
|
False
|
|
512
|
Moving selection after editor.action.insertCursorBelow shows the original line having a double highlight
|
2015-11-23 21:27:33+00:00
|
2015-12-10 22:05:29+00:00
|
I think the highlight is doubling up due to the symbol underneath on the first line being highlighted, symbol highlighting should be disabled when the current selection is multi-line.
**Repro**
1. Select a point in text
2. Move the cursor down using editor.action.insertCursorBelow
3. Hold shift and move the selection to the right (but not off the line)
**Expected**
The highlight color should be uniform
**Actual**
The first line is

|
completed
|
Moving selection after editor.action.insertCursorBelow shows the original line having a double highlight I think the highlight is doubling up due to the symbol underneath on the first line being highlighted, symbol highlighting should be disabled when the current selection is multi-line.
**Repro**
1. Select a point in text
2. Move the cursor down using editor.action.insertCursorBelow
3. Hold shift and move the selection to the right (but not off the line)
**Expected**
The highlight color should be uniform
**Actual**
The first line is

| 182 |
[] |
0
|
False
|
|
508
|
Crash when running overnight
|
2015-11-23 18:17:53+00:00
|
2016-10-13 09:55:19+00:00
|
Ubuntu 12.04, VSCode 0.10.1
Several times VS Code has become unresponsive overnight on the above configuration (locked). Here is the program output:
```
$ code .
bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell
<--- Last few GCs --->
173527197 ms: Scavenge 1397.0 (1457.6) -> 1397.0 (1457.6) MB, 1.8 / 0 ms [allocation failure] [incremental marking delaying mark-sweep].
173527199 ms: Scavenge 1397.0 (1457.6) -> 1397.0 (1457.6) MB, 1.9 / 0 ms [allocation failure] [incremental marking delaying mark-sweep].
173529040 ms: Mark-sweep 1397.0 (1457.6) -> 1396.9 (1457.6) MB, 1841.7 / 98 ms [last resort gc].
173530775 ms: Mark-sweep 1396.9 (1457.6) -> 1396.1 (1457.6) MB, 1735.0 / 5 ms [last resort gc].
<--- JS stacktrace --->
==== JS stack trace =========================================
Security context: 0x8a48933a859 <String[7]: file://>
1: _completed [file:////home/local/ANT/daniimms/VSCode-linux-x64/resources/app/out/vs/workbench/workbench.main.js:~1544] [pc=0x23ff9b465433] (this=0x1a37262790b1 <JS Object>,e=0x1cd36e9041b9 <undefined>)
2: arguments adaptor frame: 0->1
6: bound [native v8natives.js:1208] [pc=0x23ff99a26270] (this=0x8a489346089 <JS Global Object>)
==== Details =============================...
Failed to get crash dump id.
Report Id:
events.js:141
throw er; // Unhandled 'error' event
^
Error: channel closed
at process.target.send (internal/child_process.js:509:16)
at Console.console.error (/home/local/ANT/daniimms/VSCode-linux-x64/resources/app/out/bootstrap.js:5:937)
at process.<anonymous> (/home/local/ANT/daniimms/VSCode-linux-x64/resources/app/out/bootstrap.js:5:1340)
at emitOne (events.js:77:13)
at process.emit (events.js:169:7)
at process._fatalException (node.js:223:26)
[VS Code]: detected unresponsive
```
This has never occurred with Atom.
|
completed
|
Crash when running overnight Ubuntu 12.04, VSCode 0.10.1
Several times VS Code has become unresponsive overnight on the above configuration (locked). Here is the program output:
```
$ code .
bash: cannot set terminal process group (-1): Inappropriate ioctl for device
bash: no job control in this shell
<--- Last few GCs --->
173527197 ms: Scavenge 1397.0 (1457.6) -> 1397.0 (1457.6) MB, 1.8 / 0 ms [allocation failure] [incremental marking delaying mark-sweep].
173527199 ms: Scavenge 1397.0 (1457.6) -> 1397.0 (1457.6) MB, 1.9 / 0 ms [allocation failure] [incremental marking delaying mark-sweep].
173529040 ms: Mark-sweep 1397.0 (1457.6) -> 1396.9 (1457.6) MB, 1841.7 / 98 ms [last resort gc].
173530775 ms: Mark-sweep 1396.9 (1457.6) -> 1396.1 (1457.6) MB, 1735.0 / 5 ms [last resort gc].
<--- JS stacktrace --->
==== JS stack trace =========================================
Security context: 0x8a48933a859 <String[7]: file://>
1: _completed [file:////home/local/ANT/daniimms/VSCode-linux-x64/resources/app/out/vs/workbench/workbench.main.js:~1544] [pc=0x23ff9b465433] (this=0x1a37262790b1 <JS Object>,e=0x1cd36e9041b9 <undefined>)
2: arguments adaptor frame: 0->1
6: bound [native v8natives.js:1208] [pc=0x23ff99a26270] (this=0x8a489346089 <JS Global Object>)
==== Details =============================...
Failed to get crash dump id.
Report Id:
events.js:141
throw er; // Unhandled 'error' event
^
Error: channel closed
at process.target.send (internal/child_process.js:509:16)
at Console.console.error (/home/local/ANT/daniimms/VSCode-linux-x64/resources/app/out/bootstrap.js:5:937)
at process.<anonymous> (/home/local/ANT/daniimms/VSCode-linux-x64/resources/app/out/bootstrap.js:5:1340)
at emitOne (events.js:77:13)
at process.emit (events.js:169:7)
at process._fatalException (node.js:223:26)
[VS Code]: detected unresponsive
```
This has never occurred with Atom.
| 670 |
[] |
0
|
False
|
|
499
|
[coffeescript] syntax highlighting broken when divide symbol is not separated using space
|
2015-11-23 14:47:19+00:00
|
2016-04-11 19:28:27+00:00
|
<img width="231" alt="screen shot 2015-11-23 at 8 16 36 pm" src="https://cloud.githubusercontent.com/assets/7571618/11339358/2c163ae0-921f-11e5-80a4-510ef8c05863.png">
|
completed
|
[coffeescript] syntax highlighting broken when divide symbol is not separated using space <img width="231" alt="screen shot 2015-11-23 at 8 16 36 pm" src="https://cloud.githubusercontent.com/assets/7571618/11339358/2c163ae0-921f-11e5-80a4-510ef8c05863.png">
| 92 |
[] |
0
|
False
|
|
498
|
Change the editor fallback defaults to insertSpaces: true, tabSize: 4
|
2015-11-23 14:00:23+00:00
|
2015-12-09 10:00:10+00:00
|
I don't have a preference setting about spaces vs tabs. When I open `.travis.yml`, VSCode **always** uses tabs instead of spaces to create new indentation. This is very problematic since YAML files **forbid** tabs.

I thought the editor would automatically figure out the indentation to use?
|
completed
|
Change the editor fallback defaults to insertSpaces: true, tabSize: 4 I don't have a preference setting about spaces vs tabs. When I open `.travis.yml`, VSCode **always** uses tabs instead of spaces to create new indentation. This is very problematic since YAML files **forbid** tabs.

I thought the editor would automatically figure out the indentation to use?
| 150 |
[] |
0
|
False
|
|
488
|
Unicode characters show as question marks in method documentation hover window
|
2015-11-23 11:23:41+00:00
|
2016-01-20 09:30:30+00:00
|
I have a few methods which documentation contains Unicode (UTF-8) characters. When showing documentation by hovering over a method I get garbage question mark characters instead in this window.
Looks like (when hovering over Jednorożec's constructor):

XML documentation for this method:

All files are saved as UTF-8.
|
completed
|
Unicode characters show as question marks in method documentation hover window I have a few methods which documentation contains Unicode (UTF-8) characters. When showing documentation by hovering over a method I get garbage question mark characters instead in this window.
Looks like (when hovering over Jednorożec's constructor):

XML documentation for this method:

All files are saved as UTF-8.
| 199 |
[] |
0
|
False
|
|
487
|
[bat] Batch File Syntax highlighting not working on variables or comments.
|
2015-11-23 11:19:45+00:00
|
2016-01-08 14:22:29+00:00
|
After upgrading to version 0.10.1 Syntax highlighting within windows .bat files has become reduced.
Previous versions would syntax highlight variables (%VARIABLENAME%) and comments(REM-COMMENT TEXT" now these both appear as normal text:


|
completed
|
[bat] Batch File Syntax highlighting not working on variables or comments. After upgrading to version 0.10.1 Syntax highlighting within windows .bat files has become reduced.
Previous versions would syntax highlight variables (%VARIABLENAME%) and comments(REM-COMMENT TEXT" now these both appear as normal text:


| 183 |
[] |
0
|
False
|
|
486
|
Source map debugging not working for built in extensions
|
2015-11-23 10:55:15+00:00
|
2016-08-10 09:17:53+00:00
|
Steps to reproduce:
- clone vscode and follow steps here https://github.com/Microsoft/vscode/wiki/How-to-Contribute#build-and-run-from-source
- run scripts\code
- open VSCode on the vscode folder
- select Attach to Extension Host launch config
- Attach debugger
- open bufferSyncSupport.ts and set a breakpoint on line 62
- open a ts file in the instance started via scripts\code and type into the file
Observe: debugger not hit.
If you set a breakpoint in the JS file everything works as expected.
|
completed
|
Source map debugging not working for built in extensions Steps to reproduce:
- clone vscode and follow steps here https://github.com/Microsoft/vscode/wiki/How-to-Contribute#build-and-run-from-source
- run scripts\code
- open VSCode on the vscode folder
- select Attach to Extension Host launch config
- Attach debugger
- open bufferSyncSupport.ts and set a breakpoint on line 62
- open a ts file in the instance started via scripts\code and type into the file
Observe: debugger not hit.
If you set a breakpoint in the JS file everything works as expected.
| 153 |
[] |
0
|
False
|
|
481
|
File watcher fails with chinese characters in path
|
2015-11-23 10:02:42+00:00
|
2015-11-26 06:50:59+00:00
|
**First of all , Thanks to all contributor**
When i use the lastest version to build my node app, i want to debug my app..
when i add the launch.json , but not appear in the launch configuration dropdown menu.
So , i guess need restart the VSCode , Yes... did it...
Maybe it's a tiny bug...
thx.
OS : Windows 10 pro 10586
|
completed
|
File watcher fails with chinese characters in path **First of all , Thanks to all contributor**
When i use the lastest version to build my node app, i want to debug my app..
when i add the launch.json , but not appear in the launch configuration dropdown menu.
So , i guess need restart the VSCode , Yes... did it...
Maybe it's a tiny bug...
thx.
OS : Windows 10 pro 10586
| 107 |
[] |
0
|
False
|
|
464
|
not working key-binding with JIS Keyboard
|
2015-11-23 00:08:11+00:00
|
2016-03-12 20:14:37+00:00
|
I make VIM-style key-binding plugin ( https://github.com/74th/vscode-vim ).
I use keybinding with JIS keyboard on MacOSX, bellowing keys not work.
- no key hits
- `shift+2`
- `shift+7`
- `shift+[`
- `shift+;`
- `'`
- ```
- `space`
- a number of keys hits ( key-bind -> JIS Key )
- `-` -> `-`,`_`
- `shift+=` -> `=`,`+`
- `[` -> `[`,`@`
- `shift+'` -> `"`,`'`
- `shift+`` -> `~`,```` `
- strange keys hits
- `shift+-` -> `shift+_`
- `=` -> `^`
I am happy to be able to use `:` and `"` for key-binding setting , instead of `shift+;` and `shift+2`.
|
completed
|
not working key-binding with JIS Keyboard I make VIM-style key-binding plugin ( https://github.com/74th/vscode-vim ).
I use keybinding with JIS keyboard on MacOSX, bellowing keys not work.
- no key hits
- `shift+2`
- `shift+7`
- `shift+[`
- `shift+;`
- `'`
- ```
- `space`
- a number of keys hits ( key-bind -> JIS Key )
- `-` -> `-`,`_`
- `shift+=` -> `=`,`+`
- `[` -> `[`,`@`
- `shift+'` -> `"`,`'`
- `shift+`` -> `~`,```` `
- strange keys hits
- `shift+-` -> `shift+_`
- `=` -> `^`
I am happy to be able to use `:` and `"` for key-binding setting , instead of `shift+;` and `shift+2`.
| 252 |
[] |
0
|
False
|
|
451
|
Unable to save file without extension
|
2015-11-22 15:35:48+00:00
|
2015-12-01 15:53:18+00:00
|
Experiencing on Windows
When trying to save a file without an extension using All Files type, Save As Dialog throws a "The file name is not valid" alert.
|
completed
|
Unable to save file without extension Experiencing on Windows
When trying to save a file without an extension using All Files type, Save As Dialog throws a "The file name is not valid" alert.
| 46 |
[] |
0
|
False
|
|
450
|
Untitled Resource SaveAs should default to All Files (*.*)
|
2015-11-22 15:25:22+00:00
|
2015-12-01 15:53:07+00:00
|
Experienced on Windows
Its a minor nuisance that when saving a new file, it always defaults to "Untitled-[X].txt" with Save as type set to "Plain Text". Therefore if you specify an extension and dont change the dropdown to all files (or correct type) it will save it like SampleFile.js.txt.
Propose that untitled files default to just "Untitled-[X]" with no extension and save as type set to all files.
Appears to be as simple as removing the mime type suggesestion in [/src/vs/workbench/browser/parts/editor/untitledEditorInput.ts](https://github.com/Microsoft/vscode/blob/master/src/vs/workbench/browser/parts/editor/untitledEditorInput.ts#L78)
``` javascript
public suggestFileName(): string {
if (!this.hasAssociatedFilePath) {
let mime = this.getMime();
if (mime) {
return suggestFilename(mime, this.getName());
}
}
return this.getName();
}
```
Currently electron autoappends \* . \* on "all files", although looks like it was fixed v0.34.2+
Workaround in the meantime is to show no default text
|
completed
|
Untitled Resource SaveAs should default to All Files (*.*) Experienced on Windows
Its a minor nuisance that when saving a new file, it always defaults to "Untitled-[X].txt" with Save as type set to "Plain Text". Therefore if you specify an extension and dont change the dropdown to all files (or correct type) it will save it like SampleFile.js.txt.
Propose that untitled files default to just "Untitled-[X]" with no extension and save as type set to all files.
Appears to be as simple as removing the mime type suggesestion in [/src/vs/workbench/browser/parts/editor/untitledEditorInput.ts](https://github.com/Microsoft/vscode/blob/master/src/vs/workbench/browser/parts/editor/untitledEditorInput.ts#L78)
``` javascript
public suggestFileName(): string {
if (!this.hasAssociatedFilePath) {
let mime = this.getMime();
if (mime) {
return suggestFilename(mime, this.getName());
}
}
return this.getName();
}
```
Currently electron autoappends \* . \* on "all files", although looks like it was fixed v0.34.2+
Workaround in the meantime is to show no default text
| 334 |
[] |
0
|
False
|
|
439
|
`ext install` is slow
|
2015-11-22 09:57:15+00:00
|
2016-02-25 21:37:14+00:00
|
`ext install` is slow with slow internet connection to fetch extensions list, is this possible cache the results?
or use git instead of fetch list every time ([vsoGalleryService.ts](https://github.com/Microsoft/vscode/blob/6e94b27e06cef23a84fca0aff18b7702dc670014/src/vs/workbench/parts/extensions/node/vsoGalleryService.ts#L85))?
|
completed
|
`ext install` is slow `ext install` is slow with slow internet connection to fetch extensions list, is this possible cache the results?
or use git instead of fetch list every time ([vsoGalleryService.ts](https://github.com/Microsoft/vscode/blob/6e94b27e06cef23a84fca0aff18b7702dc670014/src/vs/workbench/parts/extensions/node/vsoGalleryService.ts#L85))?
| 128 |
[] |
0
|
False
|
|
414
|
Wiki Documentation Issue
|
2015-11-21 15:25:52+00:00
|
2015-11-21 18:39:46+00:00
|
There are really two issues.
1) https://github.com/Microsoft/vscode/wiki/How-to-Contribute#build-and-run-from-source
The link at the bottom of the above page doesn't allow the wiki to be forked.
2) The instructions for the window build. On a clean install git and node, etc. Before the "gulp watch" incremental build will work you will also need to :+1:
npm install dateformat -g
npm install inherits -g
npm install isarray -g
npm install inflight -g
npm install once -g
And then the gulp watch's dependencies will be met. I would have just submitted a documentation update, but that is when I ran into bullet 1) above, I am probably missing something simple, but I don't see a wiki folder in the main vscode project, or the vscode-doc project either, so I don't know how to contribute the hint.
|
completed
|
Wiki Documentation Issue There are really two issues.
1) https://github.com/Microsoft/vscode/wiki/How-to-Contribute#build-and-run-from-source
The link at the bottom of the above page doesn't allow the wiki to be forked.
2) The instructions for the window build. On a clean install git and node, etc. Before the "gulp watch" incremental build will work you will also need to :+1:
npm install dateformat -g
npm install inherits -g
npm install isarray -g
npm install inflight -g
npm install once -g
And then the gulp watch's dependencies will be met. I would have just submitted a documentation update, but that is when I ran into bullet 1) above, I am probably missing something simple, but I don't see a wiki folder in the main vscode project, or the vscode-doc project either, so I don't know how to contribute the hint.
| 219 |
[] |
0
|
False
|
|
409
|
debug bug: cannot connect to runtime process
|
2015-11-21 13:30:53+00:00
|
2015-11-24 09:47:35+00:00
|
I sometimes get this cryptic error message: _Error cannot connect to runtime process (reason: [object Object])_ when I launch the debugger. After I get it, I can not debug at all, until I have closed all open instances of VS code.
The main issue here seems to be that the error message is unreadable.
OS Name Microsoft Windows 7 Professional
Version 6.1.7601 Service Pack 1 Build 7601
System Type x64-based PC

|
completed
|
debug bug: cannot connect to runtime process I sometimes get this cryptic error message: _Error cannot connect to runtime process (reason: [object Object])_ when I launch the debugger. After I get it, I can not debug at all, until I have closed all open instances of VS code.
The main issue here seems to be that the error message is unreadable.
OS Name Microsoft Windows 7 Professional
Version 6.1.7601 Service Pack 1 Build 7601
System Type x64-based PC

| 165 |
[] |
0
|
False
|
|
406
|
Keyboard shortcuts for Find & Replace In-View Options
|
2015-11-21 12:47:34+00:00
|
2016-01-08 09:45:17+00:00
|
Options inside the Find & Replace View have no keyboard shortcuts. There's no way to switch selection, casing, regex with the keyboard, and have to manually click on them using the mouse.
Its one of the only place I find myself being forced to actually use the mouse. And I believe I'm correct in saying its a bug, since VSCode is a keyboard centric editor.
PS: Also seems like the design of this box just got directly inherited from VS. A larger box like Atom, Sublime style, or with support for multi-line would more comfortable to work with.
|
completed
|
Keyboard shortcuts for Find & Replace In-View Options Options inside the Find & Replace View have no keyboard shortcuts. There's no way to switch selection, casing, regex with the keyboard, and have to manually click on them using the mouse.
Its one of the only place I find myself being forced to actually use the mouse. And I believe I'm correct in saying its a bug, since VSCode is a keyboard centric editor.
PS: Also seems like the design of this box just got directly inherited from VS. A larger box like Atom, Sublime style, or with support for multi-line would more comfortable to work with.
| 146 |
[] |
0
|
False
|
|
399
|
[c++] c++11 raw strings not highlighted properly
|
2015-11-21 08:52:42+00:00
|
2016-11-29 22:28:07+00:00
|
When I write a raw string in c++11 that span among many lines, it's not highlighted properly.
What I see:

As you can see, raw string has not the string uniform color.
|
completed
|
[c++] c++11 raw strings not highlighted properly When I write a raw string in c++11 that span among many lines, it's not highlighted properly.
What I see:

As you can see, raw string has not the string uniform color.
| 118 |
[] |
0
|
False
|
|
391
|
Open in terminal should open new terminal window
|
2015-11-21 04:19:35+00:00
|
2016-06-07 11:01:06+00:00
|
Bug: Open in terminal should open new terminal window.
I am using mac osx 10.11. I opened a terminal, with tmux .
I ssh login into remote server debug.
now, open VSCode, open some folder, choose any one file right click mouse, then choose open in terminal.
The VSCode just open new tmux screen ? what the hell...
|
completed
|
Open in terminal should open new terminal window Bug: Open in terminal should open new terminal window.
I am using mac osx 10.11. I opened a terminal, with tmux .
I ssh login into remote server debug.
now, open VSCode, open some folder, choose any one file right click mouse, then choose open in terminal.
The VSCode just open new tmux screen ? what the hell...
| 90 |
[] |
0
|
False
|
|
380
|
Markdown preview does not handle links with parentheses
|
2015-11-20 20:59:54+00:00
|
2016-06-16 16:23:33+00:00
|
The Common Markdown spec covers the possibility of having links with parentheses (which should be considered valid links regardless).
Here is an example where the preview engine in VSCode mis-renders those:

|
completed
|
Markdown preview does not handle links with parentheses The Common Markdown spec covers the possibility of having links with parentheses (which should be considered valid links regardless).
Here is an example where the preview engine in VSCode mis-renders those:

| 108 |
[] |
0
|
False
|
|
379
|
Error when trying to save to root of drive
|
2015-11-20 20:22:56+00:00
|
2015-11-23 08:32:09+00:00
|
In version 0.10.1 it is no longer possible to write to the root of a drive (which worked up to 0.9.1).
When trying to save to e.g. `r:\example.txt`, the following error message appears:
```
EPERM: operation not permitted, mkdir 'r:\'
```
Tested on Windows 7 Ultimate and Windows 10 Professional, US language, German region settings.
|
completed
|
Error when trying to save to root of drive In version 0.10.1 it is no longer possible to write to the root of a drive (which worked up to 0.9.1).
When trying to save to e.g. `r:\example.txt`, the following error message appears:
```
EPERM: operation not permitted, mkdir 'r:\'
```
Tested on Windows 7 Ultimate and Windows 10 Professional, US language, German region settings.
| 105 |
[] |
0
|
False
|
|
376
|
Git current branch status indicator show hash instead of name
|
2015-11-20 19:30:46+00:00
|
2016-07-05 14:15:05+00:00
|
The current branch shows as a hash at the left of the status bar, instead of as a name - e.g. "bac18a40" instead of "mainline"
Version 0.10.1, Linux 64-bit
|
completed
|
Git current branch status indicator show hash instead of name The current branch shows as a hash at the left of the status bar, instead of as a name - e.g. "bac18a40" instead of "mainline"
Version 0.10.1, Linux 64-bit
| 63 |
[] |
0
|
False
|
|
369
|
IntelliSense text doesn’t wrap / gets cut off
|
2015-11-20 18:09:20+00:00
|
2016-01-11 10:01:47+00:00
|
The IntelliSense text hint (at least in CSS) is a single line, so often a lot of the text description and browser support gets cut off.

It would be nicer to either allow the text to wrap, show the full text on hover/focus, or make the text more concise so important info is less likely to get cropped.
Perhaps the browser support info should be cleared to the next line to make it less likely to be cropped?
|
completed
|
IntelliSense text doesn’t wrap / gets cut off The IntelliSense text hint (at least in CSS) is a single line, so often a lot of the text description and browser support gets cut off.

It would be nicer to either allow the text to wrap, show the full text on hover/focus, or make the text more concise so important info is less likely to get cropped.
Perhaps the browser support info should be cleared to the next line to make it less likely to be cropped?
| 177 |
[] |
0
|
False
|
|
348
|
Wrong indentation of block comments.
|
2015-11-20 13:55:34+00:00
|
2015-12-08 17:49:26+00:00
|

A space before the first `*` in each line is lost.
This behavior is inconvenience a bit.
|
completed
|
Wrong indentation of block comments. 
A space before the first `*` in each line is lost.
This behavior is inconvenience a bit.
| 96 |
[] |
0
|
False
|
|
336
|
When creating a delayer add it to delayers set
|
2015-11-20 10:40:17+00:00
|
2015-11-30 11:43:10+00:00
|
If no delayer is found for a given uri, a new delayer was created. However, that delayer was never added to the set of delayers for the uri so if the extension was configured to validate onType, each type event would create a new delayer leading to performance problems.
|
When creating a delayer add it to delayers set If no delayer is found for a given uri, a new delayer was created. However, that delayer was never added to the set of delayers for the uri so if the extension was configured to validate onType, each type event would create a new delayer leading to performance problems.
| 78 |
[] |
0
|
False
|
||
335
|
Slow startup / crashes - unusable
|
2015-11-20 10:36:18+00:00
|
2015-11-26 10:09:38+00:00
|
Hello,
since the release of VS Code v0.10.1 I cannot use it anymore - yes, I already tried to reinstall it.
It takes minutes to start and all I'm getting is the following:

I am using Windows 10 Pro on my Microsoft Surface Pro 3.
|
completed
|
Slow startup / crashes - unusable Hello,
since the release of VS Code v0.10.1 I cannot use it anymore - yes, I already tried to reinstall it.
It takes minutes to start and all I'm getting is the following:

I am using Windows 10 Pro on my Microsoft Surface Pro 3.
| 119 |
[] |
0
|
False
|
|
312
|
Find and replace with regex on does not allow replacing with \n
|
2015-11-20 05:52:51+00:00
|
2015-11-23 17:35:01+00:00
|
The same applies to `\r` and `\t`, not sure if there are any others.
**Repro**
1. Open a file
2. Ctrl+H to bring up find and replace
3. Turn on regular expression matching
4. Match a word
5. Put `\n` in the replace text box
6. Press Replace All
**Expected**
The matched words are replaced with new lines
**Actual**
The matched words are replaces with `\n`
|
completed
|
Find and replace with regex on does not allow replacing with \n The same applies to `\r` and `\t`, not sure if there are any others.
**Repro**
1. Open a file
2. Ctrl+H to bring up find and replace
3. Turn on regular expression matching
4. Match a word
5. Put `\n` in the replace text box
6. Press Replace All
**Expected**
The matched words are replaced with new lines
**Actual**
The matched words are replaces with `\n`
| 118 |
[] |
0
|
False
|
|
297
|
[Typescript] useCodeSnippetsOnMethodSuggest option generate wrong code
|
2015-11-20 00:52:26+00:00
|
2016-04-01 16:52:35+00:00
|
Awesome idea however that just work for simple signature. for example interface like
``` typescript
interface IDoSometing {
getData(url: string, fn: (error, result) => void)
}
```
will generate this
``` typescript
var x: IDoSometing;
x.getData(url, fn, error, result)
```
and also please add an option to pick from overloads.
|
completed
|
[Typescript] useCodeSnippetsOnMethodSuggest option generate wrong code Awesome idea however that just work for simple signature. for example interface like
``` typescript
interface IDoSometing {
getData(url: string, fn: (error, result) => void)
}
```
will generate this
``` typescript
var x: IDoSometing;
x.getData(url, fn, error, result)
```
and also please add an option to pick from overloads.
| 115 |
[] |
0
|
False
|
|
295
|
For large git repositories the git integration button shows a visually distracting clock periodically
|
2015-11-19 23:24:12+00:00
|
2016-07-05 14:13:46+00:00
|
`git status` takes around 2 seconds to run on my large repository, the blue clock icon on git integration to indicate "working" can be quite visually distracting as it seems to ping the repo every 5-10 seconds.

I'm not so sure there is a benefit in indicating work unless the user explicitly requested it, such as when clicking the button.
|
completed
|
For large git repositories the git integration button shows a visually distracting clock periodically `git status` takes around 2 seconds to run on my large repository, the blue clock icon on git integration to indicate "working" can be quite visually distracting as it seems to ping the repo every 5-10 seconds.

I'm not so sure there is a benefit in indicating work unless the user explicitly requested it, such as when clicking the button.
| 151 |
[] |
0
|
False
|
|
287
|
Editor no longer closes quotes for PHP
|
2015-11-19 21:58:31+00:00
|
2016-03-17 11:42:40+00:00
|
After last update, editor no longer closes quotes (double|single) on PHP files. Does close quotes on settings file. Can't find setting to control as such. Brackets work fine.
|
completed
|
Editor no longer closes quotes for PHP After last update, editor no longer closes quotes (double|single) on PHP files. Does close quotes on settings file. Can't find setting to control as such. Brackets work fine.
| 59 |
[] |
0
|
False
|
|
278
|
Regex unable to find/replace blank lines
|
2015-11-19 20:45:57+00:00
|
2015-11-23 15:48:16+00:00
|
Using regex expressions am unable to find empty lines. Tried both the end of line sequence.
Copying the same text in sublime simple \n finds all the blank lines.
|
completed
|
Regex unable to find/replace blank lines Using regex expressions am unable to find empty lines. Tried both the end of line sequence.
Copying the same text in sublime simple \n finds all the blank lines.
| 58 |
[] |
0
|
False
|
|
277
|
[jade] colorizing broken
|
2015-11-19 20:35:36+00:00
|
2015-11-27 10:51:25+00:00
|
Hello,
After the last update, Jade's highlighting is full of blue.
Thanks.
|
completed
|
[jade] colorizing broken Hello,
After the last update, Jade's highlighting is full of blue.
Thanks.
| 30 |
[] |
0
|
False
|
|
266
|
Application freezes after pasting information
|
2015-11-19 18:10:33+00:00
|
2015-11-20 20:34:42+00:00
|
After install the last update:
Version 0.10.1
Commit df352367df2efcfa9d602d471e4e2f42140a0f05
Shell 0.34.1
Render 45.0.2454.85
Node 4.1.1
With only paste a text in a new file the entire screen freezes, only the menu bar response but don't work.
Operating system windows 8.1.
|
completed
|
Application freezes after pasting information After install the last update:
Version 0.10.1
Commit df352367df2efcfa9d602d471e4e2f42140a0f05
Shell 0.34.1
Render 45.0.2454.85
Node 4.1.1
With only paste a text in a new file the entire screen freezes, only the menu bar response but don't work.
Operating system windows 8.1.
| 96 |
[] |
0
|
False
|
|
265
|
Ctrl-Shift-Tab File Switching Querk
|
2015-11-19 18:06:25+00:00
|
2015-11-22 13:23:55+00:00
|
When switching between recent files with the Ctrl-Tab command/menu, if you start going back up the menu with Ctrl-Shift-Tab, the menu closes as soon as Shift is released, even if you're still holding Ctrl. Basically you can't go down the list, go back up, and then go back down again.
|
completed
|
Ctrl-Shift-Tab File Switching Querk When switching between recent files with the Ctrl-Tab command/menu, if you start going back up the menu with Ctrl-Shift-Tab, the menu closes as soon as Shift is released, even if you're still holding Ctrl. Basically you can't go down the list, go back up, and then go back down again.
| 88 |
[] |
0
|
False
|
|
258
|
Quick open filters inconsistently between editor history and file search
|
2015-11-19 16:15:38+00:00
|
2015-12-02 14:33:35+00:00
|
It seems the quick open panel doesn't detect lots of files, see screenshot below:

However, if a file has been recently opened, it will appear:

As I see it, in my example, both files should always appear in quick open panel when typing "bar".
When working on a big project with lots of files this really becomes a problem.
Note: typing "*bar" is a workaround but only for this particular case.
|
completed
|
Quick open filters inconsistently between editor history and file search It seems the quick open panel doesn't detect lots of files, see screenshot below:

However, if a file has been recently opened, it will appear:

As I see it, in my example, both files should always appear in quick open panel when typing "bar".
When working on a big project with lots of files this really becomes a problem.
Note: typing "*bar" is a workaround but only for this particular case.
| 215 |
[] |
0
|
False
|
|
254
|
Completely zooming in and out causes font to slightly blur
|
2015-11-19 15:35:43+00:00
|
2016-05-06 15:17:24+00:00
|
This should probably be very low prio, it probably doesn't happen often.
It's also fixed by restarting visual code.
This is what it looks like default:

Now press ctrl++ x 9 times to completely zoom in
Now press ctrl+- x 9 times to completely zoom out
The font now seems blurred

This is on Windows 8.1

Great product btw, I really enjoy using it!
|
completed
|
Completely zooming in and out causes font to slightly blur This should probably be very low prio, it probably doesn't happen often.
It's also fixed by restarting visual code.
This is what it looks like default:

Now press ctrl++ x 9 times to completely zoom in
Now press ctrl+- x 9 times to completely zoom out
The font now seems blurred

This is on Windows 8.1

Great product btw, I really enjoy using it!
| 245 |
[] |
0
|
False
|
|
241
|
Windows: Jump list misses files and folders in the recent category when opened
|
2015-11-19 14:36:57+00:00
|
2016-09-19 09:26:13+00:00
|
Somehow on Windows we do not show up with files and folders in the jump list. I think this is some docs what to do to make it happen: https://msdn.microsoft.com/en-us/library/windows/desktop/ee872121(v=vs.85).aspx
|
completed
|
Windows: Jump list misses files and folders in the recent category when opened Somehow on Windows we do not show up with files and folders in the jump list. I think this is some docs what to do to make it happen: https://msdn.microsoft.com/en-us/library/windows/desktop/ee872121(v=vs.85).aspx
| 88 |
[] |
0
|
False
|
|
236
|
[network] after adding a folder mapped to a SharePoint library, Code editor doesn't work (at all)
|
2015-11-19 14:31:11+00:00
|
2015-11-20 20:31:37+00:00
|
Not sure this is the right place to ask that.
Do you guys have any update on this issue?
https://code.visualstudio.com/Issues/Detail/18573
This is currently a **blocker** for my SharePoint plugin, as I can't open project folders (which are network folders on SharePoint sites)
|
completed
|
[network] after adding a folder mapped to a SharePoint library, Code editor doesn't work (at all) Not sure this is the right place to ask that.
Do you guys have any update on this issue?
https://code.visualstudio.com/Issues/Detail/18573
This is currently a **blocker** for my SharePoint plugin, as I can't open project folders (which are network folders on SharePoint sites)
| 100 |
[] |
0
|
False
|
|
234
|
Open a folder via navigation bar doesn't work in 0.10.0
|
2015-11-19 14:30:00+00:00
|
2015-11-20 16:18:28+00:00
|
I'm not sure if this is the right place to file this kind of bug. I remove it when it's wrong here.
I encountered a strange bug today using 0.10.0. I opened a huge project folder in VSCode and tried to open a subfolder via the navigation bar on the left. The triangle icon changed like the folder has been expanded but no files and subfolders appeared in the list. Even restarting VSCode didn't solve the problem.
The subfolder contains more than 1000 files and its subfolders contain more than 3000 files.
I use VSCode as my default editor in a huge project so I open the project folder in VSCode everyday and edit the files. After a while the "WORKING FILES" section in the navigation bar contained far more than 100 files from within that specific subfolder. After clearing that list and restarting VSCode I could open all the subfolders again.
|
completed
|
Open a folder via navigation bar doesn't work in 0.10.0 I'm not sure if this is the right place to file this kind of bug. I remove it when it's wrong here.
I encountered a strange bug today using 0.10.0. I opened a huge project folder in VSCode and tried to open a subfolder via the navigation bar on the left. The triangle icon changed like the folder has been expanded but no files and subfolders appeared in the list. Even restarting VSCode didn't solve the problem.
The subfolder contains more than 1000 files and its subfolders contain more than 3000 files.
I use VSCode as my default editor in a huge project so I open the project folder in VSCode everyday and edit the files. After a while the "WORKING FILES" section in the navigation bar contained far more than 100 files from within that specific subfolder. After clearing that list and restarting VSCode I could open all the subfolders again.
| 217 |
[] |
0
|
False
|
|
232
|
False positive in file path pattern matching in Output Channel
|
2015-11-19 14:28:27+00:00
|
2015-12-17 06:53:51+00:00
|
<img width="468" alt="screen shot 2015-11-13 at 3 56 51 pm" src="https://cloud.githubusercontent.com/assets/979966/11139808/877beab8-8a1f-11e5-9555-8d2d4e46edc6.png">
|
completed
|
False positive in file path pattern matching in Output Channel <img width="468" alt="screen shot 2015-11-13 at 3 56 51 pm" src="https://cloud.githubusercontent.com/assets/979966/11139808/877beab8-8a1f-11e5-9555-8d2d4e46edc6.png">
| 85 |
[] |
0
|
False
|
|
231
|
Code completion breaks snippet flow
|
2015-11-19 14:25:56+00:00
|
2015-12-10 14:30:58+00:00
|
While using a snippet that has some variables and tab stops:
``` typescript
class ${name} implements I${name} {
constructor() {
$1
}
}
```
The snipped flow stops after applying a suggested code completion for a variable like the ${name} above and i can't tab to $1 anymore.
Is there a way i can use code completion inside a snippet flow?
|
completed
|
Code completion breaks snippet flow While using a snippet that has some variables and tab stops:
``` typescript
class ${name} implements I${name} {
constructor() {
$1
}
}
```
The snipped flow stops after applying a suggested code completion for a variable like the ${name} above and i can't tab to $1 anymore.
Is there a way i can use code completion inside a snippet flow?
| 108 |
[] |
0
|
False
|
|
230
|
Getting TypeScript errors in JavaScript files
|
2015-11-19 14:25:03+00:00
|
2016-02-06 17:59:03+00:00
|
`getTSConfig` might return a string or an object. I get a red squiggly saying that there is no common type between all return values.
<img width="686" alt="screen shot 2015-11-19 at 15 23 35" src="https://cloud.githubusercontent.com/assets/22350/11273073/94ae51b0-8ed1-11e5-8085-24104973799c.png">
|
completed
|
Getting TypeScript errors in JavaScript files `getTSConfig` might return a string or an object. I get a red squiggly saying that there is no common type between all return values.
<img width="686" alt="screen shot 2015-11-19 at 15 23 35" src="https://cloud.githubusercontent.com/assets/22350/11273073/94ae51b0-8ed1-11e5-8085-24104973799c.png">
| 110 |
[] |
0
|
False
|
|
221
|
stdfork does not respect stderr
|
2015-11-19 13:45:59+00:00
|
2016-03-11 11:38:11+00:00
|
When creating a process with stdfork the stderr is not passed through.
This feature needs to be implemented in stdFork.ts and stdForkStart.js
Similar to what we already do for stdout, minus the waiting on the 'ready' signal
We also need to the cleanup similar to stdout
|
completed
|
stdfork does not respect stderr When creating a process with stdfork the stderr is not passed through.
This feature needs to be implemented in stdFork.ts and stdForkStart.js
Similar to what we already do for stdout, minus the waiting on the 'ready' signal
We also need to the cleanup similar to stdout
| 86 |
[] |
0
|
False
|
|
218
|
Webdav network drive not work
|
2015-11-19 13:40:28+00:00
|
2015-11-24 11:10:10+00:00
|
Hi,
It's impossible to open a folder on a Webdav Network Drive (ex : Webdav SharePoint Folder/file Access).
It work perfectly with Brackets.
Bye
|
completed
|
Webdav network drive not work Hi,
It's impossible to open a folder on a Webdav Network Drive (ex : Webdav SharePoint Folder/file Access).
It work perfectly with Brackets.
Bye
| 47 |
[] |
0
|
False
|
|
194
|
(JavaScript) Auto-complete for block comments doesn't work since 0.10.1
|
2015-11-19 10:13:51+00:00
|
2015-12-09 16:28:01+00:00
|
In previous versions of VS Code block comments have been finished after typing `/**`, which now seems not to be the case.

|
completed
|
(JavaScript) Auto-complete for block comments doesn't work since 0.10.1 In previous versions of VS Code block comments have been finished after typing `/**`, which now seems not to be the case.

| 101 |
[] |
0
|
False
|
|
189
|
Goto definition acts too early in some cases
|
2015-11-19 09:52:20+00:00
|
2015-11-24 17:36:09+00:00
|
When pressing the mouse button down then holding control and then releasing the mouse button, VS Code jumps to the definition. This should only happen if you are holding down CTRL before the mouse down.
One of the problems this causes: When selecting text and copying/cutting/pasting it via CTRL+X/C/V you have to be sure to let go of the mouse button before you press CTRL.
Another issue with CTRL is that when navigating through recent files with CTRL+TAB and you go backwards in the list via CTRL+SHIFT+TAB, but then decide you actually didn't need to go backwards: You release SHIFT and get immediately thrown into the currently selected file. I think this should only happen when letting go of CTRL in that case.
In my opinion the Jump To Definition probably shouldn't happen regardless of modifier keys pressed when you have a text selection created with that mouse action.
(this was reported in https://code.visualstudio.com/issues/detail/18527, but I guess github issues are the way forward, right?!)
|
completed
|
Goto definition acts too early in some cases When pressing the mouse button down then holding control and then releasing the mouse button, VS Code jumps to the definition. This should only happen if you are holding down CTRL before the mouse down.
One of the problems this causes: When selecting text and copying/cutting/pasting it via CTRL+X/C/V you have to be sure to let go of the mouse button before you press CTRL.
Another issue with CTRL is that when navigating through recent files with CTRL+TAB and you go backwards in the list via CTRL+SHIFT+TAB, but then decide you actually didn't need to go backwards: You release SHIFT and get immediately thrown into the currently selected file. I think this should only happen when letting go of CTRL in that case.
In my opinion the Jump To Definition probably shouldn't happen regardless of modifier keys pressed when you have a text selection created with that mouse action.
(this was reported in https://code.visualstudio.com/issues/detail/18527, but I guess github issues are the way forward, right?!)
| 258 |
[] |
0
|
False
|
|
183
|
Jump to matching bracket issue
|
2015-11-19 09:33:10+00:00
|
2015-12-09 16:22:52+00:00
|
"Jump to matching bracket" (⇧⌘]) goes to the outer side of left bracket and the inner side of right bracket. This breaks further matching.
To reproduce just issue ⇧⌘] on nested brackets starting from the most outer ones, see where the cursor ends up (goes to inner couple each time).
|
completed
|
Jump to matching bracket issue "Jump to matching bracket" (⇧⌘]) goes to the outer side of left bracket and the inner side of right bracket. This breaks further matching.
To reproduce just issue ⇧⌘] on nested brackets starting from the most outer ones, see where the cursor ends up (goes to inner couple each time).
| 90 |
[] |
0
|
False
|
|
177
|
Crash when opening 50mb YAML file
|
2015-11-19 09:22:23+00:00
|
2015-11-25 12:22:32+00:00
|
Version 0.10.1
As the subject says, When I attempt to open a 55MB YAML file, VS Code crashes.
Opening smaller files seems to work fine (5mb). The larger one makes it blow up every time.
Let me know if I can provide any more information.
|
completed
|
Crash when opening 50mb YAML file Version 0.10.1
As the subject says, When I attempt to open a 55MB YAML file, VS Code crashes.
Opening smaller files seems to work fine (5mb). The larger one makes it blow up every time.
Let me know if I can provide any more information.
| 69 |
[] |
0
|
False
|
|
173
|
OSX El Capitan: Code crashes on quit when in split full-screen mode
|
2015-11-19 09:11:29+00:00
|
2015-12-01 15:53:34+00:00
|
1. Go full screen
2. Split it with another app (eg iTerm2), El Capitan style
3. Quit Code
Crash reporter comes up. Couldn't repro with barebones Electron.
|
completed
|
OSX El Capitan: Code crashes on quit when in split full-screen mode 1. Go full screen
2. Split it with another app (eg iTerm2), El Capitan style
3. Quit Code
Crash reporter comes up. Couldn't repro with barebones Electron.
| 65 |
[] |
0
|
False
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.