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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
2852 | changing the character case of a file does not work with git on OS X | 2016-02-09 16:20:38+00:00 | 2016-02-25 14:41:46+00:00 | To reproduce:
- change the character case of a git controlled file in VS Code for OS X by renaming
Observe: the file is correctly shown in VS Code's explorer but it doesn't show up in the git viewlet
- modify the file
Observe: now the file shows up in git but with the original character casing
- commit the cha... | completed | changing the character case of a file does not work with git on OS X To reproduce:
- change the character case of a git controlled file in VS Code for OS X by renaming
Observe: the file is correctly shown in VS Code's explorer but it doesn't show up in the git viewlet
- modify the file
Observe: now the file sh... | 137 | [] | 0 | False | |
2846 | Debug: Focus watch expression after adding it | 2016-02-09 14:28:49+00:00 | 2016-02-09 15:25:31+00:00 | When adding a new watch expression from the Expressions view in debug, the tree gets focus afterwards and not the element just added. You can also see a video of this in https://github.com/Microsoft/vscode/issues/2833
| completed | Debug: Focus watch expression after adding it When adding a new watch expression from the Expressions view in debug, the tree gets focus afterwards and not the element just added. You can also see a video of this in https://github.com/Microsoft/vscode/issues/2833
| 67 | [] | 0 | False | |
2839 | "Stage selected lines" in GIT view disabled | 2016-02-09 12:36:55+00:00 | 2017-04-13 08:30:49+00:00 | The "Stage selected lines" option in the "more" menu of the GIT view is always disabled (grayed out) after updating to 0.10.8.
| completed | "Stage selected lines" in GIT view disabled The "Stage selected lines" option in the "more" menu of the GIT view is always disabled (grayed out) after updating to 0.10.8.
| 49 | [] | 0 | False | |
2837 | "Add Line Comment" fault when blank lines involved | 2016-02-09 12:12:23+00:00 | 2016-02-25 13:34:31+00:00 | (This may be specific to Python but is certainly relevant for languages where spacing is important)
If I have some code like this:
```
if displayName == "":
displayName = groupName
description = getAttr(attributes, "description")
mailAddress = getAttr(attributes, "mail")
```
and I pres... | completed | "Add Line Comment" fault when blank lines involved (This may be specific to Python but is certainly relevant for languages where spacing is important)
If I have some code like this:
```
if displayName == "":
displayName = groupName
description = getAttr(attributes, "description")
mailAddre... | 557 | [] | 0 | False | |
2829 | Indenting multiple lines using Tab fails | 2016-02-09 09:06:58+00:00 | 2016-02-17 08:42:42+00:00 | I wanted to indent multiple lines at once but it failed. This is how it looks like when I select some lines and press <kbd>Tab</kbd>. Sometimes it works though, like when creating an untitled file in split screen.
 feature no longer bring the explorer window in front of vscode | 2016-02-09 02:36:04+00:00 | 2016-10-27 16:04:20+00:00 | "Reveal in Explorer" (Windows) feature no longer bring the explorer window in front of vscode
This works fine on vscode just not the insider version.
| completed | Reveal in Explorer (Windows) feature no longer bring the explorer window in front of vscode "Reveal in Explorer" (Windows) feature no longer bring the explorer window in front of vscode
This works fine on vscode just not the insider version.
| 59 | [] | 0 | False | |
2810 | Cannot find module 'vscode' – where is vscode.d.ts now installed? | 2016-02-09 01:22:27+00:00 | 2016-02-09 09:51:52+00:00 | The [January Release Notes – Extension Authoring](http://code.visualstudio.com/Updates#_extension-authoring) section says I should be able to update my `package.json` file to include the following:
``` json
{
"engines": {
"vscode": "^0.10.8"
},
"devDependencies": {
"typescript": "^1.7.5",
"v... | completed | Cannot find module 'vscode' – where is vscode.d.ts now installed? The [January Release Notes – Extension Authoring](http://code.visualstudio.com/Updates#_extension-authoring) section says I should be able to update my `package.json` file to include the following:
``` json
{
"engines": {
"vscode": "^0.10.8"
... | 312 | [] | 0 | False | |
2802 | Edge Browser Monaco editor cursor error | 2016-02-08 20:54:31+00:00 | 2016-02-25 10:40:39+00:00 | 
There were numerous incidences where on the Monaco code editor, the user would click at the end of a line and the cursor was not placed where they clicked. These only repro-ed on Edge Browser.
| completed | Edge Browser Monaco editor cursor error 
There were numerous incidences where on the Monaco code editor, the user would click at the end of a line and the cursor was not placed where they clicked. Thes... | 107 | [] | 0 | False | |
2801 | Copying code that is highlighted in red as a conflict retains its red styling even after conflict is resolved. | 2016-02-08 20:22:48+00:00 | 2016-02-23 16:54:41+00:00 | 

| completed | Copying code that is highlighted in red as a conflict retains its red styling even after conflict is resolved. 

| completed | Intellisense does not apply to all cursors When you type an attribute in HTML with multiple cursors and hit enter on an Intellisense suggestion, it only applies to the first selection.

| 100 | [] | 0 | False | |
2790 | cannot remove breakpoint if breakpoint is on empty line | 2016-02-08 14:33:49+00:00 | 2016-02-08 15:29:41+00:00 | When editing a file that has breakpoints, sometime I end up in a situation where the breakpoint sits on an empty line:

If this happens I'm no longer able to remove the breakpoint by clickin... | completed | cannot remove breakpoint if breakpoint is on empty line When editing a file that has breakpoints, sometime I end up in a situation where the breakpoint sits on an empty line:

If this happe... | 133 | [] | 0 | False | |
2787 | Salsa doesn't support AMD and we should warn users that AMD is not supported | 2016-02-08 10:16:38+00:00 | 2016-03-17 15:32:59+00:00 | In the jsconfig.json we should emit a warning when a user configures the module type to be AMD, since Salsa does not support it.
| completed | Salsa doesn't support AMD and we should warn users that AMD is not supported In the jsconfig.json we should emit a warning when a user configures the module type to be AMD, since Salsa does not support it.
| 56 | [] | 0 | False | |
2786 | Mac: wrong command shortcut for Hide Others | 2016-02-08 10:04:40+00:00 | 2016-02-09 09:44:00+00:00 | The Mac OS X standard for "Hide Other Windows" is option-command-H.

In VS Code, that has been changed to shift-command-H.

In VS Code, that has been changed to shift-command-H.
. I suggest to use exactly the same strategy to decide when to show the debug hover to make the behaviour consistent.
| completed | Debug hover timeout should be the same as editor hover in general I believe the debug hover is showing only after 1s of pause time whereas the normal editor hover appears much earlier (300ms?). I suggest to use exactly the same strategy to decide when to show the debug hover to make the behaviour consistent.
| 74 | [] | 0 | False | |
2777 | ITextFileService#saveAs() should go through textFileEditorModel.save() | 2016-02-07 14:23:10+00:00 | 2016-04-04 07:46:36+00:00 | In an extension, the callback registered in `workspace.onDidSaveTextDocument()` does not get called after `vscode.window.activeTextEditor.document.save()` has been called when `activeTextEditor.document` is a new untitled document. The "Save As" dialog appears, I enter a filename and click save. The file gets saved (a... | completed | ITextFileService#saveAs() should go through textFileEditorModel.save() In an extension, the callback registered in `workspace.onDidSaveTextDocument()` does not get called after `vscode.window.activeTextEditor.document.save()` has been called when `activeTextEditor.document` is a new untitled document. The "Save As" di... | 134 | [] | 0 | False | |
2773 | Accents (´`¨^, others?) are inserted in the wrong position (Mac) | 2016-02-07 06:37:05+00:00 | 2017-05-05 09:44:30+00:00 | Whenever I want to enter a back-tick (`) in OS X, I usually just press the accent key without explicitly selecting space as the accented character. (If my next action - mouse or keyboard - is not to select an accent-able character, space is implicitly selected for me.) This normally works as expected in VS Code, but no... | completed | Accents (´`¨^, others?) are inserted in the wrong position (Mac) Whenever I want to enter a back-tick (`) in OS X, I usually just press the accent key without explicitly selecting space as the accented character. (If my next action - mouse or keyboard - is not to select an accent-able character, space is implicitly sel... | 275 | [] | 0 | False | |
2748 | Update OmniSharp extension message | 2016-02-05 21:30:55+00:00 | 2016-02-26 07:13:30+00:00 | Current:
'Built-in OmniSharp' is now an optional extension. Do you want to install it?
Unless you know that OmniSharp is the extension that provides the C# experience I would probably say 'no' to this question. We should make this more obvious.
| completed | Update OmniSharp extension message Current:
'Built-in OmniSharp' is now an optional extension. Do you want to install it?
Unless you know that OmniSharp is the extension that provides the C# experience I would probably say 'no' to this question. We should make this more obvious.
| 69 | [] | 0 | False | |
2736 | Can no longer move editor focus when editor is not code editor | 2016-02-05 14:59:17+00:00 | 2016-02-05 15:07:00+00:00 | For the following editors, it is no longer possible to make them active by clicking with the mouse into them or using Cmd+1/2/3:
- binary editor (images)
- binary diff editor (compare 2 images)
- markdown preview
The reason is that I removed the tabIndex attribute from those and thus we no longer detect when keyb... | completed | Can no longer move editor focus when editor is not code editor For the following editors, it is no longer possible to make them active by clicking with the mouse into them or using Cmd+1/2/3:
- binary editor (images)
- binary diff editor (compare 2 images)
- markdown preview
The reason is that I removed the tabIn... | 98 | [] | 0 | False | |
2731 | Extension tips should dynamically show only when there is something to show | 2016-02-05 10:09:42+00:00 | 2016-02-05 14:16:30+00:00 | Otherwise it pushes other things to the right:

| completed | Extension tips should dynamically show only when there is something to show Otherwise it pushes other things to the right:

| 77 | [] | 0 | False | |
2720 | debug console loses output | 2016-02-04 21:14:22+00:00 | 2016-02-05 09:41:59+00:00 | When running the node-debug tests I was no longer seeing the output of my 29 tests and I was assuming that my tests had problems:

This screenshot shows how the test result looks in the stab... | completed | debug console loses output When running the node-debug tests I was no longer seeing the output of my 29 tests and I was assuming that my tests had problems:

This screenshot shows how the te... | 293 | [] | 0 | False | |
2717 | "Define Keybindings" is invalidating keybindings.json | 2016-02-04 18:38:13+00:00 | 2016-05-24 20:33:09+00:00 | After adding a new keybinding using the "Define Keybinding" button, the JSON array in keybindings.json becomes invalid due to lack of a comma between keybinding objects.
https://gfycat.com/SelfassuredUntimelyHound
| completed | "Define Keybindings" is invalidating keybindings.json After adding a new keybinding using the "Define Keybinding" button, the JSON array in keybindings.json becomes invalid due to lack of a comma between keybinding objects.
https://gfycat.com/SelfassuredUntimelyHound
| 79 | [] | 0 | False | |
2713 | Double click a file in explorer causes UI issues | 2016-02-04 15:22:47+00:00 | 2016-02-04 15:28:03+00:00 | - empty editor area
- very quickly double click on a file in the explorer
Results: title is now drawn, status bar does not have all the entries we typically have

| completed | Double click a file in explorer causes UI issues - empty editor area
- very quickly double click on a file in the explorer
Results: title is now drawn, status bar does not have all the entries we typically have

| completed | ` breaks TS coloring - Latest vscode, open debugViewer.ts, notice the coloring is broken after the `
- Today's vscode version broke this, previously it was coloring correctly

| 106 | [] | 0 | False | |
2704 | "Close All Files" action can leave the editor area stale and broken | 2016-02-04 10:40:31+00:00 | 2016-02-04 10:42:52+00:00 | When having more than one file open, running "Close All Files" or the newly added "Close Other Files" can leave the editor area in a broken state.

| completed | "Close All Files" action can leave the editor area stale and broken When having more than one file open, running "Close All Files" or the newly added "Close Other Files" can leave the editor area in a broken state.
 themes | 2016-02-04 08:10:06+00:00 | 2016-03-11 22:32:12+00:00 | I just checked on master, the `ts` scope is no longer seems to be applied to vanilla js (which is probably a good thing). But the dark and light (Visual Studio) themes are missing some important js styles that are scoped with `ts`, most notably the coloring of `function` and `var`:
```
.monaco-editor.vs-dark .token... | completed | [themes] JS broken with Dark and light (Visual Studio) themes I just checked on master, the `ts` scope is no longer seems to be applied to vanilla js (which is probably a good thing). But the dark and light (Visual Studio) themes are missing some important js styles that are scoped with `ts`, most notably the coloring ... | 237 | [] | 0 | False | |
2687 | REM keyword in batch files is no longer displayed as comment | 2016-02-03 23:23:57+00:00 | 2016-02-08 13:36:05+00:00 | V 0.10.7

V 0.10.6

| completed | REM keyword in batch files is no longer displayed as comment V 0.10.7

V 0.10.6
.
No output, no warnings. VS Code itself does not crash.
If there is a log I can reference to ... | completed | Node debugging crashes after console output after update to Node 4.2.6 The node debugger in VS Code seems to die after the first console.log output. While I am not 100% sure this is the actual problem, I don't recall ever having a problem until I upgraded to Node 4.2.6 (current LTS version).
No output, no warnings. ... | 148 | [] | 0 | False | |
2682 | console output doesn't appear on separate lines in Windows | 2016-02-03 20:46:31+00:00 | 2016-02-04 09:45:19+00:00 | On Windows separate console.logs don't appear on separate lines in the debug console, they form one single (long) line that wraps.
| completed | console output doesn't appear on separate lines in Windows On Windows separate console.logs don't appear on separate lines in the debug console, they form one single (long) line that wraps.
| 46 | [] | 0 | False | |
2676 | [0.10.7-insiders] Can't launch "Code - Insiders.exe" easily from the command line | 2016-02-03 16:09:08+00:00 | 2016-02-23 16:53:17+00:00 | One thing that is helpful about the mainline VS Code release is that it's easy to launch `code.exe` from the command line. The Insiders release has an exe titled `Code - Insiders.exe` which is impossible to launch from PATH in the command line (as far as I can tell). I'd recommend renaming that to `code-insiders.exe`... | completed | [0.10.7-insiders] Can't launch "Code - Insiders.exe" easily from the command line One thing that is helpful about the mainline VS Code release is that it's easy to launch `code.exe` from the command line. The Insiders release has an exe titled `Code - Insiders.exe` which is impossible to launch from PATH in the comman... | 157 | [] | 0 | False | |
2672 | Breakpoints not working when using absolutes paths | 2016-02-03 13:27:46+00:00 | 2016-02-04 09:14:11+00:00 | when I set an absolute path in the 'cwd' of my debug config the program is not stoping on breakpoints. It works fine when using relative paths.
| completed | Breakpoints not working when using absolutes paths when I set an absolute path in the 'cwd' of my debug config the program is not stoping on breakpoints. It works fine when using relative paths.
| 52 | [] | 0 | False | |
2670 | IntelliSense in inline editor issues | 2016-02-03 11:16:25+00:00 | 2017-05-19 17:14:25+00:00 | 
1. the box is not jumping out of the editor, but that would be nice in this case
2. the font looks weird compared to the font I get when using intellisense in the outer editor
| completed | IntelliSense in inline editor issues 
1. the box is not jumping out of the editor, but that would be nice in this case
2. the font looks weird compared to the font I get when using intellisense in the outer ed... | 102 | [] | 0 | False | |
2667 | Half square focus around actions | 2016-02-03 11:00:29+00:00 | 2016-02-03 11:52:03+00:00 | 1. mac, vscode, click on any action
2. the blue focus box is strangely rendered, only half of the square is rendered. This focus box quickly disapears but still looks bad
3. I would expect the full square
| completed | Half square focus around actions 1. mac, vscode, click on any action
2. the blue focus box is strangely rendered, only half of the square is rendered. This focus box quickly disapears but still looks bad
3. I would expect the full square
| 59 | [] | 0 | False | |
2666 | request 'launch': TypeError: Path must be a string. Recieved null | 2016-02-03 10:53:31+00:00 | 2016-02-03 10:55:34+00:00 | 1. Latest vscode, vscode repo, run unit tests from debug viewlet
2. Notice error message
3. This does not happen if I use node debug from 2 weeks ago so something changed
4. I would also expect a more informative message, what argument is null. Looking into what VScode sends to the adapter I do not see any null argu... | completed | request 'launch': TypeError: Path must be a string. Recieved null 1. Latest vscode, vscode repo, run unit tests from debug viewlet
2. Notice error message
3. This does not happen if I use node debug from 2 weeks ago so something changed
4. I would also expect a more informative message, what argument is null. Lookin... | 155 | [] | 0 | False | |
2658 | Windows Test fail: ExtHostTypes URI, toJSON | 2016-02-03 07:32:16+00:00 | 2016-02-03 08:39:54+00:00 | ```
AssertionError: { scheme: 'file',
authority: '',
path: '/path/test.file',
fsPath: '\\path\\test.file',
query: '',
fragment: '',
exte deepEqual { '$mid': 1,
scheme: 'file',
authority: '',
path: '/path/test.file',
fsPath: '\\path/test.file',
query: '',
fragment
+ expect... | completed | Windows Test fail: ExtHostTypes URI, toJSON ```
AssertionError: { scheme: 'file',
authority: '',
path: '/path/test.file',
fsPath: '\\path\\test.file',
query: '',
fragment: '',
exte deepEqual { '$mid': 1,
scheme: 'file',
authority: '',
path: '/path/test.file',
fsPath: '\\path/test.file... | 570 | [] | 0 | False | |
2646 | Goto definition to the side with mouse is broken | 2016-02-02 15:35:41+00:00 | 2016-02-02 15:36:00+00:00 | If you hold "Alt" key while clicking, does not work anymore.
| completed | Goto definition to the side with mouse is broken If you hold "Alt" key while clicking, does not work anymore.
| 29 | [] | 0 | False | |
2644 | Search: no a11y feedback for search results and search progress | 2016-02-02 15:03:01+00:00 | 2016-03-01 15:22:19+00:00 | - when no results are found, we need to indicate this
- when search is done we should indicate this with the number of results
Can try to use `role="status"` for this purpose.
| completed | Search: no a11y feedback for search results and search progress - when no results are found, we need to indicate this
- when search is done we should indicate this with the number of results
Can try to use `role="status"` for this purpose.
| 57 | [] | 0 | False | |
2643 | Feature Request: "Close all but this" context menu option for working files | 2016-02-02 14:42:57+00:00 | 2016-02-04 08:47:46+00:00 | Most tab/document-based applications out there have a feature like this.
| completed | Feature Request: "Close all but this" context menu option for working files Most tab/document-based applications out there have a feature like this.
| 35 | [] | 0 | False | |
2642 | Git actions not centered | 2016-02-02 13:41:31+00:00 | 2016-07-05 15:13:21+00:00 | 
| completed | Git actions not centered 
| 58 | [] | 0 | False | |
2638 | [json] intellisense eats colon | 2016-02-02 10:38:55+00:00 | 2016-02-04 12:58:17+00:00 | 
| completed | [json] intellisense eats colon 
| 63 | [] | 0 | False | |
2634 | [0.10.7] cannot preview html file from disk | 2016-02-02 09:09:57+00:00 | 2016-02-02 09:36:17+00:00 | - create URI for html file on disk
- run 'previewHtml' command with that uri
- > error happens
| completed | [0.10.7] cannot preview html file from disk - create URI for html file on disk
- run 'previewHtml' command with that uri
- > error happens
| 42 | [] | 0 | False | |
2631 | [0.10.7] input box empty value returns `undefined` | 2016-02-02 07:18:51+00:00 | 2016-02-02 08:53:26+00:00 | When using the insiders version, I noticed my `vscode-yo` plugin isn't working correctly anymore. The reason is that just pressing enter returns value `undefined` while in the previous versions it returned an empty string. This way it's not possible to make a difference between the user pressing <kbd>Esc</kbd> and <kbd... | completed | [0.10.7] input box empty value returns `undefined` When using the insiders version, I noticed my `vscode-yo` plugin isn't working correctly anymore. The reason is that just pressing enter returns value `undefined` while in the previous versions it returned an empty string. This way it's not possible to make a differenc... | 112 | [] | 0 | False | |
2626 | [0.10.7-insider] Debug Console only displays a single line of output | 2016-02-02 00:17:22+00:00 | 2016-02-02 17:27:56+00:00 | Not sure if I caused this somehow, but in the new Insider release I only see a single line of update when debugging PowerShell scripts:

This line gets updated as new output gets written but it's never able... | completed | [0.10.7-insider] Debug Console only displays a single line of output Not sure if I caused this somehow, but in the new Insider release I only see a single line of update when debugging PowerShell scripts:

... | 126 | [] | 0 | False | |
2614 | InputBox: decorations are not indicated to screen readers | 2016-02-01 16:20:35+00:00 | 2016-02-02 14:27:22+00:00 | Should try to use the appropriate roles so that the input box decorations are reaching the screen reader properly.
| completed | InputBox: decorations are not indicated to screen readers Should try to use the appropriate roles so that the input box decorations are reaching the screen reader properly.
| 39 | [] | 0 | False | |
2613 | False positive: program path uses differently cased character than file on disk | 2016-02-01 16:04:51+00:00 | 2016-02-01 17:21:09+00:00 | 1. generate a `launch.json`, e.g with a program `${workspaceRoot}/fib.js`
2. change the program to have a double // instead of / e.g. `${workspaceRoot}//fib.js`
3. notice the error from the adapter 'program path uses differently cased character than file on disk...', which is not correct. I would expect the second / ... | completed | False positive: program path uses differently cased character than file on disk 1. generate a `launch.json`, e.g with a program `${workspaceRoot}/fib.js`
2. change the program to have a double // instead of / e.g. `${workspaceRoot}//fib.js`
3. notice the error from the adapter 'program path uses differently cased cha... | 120 | [] | 0 | False | |
2612 | VSCode does not respect window layout during debugging [Windows] | 2016-02-01 15:51:46+00:00 | 2016-02-09 09:48:20+00:00 | Browser snapped to left hand side, VSCode snapped to right hand side with breakpoints set. start debugging. Click something on webpage to hit a breakpoint, VSCode undocks from right-hand side and have to re-snap it to get back to original window layout.
| completed | VSCode does not respect window layout during debugging [Windows] Browser snapped to left hand side, VSCode snapped to right hand side with breakpoints set. start debugging. Click something on webpage to hit a breakpoint, VSCode undocks from right-hand side and have to re-snap it to get back to original window layout.
... | 81 | [] | 0 | False | |
2611 | Node.js debug: Generated launch.json produces wrong program entry | 2016-02-01 15:44:24+00:00 | 2016-02-01 16:49:36+00:00 | - standup sample (get from https://github.com/bpasero/standup)
- press F5 and pick NodeJS to generate
=> you end up with a launch.json that has:
```
"program": "${workspaceRoot}index.js"
```
And you see the error that index.js cannot be found.
Works fine with:
```
"program": "${workspaceRoot}/index.j... | completed | Node.js debug: Generated launch.json produces wrong program entry - standup sample (get from https://github.com/bpasero/standup)
- press F5 and pick NodeJS to generate
=> you end up with a launch.json that has:
```
"program": "${workspaceRoot}index.js"
```
And you see the error that index.js cannot be found... | 125 | [] | 0 | False | |
2604 | Find: Counter does not update when I Cmd+Enter a replace all operation | 2016-02-01 09:49:39+00:00 | 2016-02-22 22:41:53+00:00 | Instead, the counter stays.
| completed | Find: Counter does not update when I Cmd+Enter a replace all operation Instead, the counter stays.
| 26 | [] | 0 | False | |
2601 | Windows: projectResolver.test.ts failing | 2016-02-01 07:48:00+00:00 | 2016-02-02 11:26:14+00:00 | Seems to happen ever since https://github.com/Microsoft/vscode/commit/d3062aa162aae5d428ccee193f19d61c8871a46d
FileService.resolveContent() is called with `\tsconfig.json` and returns null as a matter of that.
| completed | Windows: projectResolver.test.ts failing Seems to happen ever since https://github.com/Microsoft/vscode/commit/d3062aa162aae5d428ccee193f19d61c8871a46d
FileService.resolveContent() is called with `\tsconfig.json` and returns null as a matter of that.
| 93 | [] | 0 | False | |
2599 | Linux: seeing the blue (stable) icon for Code even though I am not on stable | 2016-02-01 07:45:35+00:00 | 2016-02-01 08:47:03+00:00 | @joaomoreno fyi, not sure if this needs to be backported.
| completed | Linux: seeing the blue (stable) icon for Code even though I am not on stable @joaomoreno fyi, not sure if this needs to be backported.
| 42 | [] | 0 | False | |
2595 | Index file in Git repository constantly updating | 2016-02-01 00:42:39+00:00 | 2016-07-06 09:45:41+00:00 | Hi,
Ever since installing VS Code I seem to have a problem with Git/Dropbox.
Whenever I have a folder open in VS Code which is a git repository it seems to constantly update the index file and the FETCH_HEAD file. I don't mean every time I save a file, I mean every few seconds.
This causes a problem with Dropb... | completed | Index file in Git repository constantly updating Hi,
Ever since installing VS Code I seem to have a problem with Git/Dropbox.
Whenever I have a folder open in VS Code which is a git repository it seems to constantly update the index file and the FETCH_HEAD file. I don't mean every time I save a file, I mean every... | 169 | [] | 0 | False | |
2593 | do not introduce an empty line when switching output between stderr and stdout | 2016-01-31 22:42:24+00:00 | 2016-02-03 11:03:22+00:00 | This is confusing because it looks like the empty lines are produced by the debugee. The color difference between the two channels is sufficient:

| completed | do not introduce an empty line when switching output between stderr and stdout This is confusing because it looks like the empty lines are produced by the debugee. The color difference between the two channels is sufficient:
:

Observe that document is no longer responding to edits or selection.
Check console:

Observe that document is no longer responding to edits or s... | 166 | [] | 0 | False | |
2574 | source maps with non-empty 'sourceroot' entries don't resolve to the correct source path | 2016-01-30 20:33:34+00:00 | 2016-01-30 20:43:03+00:00 | Source maps of the form:
``` json
"sourceroot": ".../../src",
"sources": [ "node/nodeDebug.ts" ]
```
do not resolve to the correct source.
| completed | source maps with non-empty 'sourceroot' entries don't resolve to the correct source path Source maps of the form:
``` json
"sourceroot": ".../../src",
"sources": [ "node/nodeDebug.ts" ]
```
do not resolve to the correct source.
| 79 | [] | 0 | False | |
2573 | [sass] syntax error inside @media using child or sibling selectors | 2016-01-30 19:44:18+00:00 | 2017-04-05 14:18:21+00:00 | In Sass language mode the following code has syntax error at the child selector (`>`) with message `} expected`:
``` sass
@media all {
> div {
display: block;
}
}
```
The same happens with other selectors: `~` (general sibling selector) and `+` (adjacent sibling selector).
``` sass
@media all {
... | completed | [sass] syntax error inside @media using child or sibling selectors In Sass language mode the following code has syntax error at the child selector (`>`) with message `} expected`:
``` sass
@media all {
> div {
display: block;
}
}
```
The same happens with other selectors: `~` (general sibling select... | 139 | [] | 0 | False | |
2570 | Nested links in Markdown are not highlighted correctly | 2016-01-30 16:30:25+00:00 | 2018-02-09 22:54:19+00:00 | 
| completed | Nested links in Markdown are not highlighted correctly 
| 68 | [] | 0 | False | |
2567 | [less] Less rules containing tags with hyphens are not highlighted | 2016-01-30 16:10:35+00:00 | 2017-02-22 22:26:28+00:00 | Hyphens are valid within web component/custom tags.

| completed | [less] Less rules containing tags with hyphens are not highlighted Hyphens are valid within web component/custom tags.

| 87 | [] | 0 | False | |
2565 | Markdown image links without alt text are not scoped | 2016-01-30 15:54:35+00:00 | 2016-02-01 10:11:56+00:00 | Empty alt text on images is valid markdown, however it doesn't get highlighted correctly:

| completed | Markdown image links without alt text are not scoped Empty alt text on images is valid markdown, however it doesn't get highlighted correctly:

| 93 | [] | 0 | False | |
2563 | GitHub flavored markdown code blocks with language hint highlighting broken | 2016-01-30 15:42:09+00:00 | 2016-06-16 16:13:55+00:00 | The ending code brace doesn't seem to get highlighted when using a language hint:

| completed | GitHub flavored markdown code blocks with language hint highlighting broken The ending code brace doesn't seem to get highlighted when using a language hint:

| 99 | [] | 0 | False | |
2560 | TextLine.firstNonWhitespaceCharacterIndex | 2016-01-30 11:53:44+00:00 | 2016-05-02 15:48:05+00:00 | Definition is "The offset of the first character which is not a whitespace character as defined by /\s/"
It may now be too late to change, but I found it weird that for empty or whitespace-only lines, <s>`0`</s> the length of the string is returned. `0` implies that there _is_ a non-whitespace character at position ... | completed | TextLine.firstNonWhitespaceCharacterIndex Definition is "The offset of the first character which is not a whitespace character as defined by /\s/"
It may now be too late to change, but I found it weird that for empty or whitespace-only lines, <s>`0`</s> the length of the string is returned. `0` implies that there _i... | 233 | [] | 0 | False | |
2557 | Inconsistent out structure when no test folder is available | 2016-01-30 02:41:27+00:00 | 2016-02-02 10:27:23+00:00 | When I build a extension with test folder the out folder is structured as (other files/folders removed for clarification)
```
out/
src/
extension.ts
test/
index.ts
```
but, without the test folder the out folder is structured as
```
out/
extension.ts
```
Which leads the ... | completed | Inconsistent out structure when no test folder is available When I build a extension with test folder the out folder is structured as (other files/folders removed for clarification)
```
out/
src/
extension.ts
test/
index.ts
```
but, without the test folder the out folder is structure... | 254 | [] | 0 | False | |
2555 | without --nolazy option breakpoints are jumping to line in generated source | 2016-01-29 17:46:05+00:00 | 2016-01-29 23:39:48+00:00 | ...instead of staying on line in original source.
The bug behind this is not a new issue, but it was uncovered by the removal of the "--nolazy" option.
| completed | without --nolazy option breakpoints are jumping to line in generated source ...instead of staying on line in original source.
The bug behind this is not a new issue, but it was uncovered by the removal of the "--nolazy" option.
| 65 | [] | 0 | False | |
2551 | [themes] MD editor model layer breaker | 2016-01-29 15:56:17+00:00 | 2016-02-01 09:57:45+00:00 | It sits in common and depends on /node/

| completed | [themes] MD editor model layer breaker It sits in common and depends on /node/

| 87 | [] | 0 | False | |
2550 | [JavaScript/Node.js] Support for "Go to definition" of code located in "node_modules" | 2016-01-29 15:54:39+00:00 | 2016-09-09 15:32:15+00:00 | I am using "npm link ../../lib/my-lib" to symlink a local module that is shared across several apps into the "node_modules" directory of each of the apps. This is nice for developing the shared lib in combination with all the apps.
```
// a standard npm module, can't navigate to its definition
var shortid = requir... | completed | [JavaScript/Node.js] Support for "Go to definition" of code located in "node_modules" I am using "npm link ../../lib/my-lib" to symlink a local module that is shared across several apps into the "node_modules" directory of each of the apps. This is nice for developing the shared lib in combination with all the apps.
... | 337 | [] | 0 | False | |
2549 | Uri#file is off when path has no slash | 2016-01-29 15:45:53+00:00 | 2016-01-29 17:27:36+00:00 | URI.file('a.ts') -> URI.toString() -> URI.parse isn't producing the same result because the path doesn't get a leading slash.
| completed | Uri#file is off when path has no slash URI.file('a.ts') -> URI.toString() -> URI.parse isn't producing the same result because the path doesn't get a leading slash.
| 60 | [] | 0 | False | |
2548 | "diffEditor.renderSideBySide" needs resize event to take effect | 2016-01-29 14:55:49+00:00 | 2016-03-14 21:08:25+00:00 | See animation

| completed | "diffEditor.renderSideBySide" needs resize event to take effect See animation

| 81 | [] | 0 | False | |
2547 | Git: Commit box wraps place holder not so nice | 2016-01-29 14:40:37+00:00 | 2016-07-05 15:10:57+00:00 | 
| completed | Git: Commit box wraps place holder not so nice 
| 70 | [] | 0 | False | |
2546 | Debug: Editor jumps while stepping in readonly (core module) | 2016-01-29 14:26:26+00:00 | 2016-02-03 09:48:23+00:00 | 
Does not happen in normal files, so seems related to the readonly aspect of it.
| completed | Debug: Editor jumps while stepping in readonly (core module) 
Does not happen in normal files, so seems related to the readonly aspect of it.
| 91 | [] | 0 | False | |
2545 | Debug: Stack view has quite some padding to the right | 2016-01-29 14:23:38+00:00 | 2016-02-01 10:45:48+00:00 | 
| completed | Debug: Stack view has quite some padding to the right 
| 67 | [] | 0 | False | |
2543 | [themes] Two themse are marked as default. Why? | 2016-01-29 14:15:07+00:00 | 2016-02-01 10:02:14+00:00 | 
| completed | [themes] Two themse are marked as default. Why? 
| 68 | [] | 0 | False | |
2542 | Rename input box does not use our configured CSS theming | 2016-01-29 14:15:02+00:00 | 2016-02-01 07:41:58+00:00 | 
| completed | Rename input box does not use our configured CSS theming 
| 76 | [] | 0 | False | |
2541 | Delete Permanently prompts two times when it fails to move to trash | 2016-01-29 14:11:33+00:00 | 2016-02-01 09:45:28+00:00 | One as a message and then again in a dialog box. One time would be enough :-)

| completed | Delete Permanently prompts two times when it fails to move to trash One as a message and then again in a dialog box. One time would be enough :-)

| 88 | [] | 0 | False | |
2539 | Duplicate module definitions upon opening JS file | 2016-01-29 14:02:32+00:00 | 2016-04-25 12:38:52+00:00 | - Open a .js file, notice warnings in the console

| completed | Duplicate module definitions upon opening JS file - Open a .js file, notice warnings in the console

| 89 | [] | 0 | False | |
2537 | Find: Showing ? of N matches when doubleclicking a word and triggerin Ctrl+F | 2016-01-29 13:02:18+00:00 | 2016-02-22 22:36:56+00:00 | 
| completed | Find: Showing ? of N matches when doubleclicking a word and triggerin Ctrl+F 
| 73 | [] | 0 | False | |
2536 | unpretty focus border in debug panel | 2016-01-29 11:52:26+00:00 | 2016-02-01 15:18:47+00:00 | 
| completed | unpretty focus border in debug panel 
| 68 | [] | 0 | False | |
2535 | invalid outDir makes extension host not start | 2016-01-29 11:41:03+00:00 | 2016-01-29 16:05:24+00:00 | - start with `yo code` and a _typescript_ extension
- make changes to compile into `out2` instead of `out`
- don't change the launch.json which defines `outDir: ${workspaceRoot}/out/src`
- hit F5 >> you will see a message saying the extension host cannot start
| completed | invalid outDir makes extension host not start - start with `yo code` and a _typescript_ extension
- make changes to compile into `out2` instead of `out`
- don't change the launch.json which defines `outDir: ${workspaceRoot}/out/src`
- hit F5 >> you will see a message saying the extension host cannot start
| 89 | [] | 0 | False | |
2534 | Auto indent not working with Salsa | 2016-01-29 11:28:34+00:00 | 2016-01-29 13:00:42+00:00 | - enable salsa
- write a function like `function() {`
- hint enter: :skull: indentation is off
| completed | Auto indent not working with Salsa - enable salsa
- write a function like `function() {`
- hint enter: :skull: indentation is off
| 39 | [] | 0 | False | |
2532 | Tree: Focus border cut on selected element | 2016-01-29 10:47:02+00:00 | 2016-02-04 16:59:24+00:00 | 
| completed | Tree: Focus border cut on selected element 
| 61 | [] | 0 | False | |
2531 | Messages are not announced to screen reader | 2016-01-29 10:21:30+00:00 | 2016-02-01 08:14:26+00:00 | - open F1
- select Debug: Continue
- message appears that saying I am not debugging but explorer has focus, message isn't read
| completed | Messages are not announced to screen reader - open F1
- select Debug: Continue
- message appears that saying I am not debugging but explorer has focus, message isn't read
| 43 | [] | 0 | False | |
2528 | closing window gives crash warning | 2016-01-29 10:05:17+00:00 | 2016-01-29 10:20:32+00:00 | - windows 10
- start vscode 7e57
- in the task bar, right click and chose 'Close window'
:skull: A message pops up says the window has crashed
| completed | closing window gives crash warning - windows 10
- start vscode 7e57
- in the task bar, right click and chose 'Close window'
:skull: A message pops up says the window has crashed
| 50 | [] | 0 | False | |
2520 | Need to support "updateChannel": "none" | 2016-01-29 07:00:05+00:00 | 2016-01-29 10:24:52+00:00 | Users that don't want automatic updates should still be given the opportunity to stay in the same version.
ping @chrisdias @egamma
| completed | Need to support "updateChannel": "none" Users that don't want automatic updates should still be given the opportunity to stay in the same version.
ping @chrisdias @egamma
| 47 | [] | 0 | False | |
2519 | Remove the dancer emoji from the salsa status indicator | 2016-01-29 06:51:04+00:00 | 2016-01-29 07:07:41+00:00 | The dancer emoji is rendered very different per platfrom which is confusing and I don't want to have platform specific screenshots in the release notes.
| completed | Remove the dancer emoji from the salsa status indicator The dancer emoji is rendered very different per platfrom which is confusing and I don't want to have platform specific screenshots in the release notes.
| 48 | [] | 0 | False | |
2517 | Editor textarea should not get focus border | 2016-01-29 02:00:58+00:00 | 2016-01-29 02:03:35+00:00 | 
| completed | Editor textarea should not get focus border 
| 59 | [] | 0 | False | |
2516 | Windows - Insiders default install location is VS Code alpha | 2016-01-28 23:08:20+00:00 | 2016-01-29 07:22:20+00:00 | 
| completed | Windows - Insiders default install location is VS Code alpha 
| 65 | [] | 0 | False | |
2510 | Mac: Select dropdowns in light theme are not styled | 2016-01-28 17:28:02+00:00 | 2016-01-28 17:28:27+00:00 | Before:

After:

@isidorn you might like this :)
| completed | Mac: Select dropdowns in light theme are not styled Before:

After:

@isidorn you might li... | 132 | [] | 0 | False | |
2509 | Focus indicator in input fields can look weird in debug land | 2016-01-28 17:16:04+00:00 | 2016-02-01 15:05:33+00:00 | @isidorn maybe do a similar solution as outlined in https://github.com/Microsoft/vscode/pull/2497
<img width="518" alt="screen shot 2016-01-28 at 18 15 11" src="https://cloud.githubusercontent.com/assets/900690/12652446/29a9b00c-c5eb-11e5-95be-26e94856766b.png">
<img width="340" alt="screen shot 2016-01-28 at 18 14... | completed | Focus indicator in input fields can look weird in debug land @isidorn maybe do a similar solution as outlined in https://github.com/Microsoft/vscode/pull/2497
<img width="518" alt="screen shot 2016-01-28 at 18 15 11" src="https://cloud.githubusercontent.com/assets/900690/12652446/29a9b00c-c5eb-11e5-95be-26e94856766b... | 183 | [] | 0 | False | |
2506 | JSON: can no longer intellisense inside string | 2016-01-28 16:55:45+00:00 | 2016-01-28 17:38:32+00:00 | “files.autoSave”: “hier"
| completed | JSON: can no longer intellisense inside string “files.autoSave”: “hier"
| 26 | [] | 0 | False | |
2504 | 'Cannot execute undo because no editor is focused' | 2016-01-28 16:12:50+00:00 | 2017-03-24 11:52:42+00:00 | - Click on the explorer, thus giving it focus
- Cmd/Cltr + Z
- Notice a spammy warning message in the console

| completed | 'Cannot execute undo because no editor is focused' - Click on the explorer, thus giving it focus
- Cmd/Cltr + Z
- Notice a spammy warning message in the console

| 108 | [] | 0 | False | |
2502 | [json] JSON '.' closes intelli-sense widget | 2016-01-28 15:57:09+00:00 | 2016-02-01 09:57:45+00:00 | - user preferences
- type 'editor.' notice that the '.' closses the intelli-sense widget
- I would expect that it is still open. Why is '.' an accept character?
| completed | [json] JSON '.' closes intelli-sense widget - user preferences
- type 'editor.' notice that the '.' closses the intelli-sense widget
- I would expect that it is still open. Why is '.' an accept character?
| 62 | [] | 0 | False | |
2499 | Can't launch Code from command prompt in insiders, alpha | 2016-01-28 15:28:15+00:00 | 2016-01-28 15:40:40+00:00 | 
Since we rename the `.exe`, the link gets lost.
| completed | Can't launch Code from command prompt in insiders, alpha 
Since we rename the `.exe`, the link gets lost.
| 81 | [] | 0 | False | |
2498 | Long path issue hit in Insiders build | 2016-01-28 15:23:56+00:00 | 2016-01-29 09:02:48+00:00 | 
We were probably very close to it already with the Alpha release.
ping @egamma @jrieken
| completed | Long path issue hit in Insiders build 
We were probably very close to it already with the Alpha release.
ping @egamma @jrieken
| 84 | [] | 0 | False | |
2495 | Mac with german locale: Not showing german NLS | 2016-01-28 15:05:07+00:00 | 2016-03-15 14:49:20+00:00 | I have set my Mac to german and the OS shows me things in german but starting Code does not show german strings (works when passing in --locale).
| completed | Mac with german locale: Not showing german NLS I have set my Mac to german and the OS shows me things in german but starting Code does not show german strings (works when passing in --locale).
| 48 | [] | 0 | False | |
2494 | Make it clear how to cancel a running search | 2016-01-28 15:01:43+00:00 | 2016-02-05 15:38:20+00:00 | Did some research, hope it is not duplicate... Is there functionality (some shortcut maybe?) to break searching? Because when you develop a project, you often need to search stuff across all files. No problem here, until you actually have project with like many many files. For example, if you have project where node_mo... | completed | Make it clear how to cancel a running search Did some research, hope it is not duplicate... Is there functionality (some shortcut maybe?) to break searching? Because when you develop a project, you often need to search stuff across all files. No problem here, until you actually have project with like many many files. F... | 159 | [] | 0 | False | |
2493 | Cannot invoke actions in quick open entries with keyboard | 2016-01-28 14:25:14+00:00 | 2016-02-01 09:04:50+00:00 | Still need to make sure that clicking an action with the mouse inside a quick open entry, does not close quick open (e.g. install an extension).
| completed | Cannot invoke actions in quick open entries with keyboard Still need to make sure that clicking an action with the mouse inside a quick open entry, does not close quick open (e.g. install an extension).
| 49 | [] | 0 | False | |
2491 | Focus border in find input should contain also the toggle buttons | 2016-01-28 14:12:22+00:00 | 2016-01-28 15:32:44+00:00 | Right now, this sort of ruins the feeling of an input with options -- it becomes more like an input followed by some toggles

@jrieken -- if you have the time
| completed | Focus border in find input should contain also the toggle buttons Right now, this sort of ruins the feeling of an input with options -- it becomes more like an input followed by some toggles

@jrieken --... | 109 | [] | 0 | False | |
2489 | Focus tracking with 2 markdown previews is broken | 2016-01-28 13:46:04+00:00 | 2016-02-05 14:53:48+00:00 | - Open two markdown previews side by side
- The top editor actions are always displayed in one editor, no matter which preview has focus
- I would expect the focused editor to show the actions (so I can go back to editing my markdown and so on)
| completed | Focus tracking with 2 markdown previews is broken - Open two markdown previews side by side
- The top editor actions are always displayed in one editor, no matter which preview has focus
- I would expect the focused editor to show the actions (so I can go back to editing my markdown and so on)
| 73 | [] | 0 | False | |
2486 | Not using standard landmarks | 2016-01-28 10:47:02+00:00 | 2016-01-28 14:03:13+00:00 | See http://webaim.org/techniques/aria/
| completed | Not using standard landmarks See http://webaim.org/techniques/aria/
| 23 | [] | 0 | False | |
2478 | "Accessibility Mode On" should not appear in status bar for readonly editors | 2016-01-28 06:49:23+00:00 | 2016-01-28 14:42:25+00:00 | @alexandrudima fyi
| completed | "Accessibility Mode On" should not appear in status bar for readonly editors @alexandrudima fyi
| 31 | [] | 0 | False | |
2476 | SignatureHelp doesn't trigger automatically on nested function call | 2016-01-28 03:42:31+00:00 | 2016-02-25 14:25:09+00:00 | When signature help is open, and you make a nested function call, the original signature help is closed, but the nested call's signature help doesn't get automatically triggered. Backspace then `(` to re-start the nested call does succesfully trigger the nested signature help.
![sighelperror](https://cloud.githubus... | completed | SignatureHelp doesn't trigger automatically on nested function call When signature help is open, and you make a nested function call, the original signature help is closed, but the nested call's signature help doesn't get automatically triggered. Backspace then `(` to re-start the nested call does succesfully trigger ... | 158 | [] | 0 | False |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.