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
2217
Some API tests fail on Travis@Mac
2016-01-25 08:24:39+00:00
2016-01-25 16:39:45+00:00
https://travis-ci.org/Microsoft/vscode/jobs/104570254
completed
Some API tests fail on Travis@Mac https://travis-ci.org/Microsoft/vscode/jobs/104570254
32
[]
0
False
2216
Debug: Hover shows up empty for complex objects with no children
2016-01-25 07:18:58+00:00
2016-01-25 15:27:12+00:00
I tried the new complex hover on the standup application and noticed that it was showing empty (but still showing up) for these cases: - an object that is a Date (var foo = new Date()) - a reference to "this" from within a module
completed
Debug: Hover shows up empty for complex objects with no children I tried the new complex hover on the standup application and noticed that it was showing empty (but still showing up) for these cases: - an object that is a Date (var foo = new Date()) - a reference to "this" from within a module
75
[]
0
False
2215
Debug: Breakpoints not center aligned (Windows)
2016-01-25 07:17:07+00:00
2016-01-27 16:22:42+00:00
The label after a breakpoint checkbox is looking odd on Windows: ![image](https://cloud.githubusercontent.com/assets/900690/12544558/a4274c98-c33b-11e5-9676-6f75b066f91c.png) And remember to check Mac/Linux if you make any changes, because of: ![ezgif-3312962991](https://cloud.githubusercontent.com/assets/900690/12544582/e0a2b216-c33b-11e5-9319-9c77f5cbbb22.gif)
completed
Debug: Breakpoints not center aligned (Windows) The label after a breakpoint checkbox is looking odd on Windows: ![image](https://cloud.githubusercontent.com/assets/900690/12544558/a4274c98-c33b-11e5-9676-6f75b066f91c.png) And remember to check Mac/Linux if you make any changes, because of: ![ezgif-3312962991](https://cloud.githubusercontent.com/assets/900690/12544582/e0a2b216-c33b-11e5-9319-9c77f5cbbb22.gif)
157
[]
0
False
2214
VSCode Alpha does not auto update (Mac)
2016-01-25 07:13:52+00:00
2016-01-25 09:57:34+00:00
I am not seeing any auto update happening with VSCodeAlpha despite newer versions being there.
completed
VSCode Alpha does not auto update (Mac) I am not seeing any auto update happening with VSCodeAlpha despite newer versions being there.
35
[]
0
False
2205
Multi-cursor pastes in reverse order
2016-01-24 01:47:30+00:00
2016-02-22 14:08:23+00:00
When using the multi-cursor mode, when pasting from the clipboard the results are sometimes in reverse order. The order of the data should be retained and not reversed. Steps to reproduce (windows default key bindings) 1. alt+click on two or more places and hold shift (or ctrl+shift) and use the arrow keys to select some text. 2. ctrl+c to copy text 3. alt+click on the same number of lines as are copied on the clipboard where the pasted data should be placed 3. past data, notice that the results are in reverse order ``` javascript var dataload; var apiLogs; var tenant; ``` Pasting the results in the data in the wrong order as follows: ``` javascript var dataload = api; var apiLogs = tenant; var tenant = apiLogs; var api = dataload; ```
completed
Multi-cursor pastes in reverse order When using the multi-cursor mode, when pasting from the clipboard the results are sometimes in reverse order. The order of the data should be retained and not reversed. Steps to reproduce (windows default key bindings) 1. alt+click on two or more places and hold shift (or ctrl+shift) and use the arrow keys to select some text. 2. ctrl+c to copy text 3. alt+click on the same number of lines as are copied on the clipboard where the pasted data should be placed 3. past data, notice that the results are in reverse order ``` javascript var dataload; var apiLogs; var tenant; ``` Pasting the results in the data in the wrong order as follows: ``` javascript var dataload = api; var apiLogs = tenant; var tenant = apiLogs; var api = dataload; ```
210
[]
0
False
2202
ESLint - Stylish reporter now reports absolute paths.
2016-01-23 17:56:24+00:00
2016-02-19 11:36:57+00:00
Extracted from comment from @felixfbecker in issue #1420. I have the exact same problem with eslint: ![image](https://cloud.githubusercontent.com/assets/10532611/12521660/30167838-c14c-11e5-8eef-b7a5d2004935.png) tasks.json: ``` json { "version": "0.1.0", "command": "npm", "args": ["--loglevel", "silent", "run"], "isShellCommand": true, "showOutput": "silent", "tasks": [ { "taskName": "lint", "problemMatcher": "$eslint-stylish" } ] } ``` Setting the problem matcher with fileLocation: absolute works, but imo this should not be needed. I have the latest eslint version installed so $eslint-stylish should set this automatically.
completed
ESLint - Stylish reporter now reports absolute paths. Extracted from comment from @felixfbecker in issue #1420. I have the exact same problem with eslint: ![image](https://cloud.githubusercontent.com/assets/10532611/12521660/30167838-c14c-11e5-8eef-b7a5d2004935.png) tasks.json: ``` json { "version": "0.1.0", "command": "npm", "args": ["--loglevel", "silent", "run"], "isShellCommand": true, "showOutput": "silent", "tasks": [ { "taskName": "lint", "problemMatcher": "$eslint-stylish" } ] } ``` Setting the problem matcher with fileLocation: absolute works, but imo this should not be needed. I have the latest eslint version installed so $eslint-stylish should set this automatically.
245
[]
0
False
2201
[bug] gulp vscode-win32-zip failed
2016-01-23 16:29:20+00:00
2016-01-25 15:00:39+00:00
TypeError: electron.zfsdest is not a function. https://github.com/Microsoft/vscode/blob/master/build/gulpfile.vscode.js#L242 electron.zfsdest has removed https://github.com/joaomoreno/gulp-atom-electron/commit/b04fd5829b5ddff7e81f105c6d6ffb0a406583c9 @joaomoreno
completed
[bug] gulp vscode-win32-zip failed TypeError: electron.zfsdest is not a function. https://github.com/Microsoft/vscode/blob/master/build/gulpfile.vscode.js#L242 electron.zfsdest has removed https://github.com/joaomoreno/gulp-atom-electron/commit/b04fd5829b5ddff7e81f105c6d6ffb0a406583c9 @joaomoreno
129
[]
0
False
2198
Output Panel: output should be aligned with title
2016-01-23 08:07:11+00:00
2016-01-25 14:41:50+00:00
Currently the content of output is indented and not aligned with the title: ![image](https://cloud.githubusercontent.com/assets/900690/12529281/aad958c4-c1b0-11e5-9014-4b96592e9ded.png)
completed
Output Panel: output should be aligned with title Currently the content of output is indented and not aligned with the title: ![image](https://cloud.githubusercontent.com/assets/900690/12529281/aad958c4-c1b0-11e5-9014-4b96592e9ded.png)
81
[]
0
False
2197
"Find All Occurances" is showing up as action for readonly editors
2016-01-23 07:58:38+00:00
2016-01-28 10:07:24+00:00
![image](https://cloud.githubusercontent.com/assets/900690/12529218/8922498a-c1af-11e5-8f75-7e56f7f41c55.png)
completed
"Find All Occurances" is showing up as action for readonly editors ![image](https://cloud.githubusercontent.com/assets/900690/12529218/8922498a-c1af-11e5-8f75-7e56f7f41c55.png)
73
[]
0
False
2196
hi vscode, fixed vietnamse code language please
2016-01-23 05:57:11+00:00
2016-01-25 10:47:07+00:00
i report many times about this, but not fixed yet... so sad. i recored my screen https://youtu.be/Hb4tLqiyuNs i use unikey ( simple and popular vietnamese language tool ) + vscode. but it not work. i try to many other language tool but still not working... and other editor: sublimetext, atom it good work.. (sorry about this compare )
completed
hi vscode, fixed vietnamse code language please i report many times about this, but not fixed yet... so sad. i recored my screen https://youtu.be/Hb4tLqiyuNs i use unikey ( simple and popular vietnamese language tool ) + vscode. but it not work. i try to many other language tool but still not working... and other editor: sublimetext, atom it good work.. (sorry about this compare )
103
[]
0
False
2194
Type parameter list not displayed in find all refs/go to definition dialog
2016-01-22 22:54:46+00:00
2016-01-25 10:12:03+00:00
![image](https://cloud.githubusercontent.com/assets/972891/12525276/1184dcc2-c118-11e5-868e-870873b58e78.png)
completed
Type parameter list not displayed in find all refs/go to definition dialog ![image](https://cloud.githubusercontent.com/assets/972891/12525276/1184dcc2-c118-11e5-868e-870873b58e78.png)
67
[]
0
False
2180
Allow to select + copy all in debug console
2016-01-22 12:12:37+00:00
2016-01-22 14:41:49+00:00
Common question for resolving issues with debug adapters is "paste the logs". This is currently easier said then done because you cannot press Ctrl+A in the debug console and you can only select text that is currently visible. It would also be nice to be able to toggle line wrap.
completed
Allow to select + copy all in debug console Common question for resolving issues with debug adapters is "paste the logs". This is currently easier said then done because you cannot press Ctrl+A in the debug console and you can only select text that is currently visible. It would also be nice to be able to toggle line wrap.
76
[]
0
False
2178
Errors are not removed automatically when fixing them on an another file
2016-01-22 10:18:32+00:00
2016-02-19 11:17:09+00:00
I have noticed that errors in one current file are not removed automatically when I fix them in an another file where the error originates from. Non-existent has red squiggles: ``` typescript import { nonexistent } from './some-where.ts'; ``` And then define in `some-where.ts`: ``` typescript export function nonexistent () {} ``` Then the error in the first file is not removed. I need to type something then it will be removed.
completed
Errors are not removed automatically when fixing them on an another file I have noticed that errors in one current file are not removed automatically when I fix them in an another file where the error originates from. Non-existent has red squiggles: ``` typescript import { nonexistent } from './some-where.ts'; ``` And then define in `some-where.ts`: ``` typescript export function nonexistent () {} ``` Then the error in the first file is not removed. I need to type something then it will be removed.
126
[]
0
False
2177
CodeAlpha can't be started from command prompt
2016-01-22 09:55:02+00:00
2016-01-25 08:28:36+00:00
- Install Code Alpha only. - Check add code to path. - in command type code or codeAlpha Observe: both fail. code.cmd refers to Code.exe, however in Alpha channel code is named CodeAlpha.
completed
CodeAlpha can't be started from command prompt - Install Code Alpha only. - Check add code to path. - in command type code or codeAlpha Observe: both fail. code.cmd refers to Code.exe, however in Alpha channel code is named CodeAlpha.
65
[]
0
False
2170
Broken syntax highlighting in 0.10.x
2016-01-22 08:27:35+00:00
2016-01-29 01:27:04+00:00
Versions after 1.10.1 broke syntax highlighting for language pack 1C:BSL (https://marketplace.visualstudio.com/items/xDrivenDevelopment.language-1c-bsl) ![image](https://cloud.githubusercontent.com/assets/2657561/12505784/e6d33e3c-c0fa-11e5-89c7-2a98f1c85ceb.png)
completed
Broken syntax highlighting in 0.10.x Versions after 1.10.1 broke syntax highlighting for language pack 1C:BSL (https://marketplace.visualstudio.com/items/xDrivenDevelopment.language-1c-bsl) ![image](https://cloud.githubusercontent.com/assets/2657561/12505784/e6d33e3c-c0fa-11e5-89c7-2a98f1c85ceb.png)
116
[]
0
False
2169
Salsa - use a better icon for generic identifier completion proposals
2016-01-22 08:05:27+00:00
2016-01-27 14:31:22+00:00
![salsa-icon](https://cloud.githubusercontent.com/assets/172399/12505425/288b63ae-c0e7-11e5-93e3-e98436c83f41.png) @jrieken pls check whether we can use a better default otherwise we should work with @bgashler1 to get a better icon.
completed
Salsa - use a better icon for generic identifier completion proposals ![salsa-icon](https://cloud.githubusercontent.com/assets/172399/12505425/288b63ae-c0e7-11e5-93e3-e98436c83f41.png) @jrieken pls check whether we can use a better default otherwise we should work with @bgashler1 to get a better icon.
105
[]
0
False
2168
IntelliSense is broken. Version: 0.10.6
2016-01-22 07:58:39+00:00
2016-03-16 13:54:52+00:00
``` javascript function User(name) { this.name = name; } var user = new User("Me"); user. (No suggestions) ``` Cannot convert undefined or null to object: TypeError: Cannot convert undefined or null to object at Function.keys (native) at Function.e.adapt (file:///C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:51:10296) at file:///C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:51:8794 at Object.h [as _notify](file:///C:/Program Files %28x86%29/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:5:31868) at Object.__dirname.undefined.P.enter (file:///C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:6:3004) at __dirname.undefined.t.Class.define._run (file:///C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:6:4830) at __dirname.undefined.t.Class.define._completed (file:///C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:6:4271) at file:///C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:15:26695 at C:\Program Files (x86)\Microsoft VS Code\resources\app\node_modules\graceful-fs\graceful-fs.js:76:16 at C:\Program Files (x86)\Microsoft VS Code\resources\app\node_modules\graceful-fs\graceful-fs.js:76:16e.onUnexpectedError @ /C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:91(anonymous function) @ /C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:91e.onUnexpectedError @ /C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:10u @ /C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:10(anonymous function) @ /C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:12(anonymous function) @ /C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:12 /C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:12 WARNING: Promise with no error callback:3
completed
IntelliSense is broken. Version: 0.10.6 ``` javascript function User(name) { this.name = name; } var user = new User("Me"); user. (No suggestions) ``` Cannot convert undefined or null to object: TypeError: Cannot convert undefined or null to object at Function.keys (native) at Function.e.adapt (file:///C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:51:10296) at file:///C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:51:8794 at Object.h [as _notify](file:///C:/Program Files %28x86%29/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:5:31868) at Object.__dirname.undefined.P.enter (file:///C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:6:3004) at __dirname.undefined.t.Class.define._run (file:///C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:6:4830) at __dirname.undefined.t.Class.define._completed (file:///C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:6:4271) at file:///C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:15:26695 at C:\Program Files (x86)\Microsoft VS Code\resources\app\node_modules\graceful-fs\graceful-fs.js:76:16 at C:\Program Files (x86)\Microsoft VS Code\resources\app\node_modules\graceful-fs\graceful-fs.js:76:16e.onUnexpectedError @ /C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:91(anonymous function) @ /C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:91e.onUnexpectedError @ /C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:10u @ /C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:10(anonymous function) @ /C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:12(anonymous function) @ /C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:12 /C:/Program Files (x86)/Microsoft VS Code/resources/app/out/vs/workbench/workbench.main.js:12 WARNING: Promise with no error callback:3
860
[]
0
False
2143
HTML Preview: use custom CSS for scrollbars
2016-01-21 06:34:26+00:00
2016-01-25 16:36:26+00:00
The markdown preview uses its own CSS for styling scrollbars so that they look similar to the scrollbars in VS Code and not like the ugly native ones. The CSS is defined for every theme we have starting here: https://github.com/Microsoft/vscode/blob/master/src/vs/languages/markdown/common/markdownWorker.ts#L38 There is also some CSS defined in https://github.com/Microsoft/vscode/blob/master/src/vs/languages/markdown/common/markdown.css that we maybe should take into the HTML preview: - size images to a maximum of 100% so that they do not cause horizontal scrolling - styling for anchors - styling for focused elements (when you tab around) The rest of the rules are just for making markdown look better and probably does not apply for the raw HTML preview. @jrieken fyi
completed
HTML Preview: use custom CSS for scrollbars The markdown preview uses its own CSS for styling scrollbars so that they look similar to the scrollbars in VS Code and not like the ugly native ones. The CSS is defined for every theme we have starting here: https://github.com/Microsoft/vscode/blob/master/src/vs/languages/markdown/common/markdownWorker.ts#L38 There is also some CSS defined in https://github.com/Microsoft/vscode/blob/master/src/vs/languages/markdown/common/markdown.css that we maybe should take into the HTML preview: - size images to a maximum of 100% so that they do not cause horizontal scrolling - styling for anchors - styling for focused elements (when you tab around) The rest of the rules are just for making markdown look better and probably does not apply for the raw HTML preview. @jrieken fyi
226
[]
0
False
2142
Removing `--nolazy` from `runtimeArgs` does not prevent Code from adding it as an argument.
2016-01-21 06:06:13+00:00
2016-01-25 11:15:57+00:00
Was trying the Chakra version of Node.js with VS Code.
completed
Removing `--nolazy` from `runtimeArgs` does not prevent Code from adding it as an argument. Was trying the Chakra version of Node.js with VS Code.
46
[]
0
False
2129
focus indication has some room for improvement on mac
2016-01-20 16:31:22+00:00
2016-01-21 15:18:22+00:00
:scream: ![screen shot 2016-01-20 at 17 30 32](https://cloud.githubusercontent.com/assets/1794099/12455349/952e2e1c-bf9b-11e5-936e-270c96fd1f7c.png)
completed
focus indication has some room for improvement on mac :scream: ![screen shot 2016-01-20 at 17 30 32](https://cloud.githubusercontent.com/assets/1794099/12455349/952e2e1c-bf9b-11e5-936e-270c96fd1f7c.png)
80
[]
0
False
2126
[git] 'open file' doesn't work if git root is not the same as workspace root
2016-01-20 15:06:03+00:00
2016-01-27 11:37:37+00:00
- clone `https://github.com/Microsoft/vscode-languageserver-node.git` - open folder `vscode-languageserver-node/server` in VS code - make changes in a file - in the Git viewlet select the change and invoke 'Open File' - ENOENT: no such file or directory, stat '/home/martinae/workspaces/vscode-languageserver-node/server/server/License.txt'
completed
[git] 'open file' doesn't work if git root is not the same as workspace root - clone `https://github.com/Microsoft/vscode-languageserver-node.git` - open folder `vscode-languageserver-node/server` in VS code - make changes in a file - in the Git viewlet select the change and invoke 'Open File' - ENOENT: no such file or directory, stat '/home/martinae/workspaces/vscode-languageserver-node/server/server/License.txt'
134
[]
0
False
2125
Repl arrow in input not vertically centered
2016-01-20 14:37:23+00:00
2016-10-28 08:23:24+00:00
@isidorn fyi as shown during standup. maybe the line-height is missing on the element containing the icon?
completed
Repl arrow in input not vertically centered @isidorn fyi as shown during standup. maybe the line-height is missing on the element containing the icon?
42
[]
0
False
2122
Zoom level reset when (auto)saving tasks.json
2016-01-20 11:39:57+00:00
2016-01-20 17:09:10+00:00
You lose the current zoom level when editing and saving tasks.json. I expect the current zoom level to be kept as it was before saving. Repro steps: 1. open tasks.json 2. change the zoom level 3. make any random edit 4. manually save the file or autosave kicks in OUTCOME: zoom level is reset VS Code version: 0.10.6
completed
Zoom level reset when (auto)saving tasks.json You lose the current zoom level when editing and saving tasks.json. I expect the current zoom level to be kept as it was before saving. Repro steps: 1. open tasks.json 2. change the zoom level 3. make any random edit 4. manually save the file or autosave kicks in OUTCOME: zoom level is reset VS Code version: 0.10.6
99
[]
0
False
2121
[php] Incorrect highlighting of semi-reserved keywords
2016-01-20 11:36:53+00:00
2017-02-23 20:20:36+00:00
Take the following example: ``` php class A { static function while() {} public function function() {} } $a->function(); A::while(); // Just to show that 'while' is dark red normally. while (0) {} ``` Note how GitHub (like other IDEs) correctly makes the declarations purple-ish and the calls black. ![semi-reserved-keywords](https://cloud.githubusercontent.com/assets/1007463/12447423/4d8f172e-bf2d-11e5-9ab8-255e427d270e.png) ...but everything is blue in VSCode.
completed
[php] Incorrect highlighting of semi-reserved keywords Take the following example: ``` php class A { static function while() {} public function function() {} } $a->function(); A::while(); // Just to show that 'while' is dark red normally. while (0) {} ``` Note how GitHub (like other IDEs) correctly makes the declarations purple-ish and the calls black. ![semi-reserved-keywords](https://cloud.githubusercontent.com/assets/1007463/12447423/4d8f172e-bf2d-11e5-9ab8-255e427d270e.png) ...but everything is blue in VSCode.
176
[]
0
False
2116
[html] Inconsistent de-indentation behavior while closing html tags using Autocomplete
2016-01-19 21:45:35+00:00
2016-03-12 14:12:10+00:00
I've noticed while using VS Code that there is different de-indent behavior for closing tags contingent on whether or not I type '/' after '<'. Apologies in advance for the large and bad-quality gifs. Below we can see what happens if I don't type '/': ![no-work 04d](https://cloud.githubusercontent.com/assets/1387727/12432826/6be5bdde-beb2-11e5-925f-2248d6bfc94e.gif) Below we can see what happens if I do type it: ![work](https://cloud.githubusercontent.com/assets/1387727/12432858/989966d2-beb2-11e5-83c1-925fd5d5e76e.gif) I would expect these to have similar behavior, but I might be wrong. System information: VS Code Version 0.10.6 Commit a80232bbcfe8a5cdad1ebc98638673d9dcb02458 Date 2015-12-19T11:26:42.359Z Shell 0.34.5 Renderer 45.0.2454.85 Node 4.1.1 Operating System Ubuntu Gnome 15.10 x64
completed
[html] Inconsistent de-indentation behavior while closing html tags using Autocomplete I've noticed while using VS Code that there is different de-indent behavior for closing tags contingent on whether or not I type '/' after '<'. Apologies in advance for the large and bad-quality gifs. Below we can see what happens if I don't type '/': ![no-work 04d](https://cloud.githubusercontent.com/assets/1387727/12432826/6be5bdde-beb2-11e5-925f-2248d6bfc94e.gif) Below we can see what happens if I do type it: ![work](https://cloud.githubusercontent.com/assets/1387727/12432858/989966d2-beb2-11e5-83c1-925fd5d5e76e.gif) I would expect these to have similar behavior, but I might be wrong. System information: VS Code Version 0.10.6 Commit a80232bbcfe8a5cdad1ebc98638673d9dcb02458 Date 2015-12-19T11:26:42.359Z Shell 0.34.5 Renderer 45.0.2454.85 Node 4.1.1 Operating System Ubuntu Gnome 15.10 x64
301
[]
0
False
2112
False alarms when running with break on error enabled
2016-01-19 15:31:20+00:00
2016-01-21 16:35:43+00:00
services.cp often runs into errors when debugging ![screen shot 2016-01-19 at 16 30 18](https://cloud.githubusercontent.com/assets/1794099/12423063/0727d95a-beca-11e5-9fb1-2e339d341a3e.png)
completed
False alarms when running with break on error enabled services.cp often runs into errors when debugging ![screen shot 2016-01-19 at 16 30 18](https://cloud.githubusercontent.com/assets/1794099/12423063/0727d95a-beca-11e5-9fb1-2e339d341a3e.png)
85
[]
0
False
2109
[json] npm package tooltip not working for @ namespaced packages
2016-01-19 14:25:42+00:00
2016-08-30 08:18:34+00:00
When in `package.json`, the tooltips that show you more information about npm packages on mouse hover are not working if the package name is namespaced. For example: `@cycle/core` does not show any information, but `express` shows the description and latest version number. I'm on version 0.10.6.
completed
[json] npm package tooltip not working for @ namespaced packages When in `package.json`, the tooltips that show you more information about npm packages on mouse hover are not working if the package name is namespaced. For example: `@cycle/core` does not show any information, but `express` shows the description and latest version number. I'm on version 0.10.6.
95
[]
0
False
2107
Promise variables show as undefined although they are not
2016-01-19 14:01:53+00:00
2016-03-13 22:20:34+00:00
See attached screen shot. The promise argument shows as undefined everywhere but the console reveals the truth when you 'use' it. ![screen shot 2016-01-19 at 15 00 06](https://cloud.githubusercontent.com/assets/1794099/12420514/6f45f84e-bebd-11e5-8c3f-b705faf79e19.png)
completed
Promise variables show as undefined although they are not See attached screen shot. The promise argument shows as undefined everywhere but the console reveals the truth when you 'use' it. ![screen shot 2016-01-19 at 15 00 06](https://cloud.githubusercontent.com/assets/1794099/12420514/6f45f84e-bebd-11e5-8c3f-b705faf79e19.png)
103
[]
0
False
2106
Remove a cursor by pressing ALT+CLICK again.
2016-01-19 13:43:48+00:00
2017-05-19 21:15:57+00:00
With ALT+CLICK i can create multiple cursors. Is there a way to remove one if i set one wrong? In atom i can just click again on it and it will be removed.
completed
Remove a cursor by pressing ALT+CLICK again. With ALT+CLICK i can create multiple cursors. Is there a way to remove one if i set one wrong? In atom i can just click again on it and it will be removed.
56
[]
0
False
2101
snippets show 'undefined' in suggestion details
2016-01-19 09:52:22+00:00
2016-01-19 09:56:52+00:00
![screen shot 2016-01-19 at 10 51 33](https://cloud.githubusercontent.com/assets/1794099/12415214/b40f7a86-be9a-11e5-87c8-e89045937974.png)
completed
snippets show 'undefined' in suggestion details ![screen shot 2016-01-19 at 10 51 33](https://cloud.githubusercontent.com/assets/1794099/12415214/b40f7a86-be9a-11e5-87c8-e89045937974.png)
75
[]
0
False
2100
Cannot read property 'length' of null
2016-01-19 09:29:38+00:00
2016-01-21 16:35:43+00:00
Found this stack running out of dev in a workspace without folder: ``` [1332:0119/101328:INFO:CONSOLE(332)] "Cannot read property 'length' of null: TypeError: Cannot read property 'length' of null at Object.isEqualOrParent (file:////Users/bpasero/Development/monaco/out/vs/base/common/paths.js:219:37) at ChangesView.getStatusFromInput (file:////Users/bpasero/Development/monaco/out/vs/workbench/parts/git/browser/views/changes/changesView.js:299:28) at ChangesView.onEditorInputChanged (file:////Users/bpasero/Development/monaco/out/vs/workbench/parts/git/browser/views/changes/changesView.js:209:31) at Array.<anonymous> (file:////Users/bpasero/Development/monaco/out/vs/workbench/parts/git/browser/views/changes/changesView.js:43:119) at EventService.EventEmitter._emitToSpecificTypeListeners (file:////Users/bpasero/Development/monaco/out/vs/base/common/eventEmitter.js:177:37) at EventService.EventEmitter._emitEvents (file:////Users/bpasero/Development/monaco/out/vs/base/common/eventEmitter.js:202:22) at Array.<anonymous> (file:////Users/bpasero/Development/monaco/out/vs/base/common/eventEmitter.js:128:27) at EditorPart.EventEmitter._emitToBulkListeners (file:////Users/bpasero/Development/monaco/out/vs/base/common/eventEmitter.js:189:37) at EditorPart.EventEmitter._emitEvents (file:////Users/bpasero/Development/monaco/out/vs/base/common/eventEmitter.js:198:22) at EditorPart.EventEmitter.emit (file:////Users/bpasero/Development/monaco/out/vs/base/common/eventEmitter.js:219:22)", source: file:////Users/bpasero/Development/monaco/out/vs/workbench/electron-browser/shell.js (332) ```
completed
Cannot read property 'length' of null Found this stack running out of dev in a workspace without folder: ``` [1332:0119/101328:INFO:CONSOLE(332)] "Cannot read property 'length' of null: TypeError: Cannot read property 'length' of null at Object.isEqualOrParent (file:////Users/bpasero/Development/monaco/out/vs/base/common/paths.js:219:37) at ChangesView.getStatusFromInput (file:////Users/bpasero/Development/monaco/out/vs/workbench/parts/git/browser/views/changes/changesView.js:299:28) at ChangesView.onEditorInputChanged (file:////Users/bpasero/Development/monaco/out/vs/workbench/parts/git/browser/views/changes/changesView.js:209:31) at Array.<anonymous> (file:////Users/bpasero/Development/monaco/out/vs/workbench/parts/git/browser/views/changes/changesView.js:43:119) at EventService.EventEmitter._emitToSpecificTypeListeners (file:////Users/bpasero/Development/monaco/out/vs/base/common/eventEmitter.js:177:37) at EventService.EventEmitter._emitEvents (file:////Users/bpasero/Development/monaco/out/vs/base/common/eventEmitter.js:202:22) at Array.<anonymous> (file:////Users/bpasero/Development/monaco/out/vs/base/common/eventEmitter.js:128:27) at EditorPart.EventEmitter._emitToBulkListeners (file:////Users/bpasero/Development/monaco/out/vs/base/common/eventEmitter.js:189:37) at EditorPart.EventEmitter._emitEvents (file:////Users/bpasero/Development/monaco/out/vs/base/common/eventEmitter.js:198:22) at EditorPart.EventEmitter.emit (file:////Users/bpasero/Development/monaco/out/vs/base/common/eventEmitter.js:219:22)", source: file:////Users/bpasero/Development/monaco/out/vs/workbench/electron-browser/shell.js (332) ```
659
[]
0
False
2098
tslint module is missing?
2016-01-19 08:15:45+00:00
2016-01-20 10:10:11+00:00
when i get latest code of vscode source and run the following command,it shows that UNMET PEER DEPENDENCY tslint@^3 || >=3.1.0-dev || >=3.2.0-dev || >=3.2.1-dev ,anyone can help me? ![mak](https://cloud.githubusercontent.com/assets/15098626/12413167/deefdc14-bec7-11e5-8425-6b8462cfca76.png)
completed
tslint module is missing? when i get latest code of vscode source and run the following command,it shows that UNMET PEER DEPENDENCY tslint@^3 || >=3.1.0-dev || >=3.2.0-dev || >=3.2.1-dev ,anyone can help me? ![mak](https://cloud.githubusercontent.com/assets/15098626/12413167/deefdc14-bec7-11e5-8425-6b8462cfca76.png)
126
[]
0
False
2096
vscode-eslint not fully uninstalled
2016-01-18 20:11:27+00:00
2016-01-27 17:07:55+00:00
- install vscode-eslint - open a workspace with JS files so that the eslint server process is started - uninstall vscode-eslint from the command palette -> most of the extension is removed but some folders are left behind (rename .gif -> .zip) ![dbaeumer vscode-eslint-0 10 11 zip](https://cloud.githubusercontent.com/assets/172399/12401581/a90ade8c-be27-11e5-823a-b545cc078951.gif) As a consquence there is an error on next restart: ``` [C:/Users/egamma/.vscode/extensions/dbaeumer.vscode-eslint-0.10.11]: Cannot read file C:/Users/egamma/.vscode/extensions/dbaeumer.vscode-eslint-0.10.11/package.json: ENOENT: no such file or directory, open 'C:\Users\egamma\.vscode\extensions\dbaeumer.vscode-eslint-0.10.11\package.json' ```
completed
vscode-eslint not fully uninstalled - install vscode-eslint - open a workspace with JS files so that the eslint server process is started - uninstall vscode-eslint from the command palette -> most of the extension is removed but some folders are left behind (rename .gif -> .zip) ![dbaeumer vscode-eslint-0 10 11 zip](https://cloud.githubusercontent.com/assets/172399/12401581/a90ade8c-be27-11e5-823a-b545cc078951.gif) As a consquence there is an error on next restart: ``` [C:/Users/egamma/.vscode/extensions/dbaeumer.vscode-eslint-0.10.11]: Cannot read file C:/Users/egamma/.vscode/extensions/dbaeumer.vscode-eslint-0.10.11/package.json: ENOENT: no such file or directory, open 'C:\Users\egamma\.vscode\extensions\dbaeumer.vscode-eslint-0.10.11\package.json' ```
288
[]
0
False
2095
VS Code restores original window position when opening files in a docked position.
2016-01-18 19:50:13+00:00
2016-01-20 09:52:15+00:00
A VS Code instance that is docked to the left or right on the Windows 10 desktop should not restore its orginal position when opening files (File -> Open File...)
completed
VS Code restores original window position when opening files in a docked position. A VS Code instance that is docked to the left or right on the Windows 10 desktop should not restore its orginal position when opening files (File -> Open File...)
55
[]
0
False
2093
"Add Function Breakpoint" shows as disabled, but can be clicked
2016-01-18 18:48:01+00:00
2016-01-25 14:23:07+00:00
![image](https://cloud.githubusercontent.com/assets/900690/12399796/5aa531a8-be1c-11e5-99ac-4597b38b696b.png)
completed
"Add Function Breakpoint" shows as disabled, but can be clicked ![image](https://cloud.githubusercontent.com/assets/900690/12399796/5aa531a8-be1c-11e5-99ac-4597b38b696b.png)
71
[]
0
False
2092
Typescript: import autocomplete fills in function arguments
2016-01-18 17:33:59+00:00
2016-12-12 18:17:22+00:00
When I use autocomplete to import a function, it fills in the function arguments right there. Here's what it looks like: - `import {foo} from './fooBar'` - `import {foo, b} from './fooBar'` - `bar` shows up as a suggesstion; hit enter. - It fills in as `import {foo, bar(argname)} from './fooBar'`.
completed
Typescript: import autocomplete fills in function arguments When I use autocomplete to import a function, it fills in the function arguments right there. Here's what it looks like: - `import {foo} from './fooBar'` - `import {foo, b} from './fooBar'` - `bar` shows up as a suggesstion; hit enter. - It fills in as `import {foo, bar(argname)} from './fooBar'`.
124
[]
0
False
2088
double JSON.stringify/parse when talking to extension host process
2016-01-18 15:44:22+00:00
2016-01-20 08:46:02+00:00
the default IPC mechanism in nodejs already does [JSON.stringify](https://github.com/nodejs/node/blob/master/lib/internal/child_process.js#L586) and [JSON.parse](https://github.com/nodejs/node/blob/master/lib/internal/child_process.js#L432) before sending and after receiving messages. Maybe we gain a little bit of performance we don't do right before/after.
completed
double JSON.stringify/parse when talking to extension host process the default IPC mechanism in nodejs already does [JSON.stringify](https://github.com/nodejs/node/blob/master/lib/internal/child_process.js#L586) and [JSON.parse](https://github.com/nodejs/node/blob/master/lib/internal/child_process.js#L432) before sending and after receiving messages. Maybe we gain a little bit of performance we don't do right before/after.
140
[]
0
False
2081
Hover sometimes shows nice colors and sometimes not
2016-01-18 09:28:28+00:00
2017-10-12 04:02:09+00:00
When I hover over functions I often see a nice hover similar to what the editor would show in terms of tokens and colors. But often I get no colors. What is the rule when a hover does show nice colors and when not? @aeschli any ideas, is this your area? To reproduce: open workbench.ts and hover over "registry" in line 200 and then over "Registry" later in that line. Only the first gets colors.
completed
Hover sometimes shows nice colors and sometimes not When I hover over functions I often see a nice hover similar to what the editor would show in terms of tokens and colors. But often I get no colors. What is the rule when a hover does show nice colors and when not? @aeschli any ideas, is this your area? To reproduce: open workbench.ts and hover over "registry" in line 200 and then over "Registry" later in that line. Only the first gets colors.
116
[]
0
False
2080
Models getting disposed randomly
2016-01-18 08:59:02+00:00
2016-01-18 16:01:22+00:00
I am still from time to time seeing errors where the code editor model seems to be disposed while the workbench model thinks the model is still alive: ![image](https://cloud.githubusercontent.com/assets/900690/12387033/01a90fd6-bdca-11e5-9b06-3334a08491b0.png) This one happened after unstaging a change in sash.ts and then trying to open it. @jrieken @alexandrudima fyi, any ideas who would still dispose models without going through the workbench?
completed
Models getting disposed randomly I am still from time to time seeing errors where the code editor model seems to be disposed while the workbench model thinks the model is still alive: ![image](https://cloud.githubusercontent.com/assets/900690/12387033/01a90fd6-bdca-11e5-9b06-3334a08491b0.png) This one happened after unstaging a change in sash.ts and then trying to open it. @jrieken @alexandrudima fyi, any ideas who would still dispose models without going through the workbench?
144
[]
0
False
2078
Rename widget isn't focused when out of view
2016-01-18 08:43:05+00:00
2016-01-18 10:07:24+00:00
1. Put cursor on a _renameable_ token. 2. Scroll until the token is out of view. 3. <kbd>F2</kbd> Nothing happens. Scroll back to the token, the rename widget is there but without focus, which is owned by the editor itself. Maybe the line should be revealed on <kbd>F2</kbd>?
completed
Rename widget isn't focused when out of view 1. Put cursor on a _renameable_ token. 2. Scroll until the token is out of view. 3. <kbd>F2</kbd> Nothing happens. Scroll back to the token, the rename widget is there but without focus, which is owned by the editor itself. Maybe the line should be revealed on <kbd>F2</kbd>?
98
[]
0
False
2069
Backspace deletes incomplete surrogate pair
2016-01-17 19:32:10+00:00
2016-01-25 19:41:24+00:00
Reproduce: 1. Enter `xyz💩abc` in a line ("abc" for better visibility of follow-up bug) 2. Place cursor between 💩 and `a` 3. Hit backspace 4. 💩 and everything after it (!) vanishes 5. Hit backspace again 6. "abc" is back (because it deleted the invalid character / the first half of the surrogate pair)
completed
Backspace deletes incomplete surrogate pair Reproduce: 1. Enter `xyz💩abc` in a line ("abc" for better visibility of follow-up bug) 2. Place cursor between 💩 and `a` 3. Hit backspace 4. 💩 and everything after it (!) vanishes 5. Hit backspace again 6. "abc" is back (because it deleted the invalid character / the first half of the surrogate pair)
101
[]
0
False
2068
[Bug] Replace with characters like 'É'
2016-01-17 17:24:33+00:00
2016-01-18 20:34:39+00:00
I was using the replacement tool (CTRL + H). I tried to replace the string 'É' by 'É' (ALT + 0201) but it was instead replaced by another string (I guess my previous replacement string).
completed
[Bug] Replace with characters like 'É' I was using the replacement tool (CTRL + H). I tried to replace the string 'É' by 'É' (ALT + 0201) but it was instead replaced by another string (I guess my previous replacement string).
66
[]
0
False
2066
whole line selection on word-wrapped documents
2016-01-17 10:38:06+00:00
2016-02-22 22:03:42+00:00
If word-wrapping is enabled (`"editor.wrappingColumn": 0` in my case) the whole line selection gets broken. Both clicking the line number or triple clicking selects the line until the artificial break, not the actual. ![](https://dl.dropboxusercontent.com/u/105338698/ShareX/2016-01/2016-01-17_11-28-30.gif)
completed
whole line selection on word-wrapped documents If word-wrapping is enabled (`"editor.wrappingColumn": 0` in my case) the whole line selection gets broken. Both clicking the line number or triple clicking selects the line until the artificial break, not the actual. ![](https://dl.dropboxusercontent.com/u/105338698/ShareX/2016-01/2016-01-17_11-28-30.gif)
106
[]
0
False
2065
saving file shows `Error: Error: spawn EACCES`
2016-01-17 08:15:51+00:00
2016-01-20 06:15:49+00:00
On every file save I see this error message. It is rather annoying. I searched online but didn't find anything useful. Seems to be a node issue. Edit: This is not an issue with VSCode, it is probably an issue with one of extensions, please try disabling each one and seeing if you get this error.
completed
saving file shows `Error: Error: spawn EACCES` On every file save I see this error message. It is rather annoying. I searched online but didn't find anything useful. Seems to be a node issue. Edit: This is not an issue with VSCode, it is probably an issue with one of extensions, please try disabling each one and seeing if you get this error.
91
[]
0
False
2061
After click "Open Folder", the dialog coming 10s later, when my last folder is Samba and not exist.
2016-01-16 16:49:54+00:00
2016-01-19 09:28:46+00:00
After click "Open Folder", the dialog coming 10s later, when my last folder is Samba and not exist.
completed
After click "Open Folder", the dialog coming 10s later, when my last folder is Samba and not exist. After click "Open Folder", the dialog coming 10s later, when my last folder is Samba and not exist.
53
[]
0
False
2059
Providing a code action for diagnostic which also has quick fix options doesn't work
2016-01-16 10:45:34+00:00
2016-01-18 09:32:36+00:00
On a JS extension I'm developing using Code version Version 0.10.6 (0.10.6), it is not possible to provide a code action for diagnostic with error code 2304 (cannot find name). The extension code action seems to be rendered first (it can be seen if you're fast), but when quick fix options are available, they are shown instead which hides the extension's code action and this somehow fails to render. It is still possible to choose a quick fix option with keyboard. ## Extension code ``` javascript const fixProvider = { provideCodeActions: function(document, range, context, token) { return [{ title: "Command", command: "cursorUp" }]; } }; function activate(context) { const fixer = vscode.languages.registerCodeActionsProvider("javascript", fixProvider); context.subscriptions.push(fixer); } ``` ## Test code ``` javascript hello(); ``` ![code-action](https://cloud.githubusercontent.com/assets/10324676/12372551/4c9c6558-bc65-11e5-9be7-97f44bd95995.gif)
completed
Providing a code action for diagnostic which also has quick fix options doesn't work On a JS extension I'm developing using Code version Version 0.10.6 (0.10.6), it is not possible to provide a code action for diagnostic with error code 2304 (cannot find name). The extension code action seems to be rendered first (it can be seen if you're fast), but when quick fix options are available, they are shown instead which hides the extension's code action and this somehow fails to render. It is still possible to choose a quick fix option with keyboard. ## Extension code ``` javascript const fixProvider = { provideCodeActions: function(document, range, context, token) { return [{ title: "Command", command: "cursorUp" }]; } }; function activate(context) { const fixer = vscode.languages.registerCodeActionsProvider("javascript", fixProvider); context.subscriptions.push(fixer); } ``` ## Test code ``` javascript hello(); ``` ![code-action](https://cloud.githubusercontent.com/assets/10324676/12372551/4c9c6558-bc65-11e5-9be7-97f44bd95995.gif)
289
[]
0
False
2047
Warnings disappear when opening files from the Error and Warnings quick box
2016-01-15 14:20:50+00:00
2016-06-29 14:21:41+00:00
I have a task defined that uses a problem matcher to create warnings. Assume it creates 5 warnings for file A and 2 warnings for file B. The total warning count shown in the status bar is now 7. Now follow these steps: - Open `View>Show Errors and Warnings` - Navigate to file A (do not fix any warnings) - Open `View>Show Errors and Warnings` again - Navigate to file B At this point the warning count in the status bar drops to 2. This is confusing since without doing anything the 5 warnings have disappeared. The reason is that when I open file A from Errors and Warnings it isn't put into the working files. Then when I open file B, File A is closed and its markers get cleared. To avoid this confusion I suggest that opening a file from Errors and Warnings puts the file into the 'Working files' section, that is, the file is kept open and the warnings do not disappear. So the effect would be the same as if I double clicked the file from the explorer. Assigning to Jo as the owner of diagnostics and the Errors and Warnings quick box. @dbaeumer fyi.
completed
Warnings disappear when opening files from the Error and Warnings quick box I have a task defined that uses a problem matcher to create warnings. Assume it creates 5 warnings for file A and 2 warnings for file B. The total warning count shown in the status bar is now 7. Now follow these steps: - Open `View>Show Errors and Warnings` - Navigate to file A (do not fix any warnings) - Open `View>Show Errors and Warnings` again - Navigate to file B At this point the warning count in the status bar drops to 2. This is confusing since without doing anything the 5 warnings have disappeared. The reason is that when I open file A from Errors and Warnings it isn't put into the working files. Then when I open file B, File A is closed and its markers get cleared. To avoid this confusion I suggest that opening a file from Errors and Warnings puts the file into the 'Working files' section, that is, the file is kept open and the warnings do not disappear. So the effect would be the same as if I double clicked the file from the explorer. Assigning to Jo as the owner of diagnostics and the Errors and Warnings quick box. @dbaeumer fyi.
285
[]
0
False
2040
Debug: viewlet should implement focus() method
2016-01-15 10:05:48+00:00
2016-01-22 13:53:49+00:00
This method is called in various cases, e.g. when triggering the viewlet action from the left activity bar. You should pass on focus to one of your trees in the split views, ideally the one that last had focus.
completed
Debug: viewlet should implement focus() method This method is called in various cases, e.g. when triggering the viewlet action from the left activity bar. You should pass on focus to one of your trees in the split views, ideally the one that last had focus.
64
[]
0
False
2039
Theme picker no longer applies theme while navigating through list
2016-01-15 09:53:14+00:00
2016-01-15 13:20:24+00:00
@jrieken a regression from the picker work maybe?
completed
Theme picker no longer applies theme while navigating through list @jrieken a regression from the picker work maybe?
30
[]
0
False
2031
Commands: inconsistent matching
2016-01-14 18:15:40+00:00
2016-01-15 08:44:51+00:00
I still do not like that our camel case matcher kicks in for commands though. So I would expect that `Focus Right` matches on `Focus into Right Hand Editor` as well as `Focus into Next Editor to the Right`.
completed
Commands: inconsistent matching I still do not like that our camel case matcher kicks in for commands though. So I would expect that `Focus Right` matches on `Focus into Right Hand Editor` as well as `Focus into Next Editor to the Right`.
66
[]
0
False
2027
Suggest widget stalls typing
2016-01-14 16:58:29+00:00
2016-01-14 19:47:06+00:00
- open viewLine.ts - after the first interface in the file type as fast as you can - `class HorizontalRange implements EditorBrowser.IHorizontalRange` Please observe the 153ms stall due to `onDidSuggest` > `refresh` ![image](https://cloud.githubusercontent.com/assets/5047891/12331073/46dddcce-bae8-11e5-8ad5-d174b972478f.png)
completed
Suggest widget stalls typing - open viewLine.ts - after the first interface in the file type as fast as you can - `class HorizontalRange implements EditorBrowser.IHorizontalRange` Please observe the 153ms stall due to `onDidSuggest` > `refresh` ![image](https://cloud.githubusercontent.com/assets/5047891/12331073/46dddcce-bae8-11e5-8ad5-d174b972478f.png)
123
[]
0
False
2026
show full path when source is not available
2016-01-14 16:57:04+00:00
2016-01-22 13:45:08+00:00
If source is not available you can only find the full path of the file by hovering over the stackframe entry. I suggest that we show the full path in the fake editor.
completed
show full path when source is not available If source is not available you can only find the full path of the file by hovering over the stackframe entry. I suggest that we show the full path in the fake editor.
49
[]
0
False
2025
losing new breakpoints and current launch-configs on auto updating VS Code
2016-01-14 16:53:38+00:00
2016-01-14 17:09:38+00:00
Whenever I auto update VS Code, newly selected launch config or newly created breakpoints are lost.
completed
losing new breakpoints and current launch-configs on auto updating VS Code Whenever I auto update VS Code, newly selected launch config or newly created breakpoints are lost.
45
[]
0
False
2023
De-indenting does not update visible workspace position to show cursor
2016-01-14 15:07:56+00:00
2017-04-10 13:02:26+00:00
When I press "shift+tab" or "shift+[" line is correctly de-indented, but if my file workspace is viewed not from "col 0" it can cause that cursor disappears from view. Position is updated correctly after pressing any key, but from my point of view it would be better if the cursor was still visible while de-indenting. [Windows 7 64-bit] [Visual Studio Code 0.10.6]
completed
De-indenting does not update visible workspace position to show cursor When I press "shift+tab" or "shift+[" line is correctly de-indented, but if my file workspace is viewed not from "col 0" it can cause that cursor disappears from view. Position is updated correctly after pressing any key, but from my point of view it would be better if the cursor was still visible while de-indenting. [Windows 7 64-bit] [Visual Studio Code 0.10.6]
118
[]
0
False
2022
call ConfigurationDoneRequest only if debug adapter supports this
2016-01-14 15:06:07+00:00
2016-01-22 20:21:12+00:00
Only call `ConfigurationDoneRequest` if `InitializeRequest` returns a value of true for the `supportsConfigurationDoneRequest`.
completed
call ConfigurationDoneRequest only if debug adapter supports this Only call `ConfigurationDoneRequest` if `InitializeRequest` returns a value of true for the `supportsConfigurationDoneRequest`.
58
[]
0
False
2015
[php] heredocs not colored
2016-01-14 13:45:52+00:00
2017-02-23 20:24:16+00:00
I just ran into an error in parsing PHP in VS Code. This is an example: ```php $myVar=<<<EOT test content EOT; ``` This is parsed fine but as soon as I insert a space or a tab after "EOT;" it breaks as it still sees this line as the end of the Heredoc string. However, only the "end word" (in this case EOT) and an optional semicolon is allowed, to other characters. So the parsing in this case must only except the end word and the optional semicolon.
completed
[php] heredocs not colored I just ran into an error in parsing PHP in VS Code. This is an example: ```php $myVar=<<<EOT test content EOT; ``` This is parsed fine but as soon as I insert a space or a tab after "EOT;" it breaks as it still sees this line as the end of the Heredoc string. However, only the "end word" (in this case EOT) and an optional semicolon is allowed, to other characters. So the parsing in this case must only except the end word and the optional semicolon.
139
[]
0
False
2010
Accessibility: Tab focus moves into hidden find widget
2016-01-14 10:39:13+00:00
2016-01-14 12:24:50+00:00
Although it is hidden, the find widget accepts tab focus.
completed
Accessibility: Tab focus moves into hidden find widget Although it is hidden, the find widget accepts tab focus.
28
[]
0
False
2009
Fuzzy search sorting seems broken
2016-01-14 10:36:57+00:00
2016-01-14 10:48:37+00:00
Step 1 all is good ![screen shot 2016-01-14 at 11 36 06](https://cloud.githubusercontent.com/assets/1926584/12322221/0e3658ae-bab3-11e5-8e8d-3bb03e98933a.png) Step 2 all is broken ![screen shot 2016-01-14 at 11 35 25](https://cloud.githubusercontent.com/assets/1926584/12322204/f2d3c326-bab2-11e5-947d-8fcd867375b6.png)
completed
Fuzzy search sorting seems broken Step 1 all is good ![screen shot 2016-01-14 at 11 36 06](https://cloud.githubusercontent.com/assets/1926584/12322221/0e3658ae-bab3-11e5-8e8d-3bb03e98933a.png) Step 2 all is broken ![screen shot 2016-01-14 at 11 35 25](https://cloud.githubusercontent.com/assets/1926584/12322204/f2d3c326-bab2-11e5-947d-8fcd867375b6.png)
137
[]
0
False
2005
MD content renderer is off
2016-01-14 10:13:07+00:00
2016-01-22 10:45:16+00:00
We [have](https://github.com/Microsoft/vscode/blob/master/src/vs/base/browser/htmlContentRenderer.ts#L283) a little markdown renderer that support bold, italic, and link but I think it wrong wrt to bold and italic. It uses `*` and `_` instead of `**` or `__` (bold) and `*` or `_` (italic). I might be wrong but at least it isn't consistent with markdown here on github.
completed
MD content renderer is off We [have](https://github.com/Microsoft/vscode/blob/master/src/vs/base/browser/htmlContentRenderer.ts#L283) a little markdown renderer that support bold, italic, and link but I think it wrong wrt to bold and italic. It uses `*` and `_` instead of `**` or `__` (bold) and `*` or `_` (italic). I might be wrong but at least it isn't consistent with markdown here on github.
136
[]
0
False
1998
Update the win32 binary's Product Name to Visual Studio Code
2016-01-14 03:22:57+00:00
2016-01-21 14:59:25+00:00
The current product name is "Code", we should use the full name "Visual Studio Code". ![properties](https://cloud.githubusercontent.com/assets/1487073/12314997/04e5e6f8-ba2b-11e5-8a79-5e1b95d8cc78.png)
completed
Update the win32 binary's Product Name to Visual Studio Code The current product name is "Code", we should use the full name "Visual Studio Code". ![properties](https://cloud.githubusercontent.com/assets/1487073/12314997/04e5e6f8-ba2b-11e5-8a79-5e1b95d8cc78.png)
92
[]
0
False
1991
Renaming local variable in Javascript crashes with "Maximum call stack size exceeded"
2016-01-13 18:13:44+00:00
2016-01-20 17:38:45+00:00
See this handy gif: ![visual-studio-fail](https://cloud.githubusercontent.com/assets/79215/12303205/e97ba5a8-b9dd-11e5-9ea0-2b852101ac42.gif) Here's a snippy snip of the last line of the developer console: ``` RangeError: Maximum call stack size exceeded: RangeError: Maximum call stack size exceeded at o (typescriptServices.js:10) at n (typescriptServices.js:10) at r (typescriptServices.js:10) at o (typescriptServices.js:10) at n (typescriptServices.js:10) at r (typescriptServices.js:10) at o (typescriptServices.js:10) at n (typescriptServices.js:10) at r (typescriptServices.js:10) at o (typescriptServices.js:10)e.doShow @ workbench.main.js:63 workbench.main.js:16 Main Thread sent to worker the following message:e._onError @ workbench.main.js:16e._onmessage @ workbench.main.js:16e._onSerializedMessage @ workbench.main.js:16(anonymous function) @ workbench.main.js:16worker.onmessage @ workbench.main.js:19 workbench.main.js:16 Object {type: "threadService", payload: Array[3]} workbench.main.js:16 And the worker replied with an error:e._onError @ workbench.main.js:16e._onmessage @ workbench.main.js:16e._onSerializedMessage @ workbench.main.js:16(anonymous function) @ workbench.main.js:16worker.onmessage @ workbench.main.js:19 workbench.main.js:16 Object {stack: "RangeError: Maximum call stack size exceeded↵ a…ript/common/js/importAndExportRewriter.js:4:3903)", message: "RangeError: Maximum call stack size exceeded"} workbench.main.js:91 RangeError: Maximum call stack size exceeded: RangeError: Maximum call stack size exceeded at importAndExportRewriter.js:4 at r (typescriptServices.js:10) at Object.o [as forEachChild] (typescriptServices.js:10) at e._visitNode (importAndExportRewriter.js:4) at e.visitBinaryExpression (importAndExportRewriter.js:4) at importAndExportRewriter.js:4 at r (typescriptServices.js:10) at Object.o [as forEachChild] (typescriptServices.js:10) at e._visitNode (importAndExportRewriter.js:4) at e.visitBinaryExpression (importAndExportRewriter.js:4) ``` ...?
completed
Renaming local variable in Javascript crashes with "Maximum call stack size exceeded" See this handy gif: ![visual-studio-fail](https://cloud.githubusercontent.com/assets/79215/12303205/e97ba5a8-b9dd-11e5-9ea0-2b852101ac42.gif) Here's a snippy snip of the last line of the developer console: ``` RangeError: Maximum call stack size exceeded: RangeError: Maximum call stack size exceeded at o (typescriptServices.js:10) at n (typescriptServices.js:10) at r (typescriptServices.js:10) at o (typescriptServices.js:10) at n (typescriptServices.js:10) at r (typescriptServices.js:10) at o (typescriptServices.js:10) at n (typescriptServices.js:10) at r (typescriptServices.js:10) at o (typescriptServices.js:10)e.doShow @ workbench.main.js:63 workbench.main.js:16 Main Thread sent to worker the following message:e._onError @ workbench.main.js:16e._onmessage @ workbench.main.js:16e._onSerializedMessage @ workbench.main.js:16(anonymous function) @ workbench.main.js:16worker.onmessage @ workbench.main.js:19 workbench.main.js:16 Object {type: "threadService", payload: Array[3]} workbench.main.js:16 And the worker replied with an error:e._onError @ workbench.main.js:16e._onmessage @ workbench.main.js:16e._onSerializedMessage @ workbench.main.js:16(anonymous function) @ workbench.main.js:16worker.onmessage @ workbench.main.js:19 workbench.main.js:16 Object {stack: "RangeError: Maximum call stack size exceeded↵ a…ript/common/js/importAndExportRewriter.js:4:3903)", message: "RangeError: Maximum call stack size exceeded"} workbench.main.js:91 RangeError: Maximum call stack size exceeded: RangeError: Maximum call stack size exceeded at importAndExportRewriter.js:4 at r (typescriptServices.js:10) at Object.o [as forEachChild] (typescriptServices.js:10) at e._visitNode (importAndExportRewriter.js:4) at e.visitBinaryExpression (importAndExportRewriter.js:4) at importAndExportRewriter.js:4 at r (typescriptServices.js:10) at Object.o [as forEachChild] (typescriptServices.js:10) at e._visitNode (importAndExportRewriter.js:4) at e.visitBinaryExpression (importAndExportRewriter.js:4) ``` ...?
739
[]
0
False
1990
Octicon support lost from status bar?
2016-01-13 16:36:44+00:00
2016-01-18 15:55:29+00:00
Maybe I am in some weird intermediate state because I triggered a build this afternoon and now my status bar extension is no longer showing Octicons: ![image](https://cloud.githubusercontent.com/assets/900690/12300530/2f8b34d0-ba1c-11e5-8911-2b77165b1f36.png) @jrieken fyi
completed
Octicon support lost from status bar? Maybe I am in some weird intermediate state because I triggered a build this afternoon and now my status bar extension is no longer showing Octicons: ![image](https://cloud.githubusercontent.com/assets/900690/12300530/2f8b34d0-ba1c-11e5-8911-2b77165b1f36.png) @jrieken fyi
100
[]
0
False
1986
Unable to diff
2016-01-13 12:40:16+00:00
2016-01-13 14:54:24+00:00
Not sure who's working on this @joaomoreno @bpasero @jrieken In selfhost, sometimes it works, but oftentimes I hit this: ![image](https://cloud.githubusercontent.com/assets/5047891/12294471/059724ac-b9fb-11e5-9e4b-5b51a8652910.png)
completed
Unable to diff Not sure who's working on this @joaomoreno @bpasero @jrieken In selfhost, sometimes it works, but oftentimes I hit this: ![image](https://cloud.githubusercontent.com/assets/5047891/12294471/059724ac-b9fb-11e5-9e4b-5b51a8652910.png)
95
[]
0
False
1985
clearing breakpoints does not work
2016-01-13 12:26:09+00:00
2016-01-13 14:12:25+00:00
clearing breakpoints no longer sends a setBreakPoints request.
completed
clearing breakpoints does not work clearing breakpoints no longer sends a setBreakPoints request.
28
[]
0
False
1983
DiffEditorWidget.setModel: Original model is null.
2016-01-13 12:02:32+00:00
2016-01-13 14:12:12+00:00
Do some changes, open some files, try to view the changes in the diff view. Only started happening today (vscode cf459844188555d540353402b6849c2d91c05289). I occassionaly get the following: ![screen shot 2016-01-13 at 13 01 44](https://cloud.githubusercontent.com/assets/1926584/12293739/d3186c52-b9f5-11e5-9ab2-a1d838cae5d9.png)
completed
DiffEditorWidget.setModel: Original model is null. Do some changes, open some files, try to view the changes in the diff view. Only started happening today (vscode cf459844188555d540353402b6849c2d91c05289). I occassionaly get the following: ![screen shot 2016-01-13 at 13 01 44](https://cloud.githubusercontent.com/assets/1926584/12293739/d3186c52-b9f5-11e5-9ab2-a1d838cae5d9.png)
137
[]
0
False
1982
Keep getting error ENOENT: no such file or directory, lstat 'w:\cygdrive'
2016-01-13 11:32:18+00:00
2016-01-19 13:31:12+00:00
I started getting this error when a node project is open. Happens on a Windows 7 machine with regular node and cygwin installed. Is there any way to debug and see what is calling the lstat command on this malformed path?
completed
Keep getting error ENOENT: no such file or directory, lstat 'w:\cygdrive' I started getting this error when a node project is open. Happens on a Windows 7 machine with regular node and cygwin installed. Is there any way to debug and see what is calling the lstat command on this malformed path?
81
[]
0
False
1981
Error after update
2016-01-13 11:01:58+00:00
2016-01-13 11:23:23+00:00
After the installer finished: ![image](https://cloud.githubusercontent.com/assets/5047891/12292439/6bbc68e0-b9ed-11e5-90d6-f7d73e3de7f9.png)
completed
Error after update After the installer finished: ![image](https://cloud.githubusercontent.com/assets/5047891/12292439/6bbc68e0-b9ed-11e5-90d6-f7d73e3de7f9.png)
66
[]
0
False
1980
Selection highlighting matches regex if activated in local search.
2016-01-13 10:05:58+00:00
2016-01-14 10:23:15+00:00
Unless it is a feature: Correct: ![bug1](https://cloud.githubusercontent.com/assets/4148534/12291018/14c3c19e-b9e5-11e5-8816-407ea50c3527.PNG) Bug: ![bug2](https://cloud.githubusercontent.com/assets/4148534/12291087/7c22e568-b9e5-11e5-9f79-580937ae9a50.PNG)
completed
Selection highlighting matches regex if activated in local search. Unless it is a feature: Correct: ![bug1](https://cloud.githubusercontent.com/assets/4148534/12291018/14c3c19e-b9e5-11e5-8816-407ea50c3527.PNG) Bug: ![bug2](https://cloud.githubusercontent.com/assets/4148534/12291087/7c22e568-b9e5-11e5-9f79-580937ae9a50.PNG)
138
[]
0
False
1978
launch.json: irritating squiggly description for relative paths
2016-01-13 09:36:34+00:00
2016-01-19 13:29:46+00:00
when hovering over the new warning squigglies in launch.json I get this message: ![2016-01-13 10-21-16](https://cloud.githubusercontent.com/assets/1898161/12290065/c9b050fa-b9df-11e5-887d-fcff978fdeac.png) This is very irritating for two reasons: - Am I really supposed to understand the regular expression? - the readable description does not explain what the problem is. Ideally we should not show the reg exp itself but the semantic of it, e.g. "Not an absolute path". And the description should say: "Absolute path to the program. Relative paths will no longer be converted to absolute ones automatically. Consider using ${workspaceRoot} as a prefix."
completed
launch.json: irritating squiggly description for relative paths when hovering over the new warning squigglies in launch.json I get this message: ![2016-01-13 10-21-16](https://cloud.githubusercontent.com/assets/1898161/12290065/c9b050fa-b9df-11e5-887d-fcff978fdeac.png) This is very irritating for two reasons: - Am I really supposed to understand the regular expression? - the readable description does not explain what the problem is. Ideally we should not show the reg exp itself but the semantic of it, e.g. "Not an absolute path". And the description should say: "Absolute path to the program. Relative paths will no longer be converted to absolute ones automatically. Consider using ${workspaceRoot} as a prefix."
202
[]
0
False
1977
Content Widgets don't render if the position is outside viewport
2016-01-13 09:36:21+00:00
2016-01-13 10:26:56+00:00
![contentwidgets](https://cloud.githubusercontent.com/assets/5047891/12290335/77b2779a-b9e1-11e5-9307-3946876abdd3.gif)
completed
Content Widgets don't render if the position is outside viewport ![contentwidgets](https://cloud.githubusercontent.com/assets/5047891/12290335/77b2779a-b9e1-11e5-9307-3946876abdd3.gif)
73
[]
0
False
1969
[CSS] [HTML] Expanded IntelliSense window shows "undefined" for CSS and HTML
2016-01-13 02:17:38+00:00
2016-01-27 11:37:37+00:00
See: ![screen shot 2016-01-12 at 6 03 36 pm](https://cloud.githubusercontent.com/assets/465069/12283070/5b53ceca-b958-11e5-9d14-ee42b95f1fdb.png) I think this shows what interface a method belongs to in JS? It should either be hidden for CSS/HTML or provide different info there, such as maybe the browser support info or the syntax/code same provided in the css-scheme.xml file. Perhaps for CSS values it could show the property it belongs to, which is closer to what I think JS is showing?
completed
[CSS] [HTML] Expanded IntelliSense window shows "undefined" for CSS and HTML See: ![screen shot 2016-01-12 at 6 03 36 pm](https://cloud.githubusercontent.com/assets/465069/12283070/5b53ceca-b958-11e5-9d14-ee42b95f1fdb.png) I think this shows what interface a method belongs to in JS? It should either be hidden for CSS/HTML or provide different info there, such as maybe the browser support info or the syntax/code same provided in the css-scheme.xml file. Perhaps for CSS values it could show the property it belongs to, which is closer to what I think JS is showing?
175
[]
0
False
1965
Github extension fails to push (invalid password) with 35 length password
2016-01-12 22:28:22+00:00
2016-02-25 14:43:08+00:00
The github extension fails doing push with (authentication failed) 35 characters only alphanumeric password, the git bash client in cmd does the push (and the authentication) correctly.
completed
Github extension fails to push (invalid password) with 35 length password The github extension fails doing push with (authentication failed) 35 characters only alphanumeric password, the git bash client in cmd does the push (and the authentication) correctly.
66
[]
0
False
1961
Cannot develop my extension against latest
2016-01-12 16:50:01+00:00
2016-01-13 15:07:46+00:00
With the latest changes from #970 I can have `vscode: *` as engine and retrieve the latest vscode.d.ts to prepare my extension for the future. Tho when having it configured like that VS Code will not load my extension because the engine specifier isn't specific enough. We should agree and what we want here.
completed
Cannot develop my extension against latest With the latest changes from #970 I can have `vscode: *` as engine and retrieve the latest vscode.d.ts to prepare my extension for the future. Tho when having it configured like that VS Code will not load my extension because the engine specifier isn't specific enough. We should agree and what we want here.
83
[]
0
False
1960
[html] Cannot read property 'attributes' of undefined in htmlTags
2016-01-12 16:20:57+00:00
2016-01-12 16:21:43+00:00
Found in the console: TypeError: Cannot read property 'attributes' of undefined: TypeError: Cannot read property 'attributes' of undefined at Object.collectAttributes (file:///home/martinae/workspaces/vscode/out/vs/languages/html/common/htmlTags.js:220:60) at file:///home/martinae/workspaces/vscode/out/vs/languages/html/common/htmlWorker.js:231:26 at Array.forEach (native) at HTMLWorker.collectAttributeSuggestions (file:///home/martinae/workspaces/vscode/out/vs/languages/html/common/htmlWorker.js:230:32) at HTMLWorker.doSuggest (file:///home/martinae/workspaces/vscode/out/vs/languages/html/common/htmlWorker.js:303:26) at HTMLWorker.AbstractModeWorker.suggest (file:///home/martinae/workspaces/vscode/out/vs/editor/common/modes/abstractModeWorker.js:73:25) at HTMLWorker.suggestHTML (file:///home/martinae/workspaces/vscode/out/vs/languages/html/common/htmlWorker.js:283:45) at file:///home/martinae/workspaces/vscode/out/vs/languages/html/common/htmlWorker.js:279:30 at HTMLWorker._delegateToModeAtPosition (file:///home/martinae/workspaces/vscode/out/vs/languages/html/common/htmlWorker.js:72:20) at HTMLWorker.suggest (file:///home/martinae/workspaces/vscode/out/vs/languages/html/common/htmlWorker.js:275:25)
completed
[html] Cannot read property 'attributes' of undefined in htmlTags Found in the console: TypeError: Cannot read property 'attributes' of undefined: TypeError: Cannot read property 'attributes' of undefined at Object.collectAttributes (file:///home/martinae/workspaces/vscode/out/vs/languages/html/common/htmlTags.js:220:60) at file:///home/martinae/workspaces/vscode/out/vs/languages/html/common/htmlWorker.js:231:26 at Array.forEach (native) at HTMLWorker.collectAttributeSuggestions (file:///home/martinae/workspaces/vscode/out/vs/languages/html/common/htmlWorker.js:230:32) at HTMLWorker.doSuggest (file:///home/martinae/workspaces/vscode/out/vs/languages/html/common/htmlWorker.js:303:26) at HTMLWorker.AbstractModeWorker.suggest (file:///home/martinae/workspaces/vscode/out/vs/editor/common/modes/abstractModeWorker.js:73:25) at HTMLWorker.suggestHTML (file:///home/martinae/workspaces/vscode/out/vs/languages/html/common/htmlWorker.js:283:45) at file:///home/martinae/workspaces/vscode/out/vs/languages/html/common/htmlWorker.js:279:30 at HTMLWorker._delegateToModeAtPosition (file:///home/martinae/workspaces/vscode/out/vs/languages/html/common/htmlWorker.js:72:20) at HTMLWorker.suggest (file:///home/martinae/workspaces/vscode/out/vs/languages/html/common/htmlWorker.js:275:25)
497
[]
0
False
1956
Cannot convert object to primitive value in applicationinsights code
2016-01-12 11:48:58+00:00
2016-01-26 19:12:59+00:00
I see the following exception in the console. I believe it has to do with the exception thrown by the tslint extension (see https://github.com/Microsoft/vscode-tslint/issues/24) - install ts lint extension (version 0.5.4) - open a type script file, on the error dialog (tslint not installed) press cancel ``` TypeError: Cannot convert object to primitive value at new Error (native) at Client.trackException (/home/martinae/VSCode-linux-x64/resources/app/node_modules/applicationinsights/Library/Client.js:67:25) at e.log (file:////home/martinae/VSCode-linux-x64/resources/app/out/vs/workbench/workbench.main.js:91:1573) at t.handleEvent (file:////home/martinae/VSCode-linux-x64/resources/app/out/vs/workbench/workbench.main.js:45:31420) at t.e.publicLog (file:////home/martinae/VSCode-linux-x64/resources/app/out/vs/workbench/workbench.main.js:45:28598) at t.e.flushErrorBuffer (file:////home/martinae/VSCode-linux-x64/resources/app/out/vs/workbench/workbench.main.js:45:26607) at file:////home/martinae/VSCode-linux-x64/resources/app/out/vs/workbench/workbench.main.js:45:26467 ```
completed
Cannot convert object to primitive value in applicationinsights code I see the following exception in the console. I believe it has to do with the exception thrown by the tslint extension (see https://github.com/Microsoft/vscode-tslint/issues/24) - install ts lint extension (version 0.5.4) - open a type script file, on the error dialog (tslint not installed) press cancel ``` TypeError: Cannot convert object to primitive value at new Error (native) at Client.trackException (/home/martinae/VSCode-linux-x64/resources/app/node_modules/applicationinsights/Library/Client.js:67:25) at e.log (file:////home/martinae/VSCode-linux-x64/resources/app/out/vs/workbench/workbench.main.js:91:1573) at t.handleEvent (file:////home/martinae/VSCode-linux-x64/resources/app/out/vs/workbench/workbench.main.js:45:31420) at t.e.publicLog (file:////home/martinae/VSCode-linux-x64/resources/app/out/vs/workbench/workbench.main.js:45:28598) at t.e.flushErrorBuffer (file:////home/martinae/VSCode-linux-x64/resources/app/out/vs/workbench/workbench.main.js:45:26607) at file:////home/martinae/VSCode-linux-x64/resources/app/out/vs/workbench/workbench.main.js:45:26467 ```
420
[]
0
False
1952
Emmet and Intellisense overlap in SCCS files
2016-01-12 11:08:29+00:00
2017-06-01 05:09:13+00:00
Emmet is acting up in strange ways. When I type, as an example, "cp+tab" I expect "cursor: pointer". I know this is not the official emmet abbriviation. But even when I type "cur:p + tab" I get "cur:past" instead of "cursor:pointer". That VS Code extends other things is great. But when I type "cp", I at least expect "cursor: pointer " to be in the autocomplete window. It's not only an issue with the cursor abbriviation. I have it all the time with others properties too. This issue can be related to .scss files. I dont' know if it's like that in css files. Can this be fixed please.
completed
Emmet and Intellisense overlap in SCCS files Emmet is acting up in strange ways. When I type, as an example, "cp+tab" I expect "cursor: pointer". I know this is not the official emmet abbriviation. But even when I type "cur:p + tab" I get "cur:past" instead of "cursor:pointer". That VS Code extends other things is great. But when I type "cp", I at least expect "cursor: pointer " to be in the autocomplete window. It's not only an issue with the cursor abbriviation. I have it all the time with others properties too. This issue can be related to .scss files. I dont' know if it's like that in css files. Can this be fixed please.
188
[]
0
False
1951
Focus stuck in Code on raw X session without window manager
2016-01-12 10:59:33+00:00
2016-01-13 09:49:24+00:00
Hello. Normally, on the raw X (i.e. without window managers), a window under the mouse cursor is active: ![raw.gif](https://cloud.githubusercontent.com/assets/4298265/12261607/7a216b66-b965-11e5-9b99-198c6a7aedb1.gif) However, VSCode doesn't allow other windows to focus on even if the mouse cursor is over other windows: ![vs](https://cloud.githubusercontent.com/assets/4298265/12261639/bbe60958-b965-11e5-83af-ce770e27a6a2.gif) I'm using VSCode 0.10.6 on Linux. Running VSCode with `--disable-extensions` didn't solve the problem. This behavior is inconvenient. Why is this occurring and could you fix this? Thanks in advance for your answers. Regards, Terminus-IMRC.
completed
Focus stuck in Code on raw X session without window manager Hello. Normally, on the raw X (i.e. without window managers), a window under the mouse cursor is active: ![raw.gif](https://cloud.githubusercontent.com/assets/4298265/12261607/7a216b66-b965-11e5-9b99-198c6a7aedb1.gif) However, VSCode doesn't allow other windows to focus on even if the mouse cursor is over other windows: ![vs](https://cloud.githubusercontent.com/assets/4298265/12261639/bbe60958-b965-11e5-83af-ce770e27a6a2.gif) I'm using VSCode 0.10.6 on Linux. Running VSCode with `--disable-extensions` didn't solve the problem. This behavior is inconvenient. Why is this occurring and could you fix this? Thanks in advance for your answers. Regards, Terminus-IMRC.
238
[]
0
False
1949
Migrated autoSaveDelay formatting issues
2016-01-12 10:51:05+00:00
2016-01-12 16:25:14+00:00
See the placement of the `,` below ``` json // Place your settings in this file to overwrite the default settings { "editor.renderWhitespace": true, "editor.wrappingColumn": 0 // Migrated from previous File | Auto Save setting: , "files.autoSaveDelay": 1 } ```
completed
Migrated autoSaveDelay formatting issues See the placement of the `,` below ``` json // Place your settings in this file to overwrite the default settings { "editor.renderWhitespace": true, "editor.wrappingColumn": 0 // Migrated from previous File | Auto Save setting: , "files.autoSaveDelay": 1 } ```
96
[]
0
False
1948
gulp watch sometimes partially fails
2016-01-12 10:48:33+00:00
2016-03-07 11:09:21+00:00
No real steps to repro. The annoying thing is that the `watch-client` task fails, but the rest of the watch tasks are fine and even the file watcher on the `vs` folder still works: ``` *** Starting... [11:34:21] [emit code] c:/Alex/src/vscode/src/vs/editor/common/editorAction.js [11:34:21] [check syntax] c:/Alex/src/vscode/src/vs/editor/common/editorAction.ts [11:34:21] [check semantics] c:/Alex/src/vscode/src/vs/editor/common/editorAction.ts [11:34:21] [tsb] time: 1312ms mem: 547MB Δ3 *** Finished with 0 errors. ``` This makes me think gulp watch is working, but in effect, it is not writing to disk the generated js files. IMHO it would be better if the entire thing would die rather than log output that indicates it is running fine (picking up on file changes, compiling them, but then not emitting the js). ``` [10:16:37] 'watch-client' errored after 21 h [10:16:37] Error: EISDIR, open 'c:\Alex\src\vscode\out\vs\workbench\api\common' at Error (native) ```
completed
gulp watch sometimes partially fails No real steps to repro. The annoying thing is that the `watch-client` task fails, but the rest of the watch tasks are fine and even the file watcher on the `vs` folder still works: ``` *** Starting... [11:34:21] [emit code] c:/Alex/src/vscode/src/vs/editor/common/editorAction.js [11:34:21] [check syntax] c:/Alex/src/vscode/src/vs/editor/common/editorAction.ts [11:34:21] [check semantics] c:/Alex/src/vscode/src/vs/editor/common/editorAction.ts [11:34:21] [tsb] time: 1312ms mem: 547MB Δ3 *** Finished with 0 errors. ``` This makes me think gulp watch is working, but in effect, it is not writing to disk the generated js files. IMHO it would be better if the entire thing would die rather than log output that indicates it is running fine (picking up on file changes, compiling them, but then not emitting the js). ``` [10:16:37] 'watch-client' errored after 21 h [10:16:37] Error: EISDIR, open 'c:\Alex\src\vscode\out\vs\workbench\api\common' at Error (native) ```
338
[]
0
False
1944
Find widget counter is cropped
2016-01-12 09:43:27+00:00
2016-01-28 10:03:54+00:00
![image](https://cloud.githubusercontent.com/assets/22350/12259949/489663b8-b919-11e5-81d5-7bdbfc4d58a6.png) OS X
completed
Find widget counter is cropped ![image](https://cloud.githubusercontent.com/assets/22350/12259949/489663b8-b919-11e5-81d5-7bdbfc4d58a6.png) OS X
63
[]
0
False
1942
Issue installing extensions behind authenticated proxy
2016-01-12 08:58:01+00:00
2016-01-13 15:08:35+00:00
From @FloMaetschke: I have set http.proxy, https.proxy and http.proxyStrictSSL = false, I want to install extensions: CTRL + P: enter: > inst .. wait a moment, select "Extensions: Install Extensions". With the latest decembe release: I get a blue loading bar after a few seconds it says: "ERROR Unable to verify the first certificate" With your first build you posted here: https://github.com/Microsoft/vscode/issues/155#issuecomment-169963541 I just get an endless loading bar and nothing happens. With your second build you posted here: https://github.com/Microsoft/vscode/issues/155#issuecomment-170519605 I just happens nothing, it instantly closes the prompt without any result. Any idea? UPDATE: I have had a look into the developer console. With both of your builds, vs code tries to load the extensions stuff. But our enterprise proxy returns a ``` Access Denied (authentication_failed) Your credentials could not be authenticated: "Credentials are missing.". You will not be permitted access until your credentials can be verified. This is typically caused by an incorrect username and/or password. ``` My settings.json looks like this: ``` // Place your settings in this file to overwrite default and user settings. { //-------- HTTP configuration -------- // The proxy setting to use. If not set will be taken from the http_proxy and https_proxy environment variables "http.proxy": "http://myusername:[email protected]:8080", "https.proxy": "http://myusername:[email protected]:8080", // Whether the proxy server certificate should be verified against the list of supplied CAs. "http.proxyStrictSSL": false, } ``` The thing is, i am acutally using the same source of the http.proxy value in my git, npm and bower proxy config. I Also set this up for HTTP_PROXY and HTTPS_PROXY. Thats where i copy/pasted it from. And well, it just works fine there.
completed
Issue installing extensions behind authenticated proxy From @FloMaetschke: I have set http.proxy, https.proxy and http.proxyStrictSSL = false, I want to install extensions: CTRL + P: enter: > inst .. wait a moment, select "Extensions: Install Extensions". With the latest decembe release: I get a blue loading bar after a few seconds it says: "ERROR Unable to verify the first certificate" With your first build you posted here: https://github.com/Microsoft/vscode/issues/155#issuecomment-169963541 I just get an endless loading bar and nothing happens. With your second build you posted here: https://github.com/Microsoft/vscode/issues/155#issuecomment-170519605 I just happens nothing, it instantly closes the prompt without any result. Any idea? UPDATE: I have had a look into the developer console. With both of your builds, vs code tries to load the extensions stuff. But our enterprise proxy returns a ``` Access Denied (authentication_failed) Your credentials could not be authenticated: "Credentials are missing.". You will not be permitted access until your credentials can be verified. This is typically caused by an incorrect username and/or password. ``` My settings.json looks like this: ``` // Place your settings in this file to overwrite default and user settings. { //-------- HTTP configuration -------- // The proxy setting to use. If not set will be taken from the http_proxy and https_proxy environment variables "http.proxy": "http://myusername:[email protected]:8080", "https.proxy": "http://myusername:[email protected]:8080", // Whether the proxy server certificate should be verified against the list of supplied CAs. "http.proxyStrictSSL": false, } ``` The thing is, i am acutally using the same source of the http.proxy value in my git, npm and bower proxy config. I Also set this up for HTTP_PROXY and HTTPS_PROXY. Thats where i copy/pasted it from. And well, it just works fine there.
547
[]
0
False
1940
VSCode freezes if run as a background process on Linux (0.10.6)
2016-01-12 05:08:53+00:00
2016-06-01 07:41:20+00:00
I could start it easily from a terminal as a background process in Fedora 23 (using ampersand). However, after an upgrade to 0.10.6 (64bit), it freezes soon after opening. It was not the case in the previous versions. I suspect it might be related to the git integration somehow. It freezes if a folder is under git source control. It does not freeze otherwise. When I run it with the verbose option, it stops right before prompting for my repository credentials (which it normally does if not frozen). vscode: Version 0.10.6 Commit a80232bbcfe8a5cdad1ebc98638673d9dcb02458 Date 2015-12-19T11:26:42.359Z Shell 0.34.5 Renderer 45.0.2454.85 Node 4.1.1 git: 2.5.0 Normal start-up (with a git repository address being changed): ``` text bash: cannot set terminal process group (-1): Inappropriate ioctl for device bash: no job control in this shell ### VSCode main.js ### /home/rbazhenov/Software/VSCode-linux-x64/resources/app { pathArguments: [ '/home/rbazhenov/Projects/ec+' ], programStart: 0, workers: -1, enablePerformance: false, verboseLogging: true, debugPluginHostPort: undefined, debugBrkPluginHost: undefined, logPluginHostCommunication: false, firstrun: false, openNewWindow: false, openInSameWindow: false, gotoLineMode: false, pluginHomePath: undefined, pluginDevelopmentPath: undefined, pluginTestsPath: undefined, disablePlugins: false } Lifecycle#unload() 1 IPC#vscode-workbenchLoaded Password for 'MYGITREPOADDRESS': ``` Failed start-up (freezes after opening): ``` text bash: cannot set terminal process group (-1): Inappropriate ioctl for device bash: no job control in this shell ### VSCode main.js ### /home/rbazhenov/Software/VSCode-linux-x64/resources/app { pathArguments: [ '/home/rbazhenov/Projects/ec+' ], programStart: 0, workers: -1, enablePerformance: false, verboseLogging: true, debugPluginHostPort: undefined, debugBrkPluginHost: undefined, logPluginHostCommunication: false, firstrun: false, openNewWindow: false, openInSameWindow: false, gotoLineMode: false, pluginHomePath: undefined, pluginDevelopmentPath: undefined, pluginTestsPath: undefined, disablePlugins: false } Lifecycle#unload() 1 IPC#vscode-workbenchLoaded ```
completed
VSCode freezes if run as a background process on Linux (0.10.6) I could start it easily from a terminal as a background process in Fedora 23 (using ampersand). However, after an upgrade to 0.10.6 (64bit), it freezes soon after opening. It was not the case in the previous versions. I suspect it might be related to the git integration somehow. It freezes if a folder is under git source control. It does not freeze otherwise. When I run it with the verbose option, it stops right before prompting for my repository credentials (which it normally does if not frozen). vscode: Version 0.10.6 Commit a80232bbcfe8a5cdad1ebc98638673d9dcb02458 Date 2015-12-19T11:26:42.359Z Shell 0.34.5 Renderer 45.0.2454.85 Node 4.1.1 git: 2.5.0 Normal start-up (with a git repository address being changed): ``` text bash: cannot set terminal process group (-1): Inappropriate ioctl for device bash: no job control in this shell ### VSCode main.js ### /home/rbazhenov/Software/VSCode-linux-x64/resources/app { pathArguments: [ '/home/rbazhenov/Projects/ec+' ], programStart: 0, workers: -1, enablePerformance: false, verboseLogging: true, debugPluginHostPort: undefined, debugBrkPluginHost: undefined, logPluginHostCommunication: false, firstrun: false, openNewWindow: false, openInSameWindow: false, gotoLineMode: false, pluginHomePath: undefined, pluginDevelopmentPath: undefined, pluginTestsPath: undefined, disablePlugins: false } Lifecycle#unload() 1 IPC#vscode-workbenchLoaded Password for 'MYGITREPOADDRESS': ``` Failed start-up (freezes after opening): ``` text bash: cannot set terminal process group (-1): Inappropriate ioctl for device bash: no job control in this shell ### VSCode main.js ### /home/rbazhenov/Software/VSCode-linux-x64/resources/app { pathArguments: [ '/home/rbazhenov/Projects/ec+' ], programStart: 0, workers: -1, enablePerformance: false, verboseLogging: true, debugPluginHostPort: undefined, debugBrkPluginHost: undefined, logPluginHostCommunication: false, firstrun: false, openNewWindow: false, openInSameWindow: false, gotoLineMode: false, pluginHomePath: undefined, pluginDevelopmentPath: undefined, pluginTestsPath: undefined, disablePlugins: false } Lifecycle#unload() 1 IPC#vscode-workbenchLoaded ```
724
[]
0
False
1923
IntelliSense filtering has become slow again in huge lists
2016-01-11 12:34:05+00:00
2016-01-25 20:17:58+00:00
Copied from the inital issue (https://github.com/Microsoft/vscode-extensionbuilders/issues/80) > Let's see this scenario: > - The cursor is placed on whitespace inside a method > - The user asks for completions by pressing `CTRL + Space` > - The language service is being asked to provide all suggestions > - The suggestion box pops up containing all 20k symbols > - The user types the character `f` > - **VSCode hangs for ~8 seconds** until the letter is displayed and the suggestion box shows only suggestions containing an `f`. (VSCode doesn't ask for suggestions twice. All the time is spent outside the language service. ) > - typing the next letter is being processed faster but it's still slow. @joaomoreno fixed this issue on 2015-11-06 telling that there were too many event listeners. With the December update it has become slow again. VSCode hangs now for **~10 seconds** working on the same suggestion list. I really hope it's going to be fast again with the January update. It's not funny to work in huge projects now.
completed
IntelliSense filtering has become slow again in huge lists Copied from the inital issue (https://github.com/Microsoft/vscode-extensionbuilders/issues/80) > Let's see this scenario: > - The cursor is placed on whitespace inside a method > - The user asks for completions by pressing `CTRL + Space` > - The language service is being asked to provide all suggestions > - The suggestion box pops up containing all 20k symbols > - The user types the character `f` > - **VSCode hangs for ~8 seconds** until the letter is displayed and the suggestion box shows only suggestions containing an `f`. (VSCode doesn't ask for suggestions twice. All the time is spent outside the language service. ) > - typing the next letter is being processed faster but it's still slow. @joaomoreno fixed this issue on 2015-11-06 telling that there were too many event listeners. With the December update it has become slow again. VSCode hangs now for **~10 seconds** working on the same suggestion list. I really hope it's going to be fast again with the January update. It's not funny to work in huge projects now.
275
[]
0
False
1921
TypeError: Cannot convert object to primitive value
2016-01-11 10:41:45+00:00
2016-01-13 01:13:45+00:00
Found this in selfhost, not sure how helpful: ``` TypeError: Cannot convert object to primitive value at new Error (native) at Client.trackException (/Applications/Visual Studio Code.app/Contents/Resources/app/node_modules/applicationinsights/Library/Client.js:67:25) at e.log (file:////Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:91:1573) at t.handleEvent (file:////Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:45:31420) at t.e.publicLog (file:////Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:45:28598) at t.e.flushErrorBuffer (file:////Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:45:26607) at file:////Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:45:26467 ```
completed
TypeError: Cannot convert object to primitive value Found this in selfhost, not sure how helpful: ``` TypeError: Cannot convert object to primitive value at new Error (native) at Client.trackException (/Applications/Visual Studio Code.app/Contents/Resources/app/node_modules/applicationinsights/Library/Client.js:67:25) at e.log (file:////Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:91:1573) at t.handleEvent (file:////Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:45:31420) at t.e.publicLog (file:////Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:45:28598) at t.e.flushErrorBuffer (file:////Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:45:26607) at file:////Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:45:26467 ```
349
[]
0
False
1919
User settings location has changes
2016-01-11 09:59:02+00:00
2016-01-11 10:06:35+00:00
Linux Since a few days the location of the user settings is new: new location ~/.config/chromium/Code/User used to be ~/.config/Code/User
completed
User settings location has changes Linux Since a few days the location of the user settings is new: new location ~/.config/chromium/Code/User used to be ~/.config/Code/User
51
[]
0
False
1914
NPE when there is only one find match
2016-01-10 20:21:02+00:00
2016-01-10 20:25:20+00:00
- find something in a file - ensure there is only one find match - press <kbd>F3</kbd> Observe: ![image](https://cloud.githubusercontent.com/assets/5047891/12223765/f816de34-b7df-11e5-82cc-82551d151fbe.png)
completed
NPE when there is only one find match - find something in a file - ensure there is only one find match - press <kbd>F3</kbd> Observe: ![image](https://cloud.githubusercontent.com/assets/5047891/12223765/f816de34-b7df-11e5-82cc-82551d151fbe.png)
92
[]
0
False
1913
tasks.json support buggy?
2016-01-10 18:43:58+00:00
2016-01-11 10:54:02+00:00
I have the tasks.json file below. I wish there was an integrated deploy task, and that we could natively have multiple top-level tasks defined that each can have their own command but according to various posts out there, we cannot and this kind of workaround is recommended. But it isn't working for me. You can see that I'm asking to show the output, but when I run the build task via the keyboard shortcut or the <kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>p</kbd> menu, the spinner spins, the first command seems to get run (because I can see the output files get created) but the second doesn't run and doesn't generate any output to the output pane which VSCode makes visible. The third never runs either. If I move the `echo 42` to the first position then I'll see 42 in the output window _sometimes_ but it is inconsistent. If `echo 42` is first and `tsc` is second, tsc does not get run. The deploy.sh does generate output when run in the terminal, but even if it is first, it doesn't get run or generate output Also sometimes, the busy spinner in the bottom left corner gets stuck in the spinning mode, but the "Terminate Running Task" does nothing to fix it. I don't know if this is a task that is really still running, or just a UI that falls out of sync. Restarting VSCode fixes it. I even tried wrapping the args like `"args": ["\"echo 42\""]` because in the terminal `bash -c "echo 42"` and `bash -c ".\Deploy.sh"` work fine. This seems to have no effect sometimes but other times I get "bash: echo 42: command not found" in the output pane. I suspect there's some kind of delay in refreshing the tasks.json contents into VSCode's memory or something but I haven't really figured it out - I'm mostly just baffled. ``` json { "version": "0.1.0", "command": "bash", "isShellCommand": true, "showOutput": "always", "args": [ "-c" ], "tasks": [ { "taskName": "Typescript Compile", "suppressTaskName": true, "isBuildCommand": true, "args": ["tsc"], "problemMatcher": "$tsc", "showOutput": "always" }, { "taskName": "Deploy", "suppressTaskName": true, "isBuildCommand": true, "showOutput": "always", "args": ["${workspaceRoot}/Deploy.sh"] }, { "taskName": "Done", "suppressTaskName": true, "isBuildCommand": true, "showOutput": "always", "args": ["echo 42"] } ] } ```
completed
tasks.json support buggy? I have the tasks.json file below. I wish there was an integrated deploy task, and that we could natively have multiple top-level tasks defined that each can have their own command but according to various posts out there, we cannot and this kind of workaround is recommended. But it isn't working for me. You can see that I'm asking to show the output, but when I run the build task via the keyboard shortcut or the <kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>p</kbd> menu, the spinner spins, the first command seems to get run (because I can see the output files get created) but the second doesn't run and doesn't generate any output to the output pane which VSCode makes visible. The third never runs either. If I move the `echo 42` to the first position then I'll see 42 in the output window _sometimes_ but it is inconsistent. If `echo 42` is first and `tsc` is second, tsc does not get run. The deploy.sh does generate output when run in the terminal, but even if it is first, it doesn't get run or generate output Also sometimes, the busy spinner in the bottom left corner gets stuck in the spinning mode, but the "Terminate Running Task" does nothing to fix it. I don't know if this is a task that is really still running, or just a UI that falls out of sync. Restarting VSCode fixes it. I even tried wrapping the args like `"args": ["\"echo 42\""]` because in the terminal `bash -c "echo 42"` and `bash -c ".\Deploy.sh"` work fine. This seems to have no effect sometimes but other times I get "bash: echo 42: command not found" in the output pane. I suspect there's some kind of delay in refreshing the tasks.json contents into VSCode's memory or something but I haven't really figured it out - I'm mostly just baffled. ``` json { "version": "0.1.0", "command": "bash", "isShellCommand": true, "showOutput": "always", "args": [ "-c" ], "tasks": [ { "taskName": "Typescript Compile", "suppressTaskName": true, "isBuildCommand": true, "args": ["tsc"], "problemMatcher": "$tsc", "showOutput": "always" }, { "taskName": "Deploy", "suppressTaskName": true, "isBuildCommand": true, "showOutput": "always", "args": ["${workspaceRoot}/Deploy.sh"] }, { "taskName": "Done", "suppressTaskName": true, "isBuildCommand": true, "showOutput": "always", "args": ["echo 42"] } ] } ```
752
[]
0
False
1903
Clicking git sync icon should only push when there are local changes
2016-01-10 03:17:36+00:00
2016-01-27 11:37:37+00:00
When I clone a github repo, I often dont have write permissions to it. VS Code shows me in the bottom left corner how many different commits I have here and on the remote. When I click the sync icon, it first pulls, and then, even though it shows that I have zero new commits, does a push, which results in a git error. Git output: ``` git fetch git show HEAD:adapter/src/debugSession.ts git show HEAD:adapter/src/debugSession.ts git pull git show HEAD:adapter/src/debugSession.ts git show HEAD:adapter/src/debugSession.ts git push ERROR: Permission to Microsoft/vscode-debugadapter-node.git denied to felixfbecker. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ```
completed
Clicking git sync icon should only push when there are local changes When I clone a github repo, I often dont have write permissions to it. VS Code shows me in the bottom left corner how many different commits I have here and on the remote. When I click the sync icon, it first pulls, and then, even though it shows that I have zero new commits, does a push, which results in a git error. Git output: ``` git fetch git show HEAD:adapter/src/debugSession.ts git show HEAD:adapter/src/debugSession.ts git pull git show HEAD:adapter/src/debugSession.ts git show HEAD:adapter/src/debugSession.ts git push ERROR: Permission to Microsoft/vscode-debugadapter-node.git denied to felixfbecker. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ```
239
[]
0
False
1902
Git error message should include git output
2016-01-10 03:11:47+00:00
2017-04-25 14:08:12+00:00
Currently, when I try to switch branches while my work tree is dirty, I get a message "There was an issue doing a git operation. Please look at the git output." When I open the output, there is a one-line message, highlighted in red because it's printed to stderr, "could not switch branches because you have uncommited changes. Please stash or commit them." This error would have fit perfectly inside the Code error message. So, when there is an error, please just take what's printed to stderr, truncate it if needed, and show "Git error: <message>". If message is long, just truncate with ellipsis. The user can click Show Output to get the full message.
completed
Git error message should include git output Currently, when I try to switch branches while my work tree is dirty, I get a message "There was an issue doing a git operation. Please look at the git output." When I open the output, there is a one-line message, highlighted in red because it's printed to stderr, "could not switch branches because you have uncommited changes. Please stash or commit them." This error would have fit perfectly inside the Code error message. So, when there is an error, please just take what's printed to stderr, truncate it if needed, and show "Git error: <message>". If message is long, just truncate with ellipsis. The user can click Show Output to get the full message.
182
[]
0
False
1895
VS Code with NVM
2016-01-09 16:50:23+00:00
2016-01-13 10:29:37+00:00
Hi, thank you for great app. So, I hope VS Code sets specified environment variables when it starts. I use a NodeJS Version Manager such as nvm, then a path to NodeJS is not added to `PATH` until nvm do it. (Also `NODE_PATH`, `NODE_HOME`, etc.) That is, CLI of modules such as Gulp, Grunt, UglifyJS, etc. are not work as Task of VS Code. (VS Code can't find out these.) When I add to `PATH` a path to these CLIs such as `/path/to/nvm/v4.2.4` and call `code` command, these Tasks work fine. Or when I add a following line to `VS Code DIRECTORY/bin/code.js`. ``` js process.env['PATH'] += require('path').delimiter + '/path/to/nvm/v4.2.4'; ``` But, When VS Code is started from launcher such as Windows Start Menu, these are not work because `Code.exe` is called directly. As everyone knows, NodeJS is updated frequently. A better solution I think is that VS Code sets environment variables written in `settings.json` that was specified by user. Or user is given a chance such as "Startup Script(or Command)" to do something.
completed
VS Code with NVM Hi, thank you for great app. So, I hope VS Code sets specified environment variables when it starts. I use a NodeJS Version Manager such as nvm, then a path to NodeJS is not added to `PATH` until nvm do it. (Also `NODE_PATH`, `NODE_HOME`, etc.) That is, CLI of modules such as Gulp, Grunt, UglifyJS, etc. are not work as Task of VS Code. (VS Code can't find out these.) When I add to `PATH` a path to these CLIs such as `/path/to/nvm/v4.2.4` and call `code` command, these Tasks work fine. Or when I add a following line to `VS Code DIRECTORY/bin/code.js`. ``` js process.env['PATH'] += require('path').delimiter + '/path/to/nvm/v4.2.4'; ``` But, When VS Code is started from launcher such as Windows Start Menu, these are not work because `Code.exe` is called directly. As everyone knows, NodeJS is updated frequently. A better solution I think is that VS Code sets environment variables written in `settings.json` that was specified by user. Or user is given a chance such as "Startup Script(or Command)" to do something.
339
[]
0
False
1888
Mac OS X :: CMD + K, DownArrow shortcut doesn't work
2016-01-08 21:40:42+00:00
2017-03-24 11:50:42+00:00
The `CMD + K, Down Arrow` keyboard shortcut isn't working in the 0.10.6 release of Visual Studio Code on Mac OS X El Capitan. It just sits there waiting for the next key of the chord, until I finally hit escape, to cancel out. <img width="242" alt="screen shot 2016-01-08 at 2 39 17 pm" src="https://cloud.githubusercontent.com/assets/466713/12210249/c8d47c6a-b615-11e5-8197-b0e10c397a5f.png"> Cheers, Trevor Sullivan Microsoft MVP: PowerShell
completed
Mac OS X :: CMD + K, DownArrow shortcut doesn't work The `CMD + K, Down Arrow` keyboard shortcut isn't working in the 0.10.6 release of Visual Studio Code on Mac OS X El Capitan. It just sits there waiting for the next key of the chord, until I finally hit escape, to cancel out. <img width="242" alt="screen shot 2016-01-08 at 2 39 17 pm" src="https://cloud.githubusercontent.com/assets/466713/12210249/c8d47c6a-b615-11e5-8197-b0e10c397a5f.png"> Cheers, Trevor Sullivan Microsoft MVP: PowerShell
168
[]
0
False
1882
The counter should always have width >= height
2016-01-08 16:20:27+00:00
2016-01-11 09:50:58+00:00
IMHO, in the one digit case, there should be a min-width set to the oval such that the oval is either a circle or has its width larger than its height. ![image](https://cloud.githubusercontent.com/assets/5047891/12202793/dea2e656-b62b-11e5-9205-1e64ac201c3a.png)
completed
The counter should always have width >= height IMHO, in the one digit case, there should be a min-width set to the oval such that the oval is either a circle or has its width larger than its height. ![image](https://cloud.githubusercontent.com/assets/5047891/12202793/dea2e656-b62b-11e5-9205-1e64ac201c3a.png)
104
[]
0
False
1880
Dark+ theme: fields hard to see
2016-01-08 15:27:55+00:00
2016-01-12 09:20:27+00:00
See screen shot. The fields blur into the blue of the keywords. ![capture](https://cloud.githubusercontent.com/assets/1931590/12201442/c410945c-b624-11e5-959d-7dbe33f32889.png)
completed
Dark+ theme: fields hard to see See screen shot. The fields blur into the blue of the keywords. ![capture](https://cloud.githubusercontent.com/assets/1931590/12201442/c410945c-b624-11e5-959d-7dbe33f32889.png)
80
[]
0
False
1879
do not pass "address" attribute to launchRequest
2016-01-08 15:24:26+00:00
2016-02-02 11:33:15+00:00
For the launchRequest the debugAdapter receives an argument object that has an "address" attribute: ![2016-01-08 16-19-45](https://cloud.githubusercontent.com/assets/1898161/12201345/25d84c76-b624-11e5-88b4-2a5e3035fcc4.png) Since this is neither specified in the schema for "launch" nor is it one of the well-known attributes "type", "request", "debugServer", "name", or "preLaunchTask". Please remove "address" and make sure that only the expected arguments are passed to the "launch" and "attach" requests.
completed
do not pass "address" attribute to launchRequest For the launchRequest the debugAdapter receives an argument object that has an "address" attribute: ![2016-01-08 16-19-45](https://cloud.githubusercontent.com/assets/1898161/12201345/25d84c76-b624-11e5-88b4-2a5e3035fcc4.png) Since this is neither specified in the schema for "launch" nor is it one of the well-known attributes "type", "request", "debugServer", "name", or "preLaunchTask". Please remove "address" and make sure that only the expected arguments are passed to the "launch" and "attach" requests.
182
[]
0
False
1872
Installing an extension with multiple Code instances open
2016-01-08 12:15:36+00:00
2016-01-11 10:37:38+00:00
A colleague showed me something interesting today. He said he had multiple VS Code windows open (in Mac OS X) and installed an extension. He was notified that the installation was successful and that he should restart, so he clicked the restart button. As expected, the VS Code window closed and reopened and the extension was available. However, he then switched to another VS Code window and saw that his newly installed extension was unavailable. We noticed it was because clicking the restart button only restarts the active VS Code window, not all of them. So you might still have other CS Code windows that do not get the extension until they are manually restarted. What might potentially make this more complicated is that VS Code has the session restore setting and the default is to restore only 1 window. So if you kill all code processes and relaunch code, and the user had multiple open when they installed the extension, then by default only 1 of them will "restart" and the rest will remain closed. It might be an idea to temporarily change the editor setting to restore all, then kill all code processes and relaunch, then change the setting back... or maybe that's a terrible idea, but hey it's a suggestion!
completed
Installing an extension with multiple Code instances open A colleague showed me something interesting today. He said he had multiple VS Code windows open (in Mac OS X) and installed an extension. He was notified that the installation was successful and that he should restart, so he clicked the restart button. As expected, the VS Code window closed and reopened and the extension was available. However, he then switched to another VS Code window and saw that his newly installed extension was unavailable. We noticed it was because clicking the restart button only restarts the active VS Code window, not all of them. So you might still have other CS Code windows that do not get the extension until they are manually restarted. What might potentially make this more complicated is that VS Code has the session restore setting and the default is to restore only 1 window. So if you kill all code processes and relaunch code, and the user had multiple open when they installed the extension, then by default only 1 of them will "restart" and the rest will remain closed. It might be an idea to temporarily change the editor setting to restore all, then kill all code processes and relaunch, then change the setting back... or maybe that's a terrible idea, but hey it's a suggestion!
289
[]
0
False
1871
Linux: userData path changed due to Electron update
2016-01-08 11:44:32+00:00
2016-01-11 07:58:53+00:00
This is https://github.com/atom/electron/issues/3709 and means settings loss.
completed
Linux: userData path changed due to Electron update This is https://github.com/atom/electron/issues/3709 and means settings loss.
39
[]
0
False
1868
revealRange won't scroll horizontal with default reveal type.
2016-01-08 10:07:39+00:00
2016-01-12 11:02:34+00:00
https://code.visualstudio.com/docs/extensionAPI/vscode-api#TextEditor.revealRange `revealRange` won't scroll horizontally with default reveal type `TextEditorRevealType.Default`. `TextEditorRevealType.InCenterIfOutsideViewport` and `TextEditorRevealType.InCenter` works fine btw.
completed
revealRange won't scroll horizontal with default reveal type. https://code.visualstudio.com/docs/extensionAPI/vscode-api#TextEditor.revealRange `revealRange` won't scroll horizontally with default reveal type `TextEditorRevealType.Default`. `TextEditorRevealType.InCenterIfOutsideViewport` and `TextEditorRevealType.InCenter` works fine btw.
110
[]
0
False
1864
[themes] Comments are not colored
2016-01-08 09:01:03+00:00
2016-01-08 10:38:16+00:00
![screen shot 2016-01-08 at 10 00 29](https://cloud.githubusercontent.com/assets/1926584/12194233/b2b0ed32-b5ee-11e5-9393-35e2d2bf24e5.png) I see this for all languages and all themes in VSCode 27db7e99c6bf9832b77448636c75cd8fbbf62599
completed
[themes] Comments are not colored ![screen shot 2016-01-08 at 10 00 29](https://cloud.githubusercontent.com/assets/1926584/12194233/b2b0ed32-b5ee-11e5-9393-35e2d2bf24e5.png) I see this for all languages and all themes in VSCode 27db7e99c6bf9832b77448636c75cd8fbbf62599
110
[]
0
False
1863
Extensions: typing while search is running always resets progress back to 0
2016-01-08 08:51:08+00:00
2016-01-08 14:43:25+00:00
This looks very hectic imho.
completed
Extensions: typing while search is running always resets progress back to 0 This looks very hectic imho.
27
[]
0
False
1862
Proxy error: unable to get local issuer certificate
2016-01-08 08:41:17+00:00
2016-09-13 06:06:36+00:00
From @dogfish182 ![2016-01-07_18-35-46](https://cloud.githubusercontent.com/assets/5390419/12177701/d68119de-b56d-11e5-9a9d-d92e1bdca938.png) ``` unable to get local issuer certificate ```
completed
Proxy error: unable to get local issuer certificate From @dogfish182 ![2016-01-07_18-35-46](https://cloud.githubusercontent.com/assets/5390419/12177701/d68119de-b56d-11e5-9a9d-d92e1bdca938.png) ``` unable to get local issuer certificate ```
93
[]
0
False