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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
5835 | Debug: continue action seems broken for Go extension | 2016-04-26 13:22:23+00:00 | 2016-04-28 08:58:31+00:00 | Testing #5644
### Setup
It's easier to install the whole thing in Linux:
- [Install Go 1.6](https://www.digitalocean.com/community/tutorials/how-to-install-go-1-6-on-ubuntu-14-04)
- [Setup Go](https://golang.org/doc/code.html#GOPATH)
- [Install and setup the go extension](https://marketplace.visualstudio.com/ite... | completed | Debug: continue action seems broken for Go extension Testing #5644
### Setup
It's easier to install the whole thing in Linux:
- [Install Go 1.6](https://www.digitalocean.com/community/tutorials/how-to-install-go-1-6-on-ubuntu-14-04)
- [Setup Go](https://golang.org/doc/code.html#GOPATH)
- [Install and setup the g... | 378 | [] | 0 | False | |
5834 | "Open New Terminal" does not work for empty workspace | 2016-04-26 13:08:10+00:00 | 2016-04-27 16:03:21+00:00 | We can make this command actually work when not having a workspace open.
| completed | "Open New Terminal" does not work for empty workspace We can make this command actually work when not having a workspace open.
| 30 | [] | 0 | False | |
5833 | Markdown preview cannot be resized anymore | 2016-04-26 13:06:59+00:00 | 2016-04-27 15:16:40+00:00 | - VSCode Version:1.0.1-insider
- OS Version:Windows 10 1511 (Build 10586.164)
Steps to Reproduce:
1. Open a Markdown file
2. Open a Preview of Markdown file to the side
3. Attempt to re-size the split windows
| completed | Markdown preview cannot be resized anymore - VSCode Version:1.0.1-insider
- OS Version:Windows 10 1511 (Build 10586.164)
Steps to Reproduce:
1. Open a Markdown file
2. Open a Preview of Markdown file to the side
3. Attempt to re-size the split windows
| 72 | [] | 0 | False | |
5830 | debug - sort order of threads isn't stable | 2016-04-26 13:01:28+00:00 | 2016-05-03 08:35:04+00:00 | #5644
- debug a C# program that uses two tasks
- have a breakpoint in one task action
- when hit step
- ⚡ the order of the containing thread in the call stack view isn't stable

| completed | respect showUser flag in errors #5644
- stepped around in a C# program that uses tasks
- eventually I got the error below

| 91 | [] | 0 | False | |
5826 | debug - reveal paused thread | 2016-04-26 12:53:45+00:00 | 2016-04-28 12:49:30+00:00 | #5644
- debug a C# app like below that uses two tasks
- set a breakpoint inside the task logic
- ⚡ when being hit the thread-node isn't unfolded to the callstack but I have to find it

| completed | debug - hover for long string is bogus - generate a very long string
- hover over it in the debug view and notice the unhappy over

| 96 | [] | 0 | False | |
5819 | Mac: File events broken at random times | 2016-04-26 12:28:45+00:00 | 2016-04-29 06:31:12+00:00 | - VSCode Version: Alpha - e77003fd6ca90d944feb572b54fc1d122d91d704
- OS Version: El Capitan
Steps to Reproduce:
1. Open any file in vscode
2. Make changes to that file outside of vscode, vscode is not picking up changes
File events seem to be completely broken for me, as git is also not picking up file event c... | completed | Mac: File events broken at random times - VSCode Version: Alpha - e77003fd6ca90d944feb572b54fc1d122d91d704
- OS Version: El Capitan
Steps to Reproduce:
1. Open any file in vscode
2. Make changes to that file outside of vscode, vscode is not picking up changes
File events seem to be completely broken for me, as... | 102 | [] | 0 | False | |
5816 | getaddrinfo ENOTFOUND marketplace.visualstudio.com marketplace.visualstudio.com:443 | 2016-04-26 11:55:51+00:00 | 2017-07-03 12:27:42+00:00 | Hello,
I am unable to load the library nor get any info about installed plugin.
I am behind a proxy driven by ntlm @localhost:7124
- VSCode Version: 0.10.11
- OS Version: Windows 7
All my app are fine except VS !!
Steps to Reproduce:
1. CTr+ Shift P
2. ext install
get following error message :
... | completed | getaddrinfo ENOTFOUND marketplace.visualstudio.com marketplace.visualstudio.com:443 Hello,
I am unable to load the library nor get any info about installed plugin.
I am behind a proxy driven by ntlm @localhost:7124
- VSCode Version: 0.10.11
- OS Version: Windows 7
All my app are fine except VS !!
Steps to... | 235 | [] | 0 | False | |
5814 | editor - sticky parameter hints | 2016-04-26 10:45:04+00:00 | 2016-04-26 13:55:25+00:00 | The editor input has changed but the old parameter hints still show

| completed | editor - sticky parameter hints The editor input has changed but the old parameter hints still show

| 80 | [] | 0 | False | |
5811 | debug - large ArrayBuffer kills debugging | 2016-04-26 10:13:11+00:00 | 2016-04-26 12:41:25+00:00 | #4951
- take default extension from `yo code`
- put this inside the command
```
let v = process.version;
console.log(v);
let buffer = new ArrayBuffer(320000);
console.log('byte buffer', buffer.byteLength);
let view = new Int32Array(buffer);
console.log('int... | completed | debug - large ArrayBuffer kills debugging #4951
- take default extension from `yo code`
- put this inside the command
```
let v = process.version;
console.log(v);
let buffer = new ArrayBuffer(320000);
console.log('byte buffer', buffer.byteLength);
let view = new Int... | 216 | [] | 0 | False | |
5810 | debug - missing translation | 2016-04-26 10:08:01+00:00 | 2016-04-26 10:49:50+00:00 | - see screen shot
- it says _paused on Haltepunkt_ which is only half german. unsure if this bad translation or bad string externalisation.

| completed | debug - missing translation - see screen shot
- it says _paused on Haltepunkt_ which is only half german. unsure if this bad translation or bad string externalisation.

| 99 | [] | 0 | False | |
5809 | debug - large array not abbreviated | 2016-04-26 09:54:08+00:00 | 2016-04-26 12:41:46+00:00 | #4951
- have extension code (node v5.10.0) like below
```
let data = new Array(10001);
data.fill(42);
console.log(data.length);
let longString = data.join('oooooo');
longString += '<TOO LARGE>';
console.log(longString);
```
- break in there and inspect ... | completed | debug - large array not abbreviated #4951
- have extension code (node v5.10.0) like below
```
let data = new Array(10001);
data.fill(42);
console.log(data.length);
let longString = data.join('oooooo');
longString += '<TOO LARGE>';
console.log(longString);... | 230 | [] | 0 | False | |
5807 | Debug threads need more UI affordances | 2016-04-26 09:47:33+00:00 | 2016-05-04 07:54:16+00:00 | Testing #5644
The list is too empty. At first glance, it's even not so trivial to understand that I'm looking at threads.

Idea: We could use some kind of label to the right of each thread. Use a default... | completed | Debug threads need more UI affordances Testing #5644
The list is too empty. At first glance, it's even not so trivial to understand that I'm looking at threads.

Idea: We could use some kind of label to ... | 155 | [] | 0 | False | |
5804 | Debug hover crops too much info | 2016-04-26 09:42:36+00:00 | 2016-04-27 12:54:21+00:00 | Testing #5644
It seems to crop based on words (you should use [`break-all`](http://www.w3schools.com/cssref/css3_pr_word-break.asp)) and there is no ellipsis.

| completed | Debug hover crops too much info Testing #5644
It seems to crop based on words (you should use [`break-all`](http://www.w3schools.com/cssref/css3_pr_word-break.asp)) and there is no ellipsis.

| 123 | [] | 0 | False | |
5803 | debug - no truncation? | 2016-04-26 09:32:25+00:00 | 2016-04-26 12:45:19+00:00 | #4952
- test plan says truncation happens at strings longer 10000 characters
- have code like this
```
let longString = new Array(10001).join('oooooo');
longString += '<TOO LARGE>';
console.log(longString);
```
- ⚡ console doesn't truncate the string, shows `<TOO LARGE>`
![screen sh... | completed | debug - no truncation? #4952
- test plan says truncation happens at strings longer 10000 characters
- have code like this
```
let longString = new Array(10001).join('oooooo');
longString += '<TOO LARGE>';
console.log(longString);
```
- ⚡ console doesn't truncate the string, shows `<TOO... | 159 | [] | 0 | False | |
5802 | debug - output doesn't show cos it's too large | 2016-04-26 09:28:45+00:00 | 2019-02-20 11:31:06+00:00 | #4952
- have code like this
```
let longString = new Array(100001).join('oooooo ');
longString += '<END>';
console.log(longString);
```
- ⚡ the console only shows a message about large output which is a big regression in comparison to the truncated message
![screen shot 2016-04-2... | completed | debug - output doesn't show cos it's too large #4952
- have code like this
```
let longString = new Array(100001).join('oooooo ');
longString += '<END>';
console.log(longString);
```
- ⚡ the console only shows a message about large output which is a big regression in comparison to t... | 150 | [] | 0 | False | |
5801 | debug hover doesn't break | 2016-04-26 09:23:36+00:00 | 2016-04-28 09:24:45+00:00 | #4952
- have code the produces a long string (`str = new Array(10001).join('o')`)
- run and inspect the value
- ⚡ the hover doesn't wrap

| completed | debug hover doesn't break #4952
- have code the produces a long string (`str = new Array(10001).join('o')`)
- run and inspect the value
- ⚡ the hover doesn't wrap

| 115 | [] | 0 | False | |
5800 | command palette shows english on top of german | 2016-04-26 09:13:26+00:00 | 2016-04-26 11:08:15+00:00 | #5764
I run the tool in german but the command palette shows english command on top of german names which is odd

| completed | command palette shows english on top of german #5764
I run the tool in german but the command palette shows english command on top of german names which is odd

| 94 | [] | 0 | False | |
5799 | dataloss with vscode.openFolder | 2016-04-26 09:08:20+00:00 | 2016-04-26 10:54:43+00:00 | #5338
- start with `yo code` sample
- change the command such that it opens a new workspace in the same folder
- start the debuggee
- make sure auto-save is off and make a chance such that a file is dirty
- run the command that opens a new folder
- ⚡ I don't get asked to save and lose my chance
| completed | dataloss with vscode.openFolder #5338
- start with `yo code` sample
- change the command such that it opens a new workspace in the same folder
- start the debuggee
- make sure auto-save is off and make a chance such that a file is dirty
- run the command that opens a new folder
- ⚡ I don't get asked to save and l... | 92 | [] | 0 | False | |
5797 | Dismissing a workbench message doesn't wrap up API promise | 2016-04-26 09:06:59+00:00 | 2016-04-27 08:43:37+00:00 | Testing #5743
The promise returned by `vscode.window.showInformationMessage()` never completes if the user dismisses it with <kbd>Escape</kbd>.
I expected it to complete with `undefined`, similarly to when pressing `Close`.
| completed | Dismissing a workbench message doesn't wrap up API promise Testing #5743
The promise returned by `vscode.window.showInformationMessage()` never completes if the user dismisses it with <kbd>Escape</kbd>.
I expected it to complete with `undefined`, similarly to when pressing `Close`.
| 87 | [] | 0 | False | |
5796 | Open file/folder dialog needs to know its target window | 2016-04-26 08:59:58+00:00 | 2016-11-25 16:34:10+00:00 | #5338
- start with `yo code`
- change the command to be like shown below
- set a break point on the `executeCommand`
- run, breakpoint hit, chose a folder
- ⚡ instead of the debuggee window the dev window opens a new folder
```
// Display a message box to the user
vscode.commands.executeCommand('vscode.op... | completed | Open file/folder dialog needs to know its target window #5338
- start with `yo code`
- change the command to be like shown below
- set a break point on the `executeCommand`
- run, breakpoint hit, chose a folder
- ⚡ instead of the debuggee window the dev window opens a new folder
```
// Display a message box ... | 108 | [] | 0 | False | |
5795 | debug - paused at invisible breakpoints | 2016-04-26 08:56:19+00:00 | 2016-04-26 13:18:30+00:00 | Unsure how I ended up there but the debugger paused at breakpoints I have had removed a while ago. That was when debugging an extension I created with `yo code`.


Refs: https://github.com/Microsoft/vscode/issues/5767
| completed | Extensions: Download counter font seems serif 
Refs: https://github.com/Microsoft/vscode/issues/5767
| 82 | [] | 0 | False | |
5789 | Menu interface shows glitches when hovering files in split editor | 2016-04-26 06:37:28+00:00 | 2016-04-26 12:44:57+00:00 | - VSCode Version: 1.0.0, Commit fa6d0f... Shell 0.35.6, Renderer 45.0.2454.85, Node 4.1.1 (would be great if I could simply copy and paste this all from the about menu btw)
- OS Version: Windows 10 Enterprise
Steps to Reproduce:
1. Open a folder.
2. Open something in split editor.
3. Move mouse
See the GIF fo... | completed | Menu interface shows glitches when hovering files in split editor - VSCode Version: 1.0.0, Commit fa6d0f... Shell 0.35.6, Renderer 45.0.2454.85, Node 4.1.1 (would be great if I could simply copy and paste this all from the about menu btw)
- OS Version: Windows 10 Enterprise
Steps to Reproduce:
1. Open a folder.
2... | 230 | [] | 0 | False | |
5784 | Clicking a stack frame with no source causes all other thread stacks to collapse | 2016-04-26 02:38:53+00:00 | 2016-04-28 07:44:42+00:00 | - VSCode Version: master (b2f6194)
- OS Version: Ubuntu 14.04
Steps to Reproduce:
1. Compile https://gist.github.com/edumunoz/6e2ca90d4b5d3dbfa5340576e79ac113 with `g++ -g -std=c++11 -pthread hello.cpp -o hello`
2. Install the [C++ debug adapter](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cppto... | completed | Clicking a stack frame with no source causes all other thread stacks to collapse - VSCode Version: master (b2f6194)
- OS Version: Ubuntu 14.04
Steps to Reproduce:
1. Compile https://gist.github.com/edumunoz/6e2ca90d4b5d3dbfa5340576e79ac113 with `g++ -g -std=c++11 -pthread hello.cpp -o hello`
2. Install the [C++ d... | 313 | [] | 0 | False | |
5782 | Getting error "Node.js did not repond to request 'continue' in a reasonable amount of time." | 2016-04-25 23:29:13+00:00 | 2017-08-17 13:31:37+00:00 | - VSCode Version: 1.0.1-alpha
- OS Version: Windows10
I observed if user left the VSCode debug session active for a long time and try to resume (I tried around after 12hrs.) then user is unable to proceed with active debug session and keep getting errors like below: LogFile
[NodeJSResponseIssue.zip](https://github... | completed | Getting error "Node.js did not repond to request 'continue' in a reasonable amount of time." - VSCode Version: 1.0.1-alpha
- OS Version: Windows10
I observed if user left the VSCode debug session active for a long time and try to resume (I tried around after 12hrs.) then user is unable to proceed with active debug ... | 886 | [] | 0 | False | |
5778 | VSCode fails to process paths with back slashes returned from debug adapter | 2016-04-25 20:30:06+00:00 | 2016-04-27 10:02:42+00:00 | - VSCode Version: 1.0
- OS Version: Windows 10 64-bit
Steps to Reproduce:
1. Create a debug server that responds to the 'launch' request by sending a response with 'path' containing back slashes
2. VSCode shows error and the debug session is terminated.
Above is inconsistent because the 'program' field sent b... | completed | VSCode fails to process paths with back slashes returned from debug adapter - VSCode Version: 1.0
- OS Version: Windows 10 64-bit
Steps to Reproduce:
1. Create a debug server that responds to the 'launch' request by sending a response with 'path' containing back slashes
2. VSCode shows error and the debug sessio... | 110 | [] | 0 | False | |
5769 | JSON seems to keep diagnostics around when document closes | 2016-04-25 14:51:30+00:00 | 2016-06-29 18:21:46+00:00 | <img width="515" alt="screen shot 2016-04-25 at 16 50 37" src="https://cloud.githubusercontent.com/assets/1794099/14787922/ea9a27f6-0b05-11e6-8755-3314a42dfe27.png">
I cann't get that error away, tho the document is closes (not showing in working files set)
| completed | JSON seems to keep diagnostics around when document closes <img width="515" alt="screen shot 2016-04-25 at 16 50 37" src="https://cloud.githubusercontent.com/assets/1794099/14787922/ea9a27f6-0b05-11e6-8755-3314a42dfe27.png">
I cann't get that error away, tho the document is closes (not showing in working files set)
... | 108 | [] | 0 | False | |
5762 | Debugging mocha breakpoints not working right and value inspector not showing right info. | 2016-04-25 14:42:50+00:00 | 2016-04-27 11:07:17+00:00 | - VSCode Version: 1.0.0
- OS Version: 10.11.4
Using mocha, es6 and chai with vs code does not debug properly.
1. Breakpoints in tests do not work properly, they may fire but in wrong place.
2. Value inspector does not show local variables defined using let
3. Debugging ES6 files, local variables do not show nor ... | completed | Debugging mocha breakpoints not working right and value inspector not showing right info. - VSCode Version: 1.0.0
- OS Version: 10.11.4
Using mocha, es6 and chai with vs code does not debug properly.
1. Breakpoints in tests do not work properly, they may fire but in wrong place.
2. Value inspector does not show l... | 218 | [] | 0 | False | |
5751 | Tab not quite as expected when using snippets within snippets | 2016-04-25 12:26:39+00:00 | 2017-05-09 16:46:46+00:00 | - VSCode Version: Version 1.0.1-insider (1.0.1-insider) - 85f337ee0851a464d5459ce9a354d05f94f0b9a4
- OS Version: OSX Yosemite 10.10.5
See animated gif below (sorry for resolution!):

I am not sure if the tab button should continue switching between the o... | completed | Tab not quite as expected when using snippets within snippets - VSCode Version: Version 1.0.1-insider (1.0.1-insider) - 85f337ee0851a464d5459ce9a354d05f94f0b9a4
- OS Version: OSX Yosemite 10.10.5
See animated gif below (sorry for resolution!):

I am not ... | 188 | [] | 0 | False | |
5745 | Webview: apply window.zoomLevel too | 2016-04-25 10:03:05+00:00 | 2017-04-11 18:07:02+00:00 | This is an electron bug: https://github.com/electron/electron/issues/7375
I am running with window.zoomLevel: 1 in VS Code and my markdown preview (https://github.com/bpasero/vscode-markdown) seems to show up with the default zoom level of 0:
 seems to show up with the default zoom level of 0:
.
| completed | VS Code does not honour the 'expensive' flag for all scopes - VSCode Version: alpha
If node debug returns an `expensive` flag with value `true` for all scopes, VS Code still expands the 'local' scope (or the first 'scope').
| 71 | [] | 0 | False | |
5720 | File Search - Prioritise File Path Match Over Fuzzy | 2016-04-24 18:30:59+00:00 | 2016-04-25 09:59:31+00:00 | - VSCode Version: 1.0.0
- OS Version: Windows 7
Steps to Reproduce:
1. Open 'Go to File' (ctrl + p)
2. Type in the path of a file that also results in fuzzy matches.

Currently filepath matches are... | completed | File Search - Prioritise File Path Match Over Fuzzy - VSCode Version: 1.0.0
- OS Version: Windows 7
Steps to Reproduce:
1. Open 'Go to File' (ctrl + p)
2. Type in the path of a file that also results in fuzzy matches.

at Instant... | completed | Error when opening explorer context menu With latest, rightclick into the explorer:
```
index.html:31 Error: [createInstance] RenameFileAction depends on UNKNOWN service progressService.
at file:////Users/bpasero/Development/Microsoft/monaco/out/vs/platform/instantiation/common/instantiationService.js:104:27
... | 569 | [] | 0 | False | |
5704 | API rangeIncludingLineBreak gives strange result on last line | 2016-04-23 21:50:57+00:00 | 2016-04-25 08:50:59+00:00 | - VSCode Version: 1.0.0
- OS Version: Mac
When I access `rangeIncludingLineBreak` on the last line of a document, it gives me back a `Range` which seems not to be valid.
For example with the simple text
```
0asdf
1asdf
```
A call to `document.lineAt(1).rangeIncludingLineBreak` returns:
```
[{"line":... | completed | API rangeIncludingLineBreak gives strange result on last line - VSCode Version: 1.0.0
- OS Version: Mac
When I access `rangeIncludingLineBreak` on the last line of a document, it gives me back a `Range` which seems not to be valid.
For example with the simple text
```
0asdf
1asdf
```
A call to `document... | 248 | [] | 0 | False | |
5699 | Getting a lightbulb in status for jsconfig.json but I have one in project root | 2016-04-23 19:56:58+00:00 | 2016-04-27 10:30:33+00:00 | "InfoCreate a jsconfig.json to enable richer IntelliSense and code navigation across the entire workspace."
https://github.com/opendirective/brian
| completed | Getting a lightbulb in status for jsconfig.json but I have one in project root "InfoCreate a jsconfig.json to enable richer IntelliSense and code navigation across the entire workspace."
https://github.com/opendirective/brian
| 66 | [] | 0 | False | |
5698 | Tons of debug spew in cmd window | 2016-04-23 17:00:00+00:00 | 2017-04-26 07:39:13+00:00 | - VSCode Version: 1.0.0
- OS Version: Windows 1511 (10586.104) But happens on Win7 as well
Steps to Reproduce:
1. Set VS Code to be the default app for opening .log files. (Or any file, really)
2. Open a cmd window
3. Navigate to a directory with .log files.
4. Type Logfile.log (Or whatever the name of you... | completed | Tons of debug spew in cmd window - VSCode Version: 1.0.0
- OS Version: Windows 1511 (10586.104) But happens on Win7 as well
Steps to Reproduce:
1. Set VS Code to be the default app for opening .log files. (Or any file, really)
2. Open a cmd window
3. Navigate to a directory with .log files.
4. Type Logfile.... | 154 | [] | 0 | False | |
5696 | Bad glyph rendering in editor | 2016-04-23 13:51:04+00:00 | 2016-12-04 10:39:43+00:00 | - VSCode Version: 1.0.0
- OS Version: Windows 10 Pro 64-bit
VSCode is set to use Consolas font and when trying to edit attached file (runes.txt) with some rune glyphs, it displays just little squares with question mark inside.
Other editors such as Notepad++ and even basic Notepad that comes with the Windows, are ... | completed | Bad glyph rendering in editor - VSCode Version: 1.0.0
- OS Version: Windows 10 Pro 64-bit
VSCode is set to use Consolas font and when trying to edit attached file (runes.txt) with some rune glyphs, it displays just little squares with question mark inside.
Other editors such as Notepad++ and even basic Notepad tha... | 257 | [] | 0 | False | |
5695 | Breakpoint not hit in extension debugging | 2016-04-23 13:03:00+00:00 | 2016-04-26 12:58:14+00:00 | This looks like a regression from 1.0 and might be related to the electron update:
- clone https://github.com/bpasero/vscode-markdown.git
- npm install
- open with VS Code
- add a breakpoint both into where the `extension.previewMarkdown` command does something as well as the virtual document provider to the top (`... | completed | Breakpoint not hit in extension debugging This looks like a regression from 1.0 and might be related to the electron update:
- clone https://github.com/bpasero/vscode-markdown.git
- npm install
- open with VS Code
- add a breakpoint both into where the `extension.previewMarkdown` command does something as well as t... | 194 | [] | 0 | False | |
5692 | Unable to convert markdown TM syntax to extension | 2016-04-23 11:38:51+00:00 | 2016-04-25 09:45:37+00:00 | - VSCode Version: 1.0.1-alpha
- OS Version: Mac OS X 10.11
Steps to Reproduce:
1. create an extension from https://raw.githubusercontent.com/textmate/markdown.tmbundle/master/Syntaxes/Markdown.tmLanguage
2. Run the extension
3. create a README.md file with below contents
4. open it
Crash:
```
//Users/bpa... | completed | Unable to convert markdown TM syntax to extension - VSCode Version: 1.0.1-alpha
- OS Version: Mac OS X 10.11
Steps to Reproduce:
1. create an extension from https://raw.githubusercontent.com/textmate/markdown.tmbundle/master/Syntaxes/Markdown.tmLanguage
2. Run the extension
3. create a README.md file with below ... | 756 | [] | 0 | False | |
5687 | Markdown preview does not auto-update without an open editor | 2016-04-23 06:23:51+00:00 | 2017-02-24 06:49:43+00:00 | - VSCode Version: 1.0.0
- OS Version: OSX
Steps to Reproduce:
1. Open a markdown file and split the window into 1-editor pane and 1-view pane.
2. Notice that edits made in the editor automatically update the view pane.
3. Open the file in vim and make edits.
4. Notice that the edits made in vim automatically u... | completed | Markdown preview does not auto-update without an open editor - VSCode Version: 1.0.0
- OS Version: OSX
Steps to Reproduce:
1. Open a markdown file and split the window into 1-editor pane and 1-view pane.
2. Notice that edits made in the editor automatically update the view pane.
3. Open the file in vim and make... | 116 | [] | 0 | False | |
5680 | BUG: Document saved with "Save as" not added to "Open Recent" menu | 2016-04-22 23:28:32+00:00 | 2016-04-24 08:03:02+00:00 | - VSCode Version: 1.0.0
- OS Version: Fedora 23 x86_64
(A menu option to pre-fill this info would be great: https://github.com/Microsoft/vscode/issues/new?body=version_info )
```
Version 1.0.0
Commit fa6d0f03813dfb9df4589c30121e9fcffa8a8ec8
Date 2016-04-13T14:21:33.326Z
Shell 0.35.6
Renderer 45.0.2454.85
N... | completed | BUG: Document saved with "Save as" not added to "Open Recent" menu - VSCode Version: 1.0.0
- OS Version: Fedora 23 x86_64
(A menu option to pre-fill this info would be great: https://github.com/Microsoft/vscode/issues/new?body=version_info )
```
Version 1.0.0
Commit fa6d0f03813dfb9df4589c30121e9fcffa8a8ec8
Da... | 277 | [] | 0 | False | |
5672 | Install extension prompt after clicking readme in update menu | 2016-04-22 20:23:13+00:00 | 2016-04-27 13:46:23+00:00 | - VSCode Version: 1.0.1-alpha
- OS Version: Ubuntu 15.10
Similar to #4518
Steps to Reproduce:
1. Wait for an extension update
2. Click on README in update menu
Actual:
Asks if you would like to install the extension.
| completed | Install extension prompt after clicking readme in update menu - VSCode Version: 1.0.1-alpha
- OS Version: Ubuntu 15.10
Similar to #4518
Steps to Reproduce:
1. Wait for an extension update
2. Click on README in update menu
Actual:
Asks if you would like to install the extension.
| 70 | [] | 0 | False | |
5665 | Previously open working files are not validated when reopening vscode | 2016-04-22 17:26:57+00:00 | 2016-04-23 07:07:14+00:00 | - VSCode Version: latest
Steps to reproduce:
``` bash
mkdir temp
touch a b c
code .
```
- add `a`, `b` and `c` to working files
- close code
``` bash
rm a
code .
```
Notice `a` is still in working files, clicking it results in a file not found error.
---
This happens most for me when I'm swit... | completed | Previously open working files are not validated when reopening vscode - VSCode Version: latest
Steps to reproduce:
``` bash
mkdir temp
touch a b c
code .
```
- add `a`, `b` and `c` to working files
- close code
``` bash
rm a
code .
```
Notice `a` is still in working files, clicking it results in a ... | 128 | [] | 0 | False | |
5657 | 很喜欢vscode,但是前几天发现一个bug: | 2016-04-22 13:30:34+00:00 | 2016-04-28 07:41:17+00:00 | - VSCode Version:
- OS Version:
最新版本
Steps to Reproduce:
1. 由第三方工具(如gulp,grunt)创建的文件不能自动刷新出来,而且手动刷新也不行
2.
| completed | 很喜欢vscode,但是前几天发现一个bug: - VSCode Version:
- OS Version:
最新版本
Steps to Reproduce:
1. 由第三方工具(如gulp,grunt)创建的文件不能自动刷新出来,而且手动刷新也不行
2.
| 62 | [] | 0 | False | |
5656 | Editor Bug: Auto-indent does not work correctly in TypeScript files | 2016-04-22 12:39:46+00:00 | 2016-04-24 18:52:49+00:00 | - VSCode Version: 0.10.11
- OS Version: Windows 7 / 64-bit
Steps to Reproduce:
1. Click Enter at the end of a nested line (e.g., after if / for statement).
2. A new line is created, but the cursor is placed at the beginning of the line instead of the expected indented position.
After the new line is completed,... | completed | Editor Bug: Auto-indent does not work correctly in TypeScript files - VSCode Version: 0.10.11
- OS Version: Windows 7 / 64-bit
Steps to Reproduce:
1. Click Enter at the end of a nested line (e.g., after if / for statement).
2. A new line is created, but the cursor is placed at the beginning of the line instead of... | 124 | [] | 0 | False | |
5649 | Extensions cannot get workspace configurations of their own | 2016-04-22 10:04:28+00:00 | 2016-05-09 10:56:57+00:00 | - VSCode Version: 1.0.1-insider [85f337ee0851a464d5459ce9a354d05f94f0b9a4]
- OS Version: OS X El Capitan 10.11.4 (15E65)
Extensions cannot get their configuration settings due to `vscode.workspace.getConfiguration` returns `undefined`.
This is the error trace from running the extension...
![screen shot 2559-04-... | completed | Extensions cannot get workspace configurations of their own - VSCode Version: 1.0.1-insider [85f337ee0851a464d5459ce9a354d05f94f0b9a4]
- OS Version: OS X El Capitan 10.11.4 (15E65)
Extensions cannot get their configuration settings due to `vscode.workspace.getConfiguration` returns `undefined`.
This is the error... | 443 | [] | 0 | False | |
5639 | Paste line not behave correctly if go to another file | 2016-04-22 03:17:33+00:00 | 2017-12-14 10:28:05+00:00 | - VSCode Version: 1.0.0
- OS Version: Win10
Steps to Reproduce:
1. Copy a line by Ctrl + C without selection.
2. Move cursor to another line, paste by Ctrl + V. The copied line should appear above the cursor.
3. Open another file.
4. In the new opened file, pasted content will not appear before the current lin... | completed | Paste line not behave correctly if go to another file - VSCode Version: 1.0.0
- OS Version: Win10
Steps to Reproduce:
1. Copy a line by Ctrl + C without selection.
2. Move cursor to another line, paste by Ctrl + V. The copied line should appear above the cursor.
3. Open another file.
4. In the new opened file,... | 169 | [] | 0 | False | |
5636 | Possible to bring up multiple save dialogs on same file | 2016-04-22 01:39:25+00:00 | 2016-05-30 06:45:33+00:00 | - VSCode Version: 1.0.0
- OS Version: windows 10
Steps to Reproduce:
1.Create a new file, and type something
2.Press down Ctrl+S more than one times as quick as you can
3.VS Code will open duplicate save dialog
Thank you ArianeLu!
| completed | Possible to bring up multiple save dialogs on same file - VSCode Version: 1.0.0
- OS Version: windows 10
Steps to Reproduce:
1.Create a new file, and type something
2.Press down Ctrl+S more than one times as quick as you can
3.VS Code will open duplicate save dialog
Thank you ArianeLu!
| 74 | [] | 0 | False | |
5634 | Dismiss the read only file message bar when the file is saved successfully | 2016-04-22 00:34:28+00:00 | 2016-05-02 12:18:41+00:00 | I use a version control product that marks all the files as read only until you check them out for editing.
When I edit a file that is not checked out yet, VS Code will show the following error:

When I se... | completed | Dismiss the read only file message bar when the file is saved successfully I use a version control product that marks all the files as read only until you check them out for editing.
When I edit a file that is not checked out yet, VS Code will show the following error:

| completed | Crash when using dev tools from VS Code - VSCode Version:1
- OS Version:10.9.5
Steps to Reproduce:
I am not sure, but I am attaching the crash report.
[vscode.crashreport.txt](https://github.com/Microsoft/vscode/files/230760/vscode.crashreport.txt)
| 82 | [] | 0 | False | |
5626 | on Linux middle-click paste wont work. | 2016-04-21 21:09:33+00:00 | 2016-04-22 19:32:41+00:00 | - VSCode Version:1.8.2
- OS Version:ubuntu 15.10
Steps to Reproduce:
1. highlight some text by mouse
2. middle click some other position to paste
| completed | on Linux middle-click paste wont work. - VSCode Version:1.8.2
- OS Version:ubuntu 15.10
Steps to Reproduce:
1. highlight some text by mouse
2. middle click some other position to paste
| 47 | [] | 0 | False | |
5618 | "Small perf tweaks" commit 79eda2ea breaks float preference values | 2016-04-21 17:01:22+00:00 | 2016-04-29 07:27:20+00:00 | Hi all,
I prefer the mouse wheel to scroll single lines in VS Code, and happily, there's a separate configuration setting to control this without disturbing my global system settings. When `editor.mouseWheelScrollSensitivity` is set to its default value of `1`, the mouse wheel on my system scrolls 3 lines, but by se... | completed | "Small perf tweaks" commit 79eda2ea breaks float preference values Hi all,
I prefer the mouse wheel to scroll single lines in VS Code, and happily, there's a separate configuration setting to control this without disturbing my global system settings. When `editor.mouseWheelScrollSensitivity` is set to its default va... | 348 | [] | 0 | False | |
5611 | Intellisense stops working after adding jsconfig file | 2016-04-21 14:42:43+00:00 | 2016-04-22 14:38:41+00:00 | - VSCode Version: 1.0.0
- OS Version: Windows 10
It seems after I have Code generate a jsconfig file, the intellisense for my imported es6 module seems to quit working.
Initially I have just two files in a folder:
script1.js:
``` js
export const MyVar = {
a: 5,
b: "hello"
};
```
script2.js:
... | completed | Intellisense stops working after adding jsconfig file - VSCode Version: 1.0.0
- OS Version: Windows 10
It seems after I have Code generate a jsconfig file, the intellisense for my imported es6 module seems to quit working.
Initially I have just two files in a folder:
script1.js:
``` js
export const MyVar =... | 325 | [] | 0 | False | |
5603 | Allow `Delete` keyboard shortcut to remove file from explorer | 2016-04-21 12:38:08+00:00 | 2016-04-22 12:31:19+00:00 | - VSCode Version: 1.0.0
- OS Version: 10.11.3
It's not possible to bind a key to the `Delete File` action from the explorer. I think it would be a nice addition.
// @bpasero yes I will look into doing a PR this evening ;)
| completed | Allow `Delete` keyboard shortcut to remove file from explorer - VSCode Version: 1.0.0
- OS Version: 10.11.3
It's not possible to bind a key to the `Delete File` action from the explorer. I think it would be a nice addition.
// @bpasero yes I will look into doing a PR this evening ;)
| 78 | [] | 0 | False | |
5602 | Request to change jade/pug line comment to //- | 2016-04-21 12:34:45+00:00 | 2016-04-21 14:04:52+00:00 | - VSCode Version: 1.0.0
- OS Version: OSX 10.11.4
Steps to Reproduce:
1. Open a jade file
2. Press `cmd+/`
In the language config, a jade line comment is currently defined as `//`:
https://github.com/Microsoft/vscode/blob/master/src/vs/editor/standalone-languages/jade.ts#L17
This is certainly valid jade, b... | completed | Request to change jade/pug line comment to //- - VSCode Version: 1.0.0
- OS Version: OSX 10.11.4
Steps to Reproduce:
1. Open a jade file
2. Press `cmd+/`
In the language config, a jade line comment is currently defined as `//`:
https://github.com/Microsoft/vscode/blob/master/src/vs/editor/standalone-languages... | 250 | [] | 0 | False | |
5601 | Mac OS X Shortcut key: cmd + F1 (Move Focus to Next Window) not usable | 2016-04-21 12:32:01+00:00 | 2016-09-19 09:33:38+00:00 | OSX Shortcut key: `command + F1` (Move Focus to Next Window) was no longer work.
Can not be switched vscode window.
`command + F1` Key assignments have been added in the vscode side?
At least until the vscode 1.0.0 was functioning.
- VSCode Version: 1.0.1-insider
- OS Version: Mac OS X 10.11.4 (15E65) - Japanese... | completed | Mac OS X Shortcut key: cmd + F1 (Move Focus to Next Window) not usable OSX Shortcut key: `command + F1` (Move Focus to Next Window) was no longer work.
Can not be switched vscode window.
`command + F1` Key assignments have been added in the vscode side?
At least until the vscode 1.0.0 was functioning.
- VSCode Ve... | 206 | [] | 0 | False | |
5596 | "ext install " fails with EACCES error using corporate proxy | 2016-04-21 10:17:15+00:00 | 2017-04-06 08:32:01+00:00 | I originally reported this on StackOverflow but it was suggested by Benjamin Pasero that I log this as an issue.
I am working behind a corporate firewall which has outgoing authentication by Active Directory username. When I try the "ext install " command, after a some time I get the message "Error connect EACCES 19... | completed | "ext install " fails with EACCES error using corporate proxy I originally reported this on StackOverflow but it was suggested by Benjamin Pasero that I log this as an issue.
I am working behind a corporate firewall which has outgoing authentication by Active Directory username. When I try the "ext install " command,... | 286 | [] | 0 | False | |
5594 | URI error on debug repl open | 2016-04-21 08:20:34+00:00 | 2016-04-21 12:27:44+00:00 | - VSCode Version: alpha
- OS Version: os x
Steps to Reproduce:
1. open debug console -> notice error
Not sure if we changed some uri validation recenetly but I was not seeing this yesterday. Giving first to @bpasero, also ping @jrieken
 for the Azure Storage Account type property in an ARM JSON Template
**NOTE**: It used to provide blank results, but after the most recent VS Code upgrade, it started providing these really o... | completed | Weird auto-completion results for Azure Storage Account type - VSCode Version: 1.0.1-insider
- OS Version: Windows 10 RTM
Steps to Reproduce:
1. Invoke auto-completion (CTRL + SPACE) for the Azure Storage Account type property in an ARM JSON Template
**NOTE**: It used to provide blank results, but after the mos... | 179 | [] | 0 | False | |
5544 | A11y: actions within the tree are not read by screen readers | 2016-04-20 12:42:11+00:00 | 2017-11-23 14:17:29+00:00 | - VSCode Version: 1.0.1 - Insider
- OS Version: Windows 10, NVDA
Steps to Reproduce:
1. Put workbench in tab mode
2. Tab into the working files section in the explorer
3. Observe: the x button to remove a file gets focus but nothing useful is read.
| completed | A11y: actions within the tree are not read by screen readers - VSCode Version: 1.0.1 - Insider
- OS Version: Windows 10, NVDA
Steps to Reproduce:
1. Put workbench in tab mode
2. Tab into the working files section in the explorer
3. Observe: the x button to remove a file gets focus but nothing useful is read.
| 80 | [] | 0 | False | |
5542 | Cannot launch unsigned Code anymore | 2016-04-20 12:25:29+00:00 | 2016-04-27 13:57:24+00:00 | ```
➜ Downloads ./Visual\ Studio\ Code\ -\ Insiders.app/Contents/MacOS/Electron
Error: Could not get code signature for running application
at Error (native)
at t.initialize (/Users/isidor/Downloads/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/electron-main/main.js:8:910)
... | completed | Cannot launch unsigned Code anymore ```
➜ Downloads ./Visual\ Studio\ Code\ -\ Insiders.app/Contents/MacOS/Electron
Error: Could not get code signature for running application
at Error (native)
at t.initialize (/Users/isidor/Downloads/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbenc... | 627 | [] | 0 | False | |
5540 | instantiation services fails to caches services in cases | 2016-04-20 10:47:48+00:00 | 2016-04-20 10:48:47+00:00 | It might happen that a service dependency is cached not properly and therefore created again on subsequent calls.
| completed | instantiation services fails to caches services in cases It might happen that a service dependency is cached not properly and therefore created again on subsequent calls.
| 37 | [] | 0 | False | |
5539 | Group extension suggestions by glob pattern | 2016-04-20 10:21:07+00:00 | 2016-04-21 08:20:48+00:00 | But I do not think we expose extension tips anytime except when I explicitly ask for recommendations?
@jrieken @joaomoreno fyi
| completed | Group extension suggestions by glob pattern But I do not think we expose extension tips anytime except when I explicitly ask for recommendations?
@jrieken @joaomoreno fyi
| 41 | [] | 0 | False | |
5524 | Increase height of horizontal scroll bar | 2016-04-20 02:27:24+00:00 | 2016-05-02 14:18:13+00:00 | - VSCode Version: 1.0.0
- OS Version: Ubuntu 15.04
The horizontal scroll bar is too narrow to grab. And lower half being taken by updown arrow (see pic below) makes the situation worse.

| completed | Increase height of horizontal scroll bar - VSCode Version: 1.0.0
- OS Version: Ubuntu 15.04
The horizontal scroll bar is too narrow to grab. And lower half being taken by updown arrow (see pic below) makes the situation worse.

Steps to Reproduce:
1. Create a new JavaScript file, and/or ensure the language mode is in JavaScript
2. Begin typing any standard global function or variable (such as `location`)
3. Typing `locat` brings `location` up to the first o... | completed | Clicking on intellisense/autocompletion suggestions not working - VSCode Version: 1.0.0
- OS Version: Windows 10 (version 1511 build 10586.218)
Steps to Reproduce:
1. Create a new JavaScript file, and/or ensure the language mode is in JavaScript
2. Begin typing any standard global function or variable (such as `l... | 126 | [] | 0 | False | |
5512 | Infer locale on first creation of the locale.json file from the current ui language | 2016-04-19 19:12:50+00:00 | 2016-04-19 19:18:59+00:00 | - VSCode Version: 1.0.0
- OS Version: Windows 10
Steps to Reproduce:
1. Run Configure Language
2. Observe: on first creation the locale filled in is always en-US.
| completed | Infer locale on first creation of the locale.json file from the current ui language - VSCode Version: 1.0.0
- OS Version: Windows 10
Steps to Reproduce:
1. Run Configure Language
2. Observe: on first creation the locale filled in is always en-US.
| 64 | [] | 0 | False | |
5511 | Line-final cursor position incorrect with Unicode combining characters 0x300 - 0x363 | 2016-04-19 17:41:24+00:00 | 2016-04-27 20:47:17+00:00 | - VSCode Version: 1.0.0-insider
- OS Version:Windows 10
Steps to Reproduce:
1. Write text with a Unicode combining character
2. Try to move the cursor to the end of the line, it jumps back to the beginning

| completed | Line-final cursor position incorrect with Unicode combining characters 0x300 - 0x363 - VSCode Version: 1.0.0-insider
- OS Version:Windows 10
Steps to Reproduce:
1. Write text with a Unicode combining character
2. Try to move the cursor to the end of the line, it jumps back to the beginning
 a single-quote could easily be being used as an apostrophe.
| completed | Don't auto-add closing quotes in HTML outside tags When entering characters in HTML, VS Code will auto-close all quotes.
This seems like sensible behaviour within a tag, but outside tags (i.e. in copy) a single-quote could easily be being used as an apostrophe.
| 70 | [] | 0 | False | |
5498 | Crash when copying large amounts of data to clipboard | 2016-04-19 09:04:29+00:00 | 2017-03-01 17:04:45+00:00 | - VSCode Version: 1.0.0
- OS Version: Windows 10 v1511
Steps to Reproduce:
1. Open a large file (35MB or more).
2. Select All (Ctrl+A)
3. Copy to clipboard (Ctrl+C)
The file opens and you can navigate very quickly. That works great, but trying to copy the whole file to clipboard makes the app crash. I am not ... | completed | Crash when copying large amounts of data to clipboard - VSCode Version: 1.0.0
- OS Version: Windows 10 v1511
Steps to Reproduce:
1. Open a large file (35MB or more).
2. Select All (Ctrl+A)
3. Copy to clipboard (Ctrl+C)
The file opens and you can navigate very quickly. That works great, but trying to copy the ... | 170 | [] | 0 | False | |
5494 | Illegal value 82 for `line` | 2016-04-19 08:38:08+00:00 | 2016-04-19 09:32:14+00:00 | Issue Id: <b>552da819-3bfd-3cb0-7b94-8ab0a0d035c4</b><br /><br />_Versions_ <br />\- 1.0.0-insider<br />\- c1d66b6e47c9da4c768ce7f216da14e7e4ac06ff<br />_Stack_ <br />Error: Illegal value 82 for `line`<br /> at t.lineAt (\out\vs\workbench\node\pluginHostProcess.js:18:29390)<br /> at Object.t.lineAt (\out\vs\work... | completed | Illegal value 82 for `line` Issue Id: <b>552da819-3bfd-3cb0-7b94-8ab0a0d035c4</b><br /><br />_Versions_ <br />\- 1.0.0-insider<br />\- c1d66b6e47c9da4c768ce7f216da14e7e4ac06ff<br />_Stack_ <br />Error: Illegal value 82 for `line`<br /> at t.lineAt (\out\vs\workbench\node\pluginHostProcess.js:18:29390)<br /> at ... | 315 | [] | 0 | False | |
5491 | Freeze up after leaving running overnight | 2016-04-19 08:31:10+00:00 | 2016-04-19 09:11:29+00:00 | Version 0.10.11
Commit f291f4ad600767626b24a4b15816b04bee9a3049
Date 2016-03-11T16:19:03.130Z
Shell 0.35.6
Renderer 45.0.2454.85
Node 4.1.1
Using the C++ extensions
Ubuntu 14.04 LTS
Steps to Reproduce:
1. Leave VS Code running overnight with laptop lid shut
2. When I return the next morning, it's unrespon... | completed | Freeze up after leaving running overnight Version 0.10.11
Commit f291f4ad600767626b24a4b15816b04bee9a3049
Date 2016-03-11T16:19:03.130Z
Shell 0.35.6
Renderer 45.0.2454.85
Node 4.1.1
Using the C++ extensions
Ubuntu 14.04 LTS
Steps to Reproduce:
1. Leave VS Code running overnight with laptop lid shut
2. Whe... | 225 | [] | 0 | False | |
5484 | Cannot read property '_acceptIsDirty' of undefined | 2016-04-19 08:11:13+00:00 | 2016-04-19 09:33:02+00:00 | Issue Id: <b>25627564-167f-0fb7-fa66-53028cfa6eb6</b><br /><br />_Versions_ <br />\- 1.0.0-insider<br />\- fa6d0f03813dfb9df4589c30121e9fcffa8a8ec8<br />_Stack_ <br />TypeError: Cannot read property '_acceptIsDirty' of undefined<br /> at e._acceptModelReverted (\out\vs\workbench\node\pluginHostProcess.js:18:26765) ... | completed | Cannot read property '_acceptIsDirty' of undefined Issue Id: <b>25627564-167f-0fb7-fa66-53028cfa6eb6</b><br /><br />_Versions_ <br />\- 1.0.0-insider<br />\- fa6d0f03813dfb9df4589c30121e9fcffa8a8ec8<br />_Stack_ <br />TypeError: Cannot read property '_acceptIsDirty' of undefined<br /> at e._acceptModelReverted (\o... | 328 | [] | 0 | False | |
5481 | Illegal value 31 for `line` | 2016-04-19 08:08:24+00:00 | 2016-04-19 09:32:25+00:00 | Issue Id: <b>9d49987e-1058-1c47-d977-23b53a6f81d2</b><br /><br />_Versions_ <br />\- 1.0.0-insider<br />\- fa6d0f03813dfb9df4589c30121e9fcffa8a8ec8<br />_Stack_ <br />Error: Illegal value 31 for `line`<br /> at t.lineAt (\out\vs\workbench\node\pluginHostProcess.js:18:29390) <no sourcemaps><br /> at Object.t.line... | completed | Illegal value 31 for `line` Issue Id: <b>9d49987e-1058-1c47-d977-23b53a6f81d2</b><br /><br />_Versions_ <br />\- 1.0.0-insider<br />\- fa6d0f03813dfb9df4589c30121e9fcffa8a8ec8<br />_Stack_ <br />Error: Illegal value 31 for `line`<br /> at t.lineAt (\out\vs\workbench\node\pluginHostProcess.js:18:29390) <no sourcema... | 529 | [] | 0 | False | |
5475 | File Converted Into Either Binary Or Unsupported Text Encoding | 2016-04-19 07:20:02+00:00 | 2016-04-19 09:30:10+00:00 | - VSCode Version:1.0.0
- OS Version:Windows 10
Steps to Reproduce:
1.Current Unsaved File
2. Either System Restart Or Crash Or Electricity Problem The File Converted To Binary Or Unsupported Text Encodding

| completed | Garbage collector end point missing under Windows - VSCode Version: 1.0.0 - alpha
- OS Version: Windows 10
Steps to Reproduce:
1. From time to time when I start Code Alpha I see the following dialog. Started after Electron upgrade

Steps to Reproduce:
1. open New File.
2.Ctrl+H
1. USE \n
4.can not find ENTER OR newline

| completed | Can not Replace Enter or New Line - VSCode Version:1.0
- OS Version:windows 10 (1511)
Steps to Reproduce:
1. open New File.
2.Ctrl+H
1. USE \n
4.can not find ENTER OR newline

| 108 | [] | 0 | False | |
5464 | Text selection performance is poor on 1.0 alpha | 2016-04-18 23:45:08+00:00 | 2017-05-19 18:12:55+00:00 | - VSCode Version: 1.0.0-alpha
- OS Version:Windows 10
Steps to Reproduce:
1. Open vscode-docs vnext branch in VS Code and open the vMarch.md file.
2. Go to the Downloads: section which has 8 links for the various VS Code platform flavors.
3. Select some text with the mouse from the first line. - seems fine
4. ... | completed | Text selection performance is poor on 1.0 alpha - VSCode Version: 1.0.0-alpha
- OS Version:Windows 10
Steps to Reproduce:
1. Open vscode-docs vnext branch in VS Code and open the vMarch.md file.
2. Go to the Downloads: section which has 8 links for the various VS Code platform flavors.
3. Select some text with t... | 141 | [] | 0 | False | |
5457 | TypeError: Cannot read property 'startLineNumber' of null | 2016-04-18 17:41:17+00:00 | 2016-04-28 13:51:00+00:00 | - VSCode Version: 1.0.0-alpha
- OS Version: Mac OS X 10.11
Found this in the logs while navigating between files, not sure how it got triggered:
```
index.html:26 [uncaught exception]: TypeError: Cannot read property 'startLineNumber' of nullonError @ index.html:26
2016-04-18 12:20:22.099 index.html:29 Typ... | completed | TypeError: Cannot read property 'startLineNumber' of null - VSCode Version: 1.0.0-alpha
- OS Version: Mac OS X 10.11
Found this in the logs while navigating between files, not sure how it got triggered:
```
index.html:26 [uncaught exception]: TypeError: Cannot read property 'startLineNumber' of nullonError @ in... | 324 | [] | 0 | False | |
5439 | German commit message placeholder is too long and gets cropped. | 2016-04-18 08:48:48+00:00 | 2016-04-19 07:21:07+00:00 | - VSCode Version: 1.0
- OS Version: OS X 10.11.4
Steps to Reproduce:
1. Open Git View
2. Commit message placeholder box is cropped because german translation is way longer than english version.
Suggestion: Replace the following:
> Nachricht (drücken Sie Cmd + Enter, um den Commit auszuführen)
with
> ... | completed | German commit message placeholder is too long and gets cropped. - VSCode Version: 1.0
- OS Version: OS X 10.11.4
Steps to Reproduce:
1. Open Git View
2. Commit message placeholder box is cropped because german translation is way longer than english version.
Suggestion: Replace the following:
> Nachricht (dr... | 100 | [] | 0 | False | |
5411 | Some forms change to fuzzy pixels | 2016-04-17 11:48:03+00:00 | 2016-05-06 15:15:09+00:00 | `bug`
- VSCode Version: 1.0
- OS Version: Microsoft Windows 10
Issue : Some forms change to fuzzy pixels.
Steps to Reproduce:
1. Launch the VScode
2. Ctrl + '=' (zoom in)
3. OUTPUT something (i.e. build project)
4. Words are covered some mist..
Like this...

3. OUTPUT something (i.e. build project)
4. Words are covered some mist..
Like this...
![image]... | 195 | [] | 0 | False | |
5409 | Reload from dev tools does not go through our lifecycle | 2016-04-17 07:16:30+00:00 | 2016-04-17 15:20:43+00:00 | This causes all UI state to get lost and can be annoying for development.
| completed | Reload from dev tools does not go through our lifecycle This causes all UI state to get lost and can be annoying for development.
| 31 | [] | 0 | False | |
5400 | "Select All Occurences of Find Match" does not select all if find uses regex | 2016-04-16 18:42:34+00:00 | 2017-05-19 18:10:44+00:00 | - VSCode Version: Version 1.0.0-insider
- OS Version: Windows 10 Pro 1511 (10586.218)
Steps to Reproduce:
1. Search with regex to match multiple occurrence
2. Invoke "Select All Occurences of Find Match" (Oooops! Typo in the sentence)
It does not select all of them but only one.

Steps to Reproduce:
1. Search with regex to match multiple occurrence
2. Invoke "Select All Occurences of Find Match" (Oooops! Typo in the sentence)
... | 166 | [] | 0 | False | |
5387 | Risky dependency from DebugService to TaskService | 2016-04-16 10:40:27+00:00 | 2016-04-19 10:31:18+00:00 | I have pushed https://github.com/Microsoft/vscode/commit/13c79c8c875d3328f0fa6a1431317b42d8a2c99c cos no one knew why there was such _non-standard_ code around. Turns out @outcoldman is now struck by this. My only reasonable explaining is that `enableTasks` is sometimes [not true](https://github.com/Microsoft/vscode/b... | completed | Risky dependency from DebugService to TaskService I have pushed https://github.com/Microsoft/vscode/commit/13c79c8c875d3328f0fa6a1431317b42d8a2c99c cos no one knew why there was such _non-standard_ code around. Turns out @outcoldman is now struck by this. My only reasonable explaining is that `enableTasks` is sometime... | 222 | [] | 0 | False | |
5386 | IntelliSense should auto-close at the end of the only-suggested-phrase | 2016-04-16 10:18:23+00:00 | 2017-04-25 20:39:03+00:00 | # \- VSCode Version: 0.10.11
- OS Version: Fedora 23, 64bit
Steps to Reproduce:
1. For example I'm typing `method`, and IntelliSense suggests that only one phrase.
2. At the end of `method|` (pipe is the caret), IntelliSense doesn't auto-close. If I need to make new line, I have to type <kbd>Enter</kbd> _twice_: ... | completed | IntelliSense should auto-close at the end of the only-suggested-phrase # \- VSCode Version: 0.10.11
- OS Version: Fedora 23, 64bit
Steps to Reproduce:
1. For example I'm typing `method`, and IntelliSense suggests that only one phrase.
2. At the end of `method|` (pipe is the caret), IntelliSense doesn't auto-close... | 164 | [] | 0 | False | |
5372 | Cursor position bug for text with Mongonlian/Manchu letters | 2016-04-16 01:43:39+00:00 | 2016-04-28 07:44:46+00:00 | - VSCode Version: 1.0.0 (1.0.0)
- OS Version: OS X Yosemite 10.10.5
Steps to Reproduce:
1. Installing fonts for Mongolian/Manchu texts
You can download free font from here: [Daicing White](https://raw.githubusercontent.com/smreg/smreg.github.io/master/css/font/DC_White.ttf)
2. Setting up font config `ed... | completed | Cursor position bug for text with Mongonlian/Manchu letters - VSCode Version: 1.0.0 (1.0.0)
- OS Version: OS X Yosemite 10.10.5
Steps to Reproduce:
1. Installing fonts for Mongolian/Manchu texts
You can download free font from here: [Daicing White](https://raw.githubusercontent.com/smreg/smreg.github.io/... | 335 | [] | 0 | False | |
5368 | Long strings in Debug Console not wrapping | 2016-04-15 22:49:50+00:00 | 2016-04-18 08:13:17+00:00 | - VSCode Version: 1.0.0 alpha
- OS Version: Windows 10 / Ubuntu 15.10
Steps to Reproduce:
1. Create a long output string to the console
2. Debug
Actual:

![selection_009](https://cloud.git... | completed | Long strings in Debug Console not wrapping - VSCode Version: 1.0.0 alpha
- OS Version: Windows 10 / Ubuntu 15.10
Steps to Reproduce:
1. Create a long output string to the console
2. Debug
Actual:
![selection_008](https://cloud.githubusercontent.com/assets/12900364/14576811/96aa13ea-0321-11e6-846e-7b7f88edcbc9... | 172 | [] | 0 | False |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.