Commit Graph
40442 Commits
Author SHA1 Message Date
Johannes Rieken 06701f533d add a bunch of strict field initializations 2019-07-31 12:30:30 +02:00
Johannes Rieken d5900c642b use editorForeground for deprecated line-through style, fixes #78225 2019-07-31 06:52:02 +02:00
Daniel Imms 7e230a290d Improve dimensions documentation
Fixes #78180
2019-07-30 18:02:11 -07:00
Peng Lyu 7a05099b0e Fix #75279. 2019-07-30 17:25:20 -07:00
Peng Lyu a3587cab61 Fix #72588. 2019-07-30 17:25:20 -07:00
SteVen Batten 1cee9f7dfb fixes #71580 2019-07-30 16:18:42 -07:00
Pine Wu ce15ecb0d5 Fix #78162 2019-07-30 15:52:54 -07:00
Logan Ramos 4f8538ac8e Clean up if statements (#78218) 2019-07-30 13:50:26 -07:00
Daniel Imms da0ea79e2f Set resolved cwd as customCwd
This way it goes through the absolute and relative checks

Fixes #78206
2019-07-30 11:46:28 -07:00
Daniel Imms 183deef5f4 Support links in terminal for IAR compiler errors 2019-07-30 11:28:28 -07:00
Daniel Imms 45aea4e0a0 Fix issues with Pseudoterminal API docs
Fixes #78157
2019-07-30 11:11:50 -07:00
Sandeep Somavarapu f3cc592749 fix tests 2019-07-30 22:44:01 +05:30
Sandeep Somavarapu cf415de20f #78062 Fix sorting 2019-07-30 22:32:39 +05:30
Sandeep Somavarapu 07a172406b Fix microsoft/vscode-remote-release/issues/1065 2019-07-30 22:23:33 +05:30
Pine Wu 4738cb2ff5 Fix #78160 2019-07-30 09:51:59 -07:00
Sandeep Somavarapu 425040ef8f Fix microsoft/vscode-remote-release/issues/1064 2019-07-30 22:18:18 +05:30
Daniel Imms 82f97f7c71 Merge pull request #77759 from GabeDeBacker/master
Use correct resolved TDO and task for custom execution
2019-07-30 09:41:06 -07:00
Sandeep Somavarapu 4df80a5be3 Fix #78171 2019-07-30 22:10:06 +05:30
Logan Ramos b54d772562 List possible categories (#78198)
* List possible categories

* TODO comment

* Message if category is invalid
2019-07-30 09:06:23 -07:00
Gabriel DeBacker 5e135c4caf Make exception error more accurate 2019-07-30 08:35:06 -07:00
Alex Ross f2b65a9601 Fix opening of tree items with keyboard (#78187)
Up until very recently, the custom tree used a TreeResourceNavigator2 with openOnSelection: true. This caused command to be executed twice on clicks though. Once on the selection and once on the click. Setting that to false caused the enter key to stop causing commands to run though. This was because the enter key was only causing the selection to trigger, not the open. The Open event was getting swallowed before it made it out of the tree because it was missing a UIEvent. Adding the UIEvent in here fixes that

Fixes #78174
2019-07-30 17:21:15 +02:00
Gabriel DeBacker 9bbf3f25d5 Make sure that task definition is not changed in resolved task 2019-07-30 08:20:29 -07:00
Gabriel DeBacker 506d55d171 Merge remote-tracking branch 'upstream/master' 2019-07-30 08:06:23 -07:00
Joao Moreno f2f21da86f fixes #74103 2019-07-30 16:58:56 +02:00
Eric Amodio 716788a904 Renames ${qs} to ${query} 2019-07-30 10:40:48 -04:00
Alex Dima d04d9d17c8 Update to latest loader 2019-07-30 16:08:34 +02:00
Alex Dima 8db973db62 Adopt latest loader (throws Error objects) 2019-07-30 16:08:34 +02:00
Alex Ross 60684fbad3 Fix horizontal scrolling in custom tree view
by fixing the tree width, which was not being set

Fixes #78177
2019-07-30 15:57:51 +02:00
Alex Ross b599b17ef5 Disallow multiselect on custom tree since it isn't supported yet
Fixes #78178
2019-07-30 15:13:22 +02:00
Johannes Rieken 4a9ea84cc4 fix jsdoc for task filter 2019-07-30 15:01:30 +02:00
Sandeep Somavarapu 3edd4f4c13 Fix #78156 2019-07-30 16:30:45 +05:30
Alex Ross 8fda22e123 Improve typescript task slash warning
Part of #74995
2019-07-30 12:23:31 +02:00
Alex Ross 7765589c86 Custom tree view shouldn't reveal on focus
Fixes #70707
2019-07-30 11:33:02 +02:00
Alex Ross 677049d173 Fix left padding of custom tree rows in scm viewlet
Fixes #77026
2019-07-30 11:05:05 +02:00
Alex Ross 3b6c226be1 Rerender refreshed element in custom tree
Fixes #77000
2019-07-30 10:47:17 +02:00
Isidor Nikolic 1d7f8eb1e0 Merge pull request #71874 from eamodio/feature/#68201
Fixes #68201 - adds qs.* label formatting tokens
2019-07-30 09:49:54 +02:00
Joao Moreno cf03ea3729 comment out errors 2019-07-30 08:39:33 +02:00
Joao Moreno 4620124365 comment out failing tests 2019-07-30 08:38:59 +02:00
SteVen Batten 6268feb42b fixes #77922 2019-07-30 01:12:55 +00:00
Rob Lourens 74d3e7fba2 Reset color in EH console.logs instead of forcing black
For #76550
2019-07-29 17:39:57 -07:00
SteVen Batten ca9e869f6c Revert "serialize grid to workspace to workspace"
This reverts commit 8c520318d1.
2019-07-29 23:31:27 +00:00
SteVen Batten 1e7bbdd40c fixes #78088 2019-07-29 23:08:34 +00:00
Daniel Imms 2556915f02 Make log service optional in term getCwd 2019-07-29 16:07:05 -07:00
Daniel Imms 5508b06c91 Merge pull request #78104 from lramos15/resolve-terminal-cwd
Allow Variable References for terminal CWD
2019-07-29 15:28:49 -07:00
Daniel Imms 426bdb6122 Don't fail silently 2019-07-29 15:27:29 -07:00
SteVen Batten 8c520318d1 serialize grid to workspace to workspace
fixes #77922
2019-07-29 22:19:01 +00:00
Logan Ramos 4ae3714ecf Remove optional params 2019-07-29 14:30:34 -07:00
Alex Dima bc943bc3fe Pass in connectionToken 2019-07-29 21:44:14 +02:00
Peng Lyu 3889970797 Remove unused variables. 2019-07-29 12:01:24 -07:00
Miguel Solorio 25780c6f22 Update preserve case icon 2019-07-29 11:58:47 -07:00