Commit Graph

43304 Commits

Author SHA1 Message Date
Matt Bierner
98f236872e Use undefined instead of null 2018-12-07 14:25:14 -08:00
Matt Bierner
3fc69f20ab Add toOpenedFilePath method
Make sure we don't try making requests against TS for files that are not currently open
2018-12-07 14:25:14 -08:00
Matt Bierner
7140c91245 Never return undefined for cachedResponse.execute 2018-12-07 14:25:14 -08:00
Matt Bierner
98605b6a4e Extract cached response to own file 2018-12-07 14:25:14 -08:00
SteVen Batten
fee735ed37 schedule update overflow action due to reflow (#64634)
* schedule update overflow action due to reflow
fixes #64514

* removed disposal
2018-12-07 13:56:55 -08:00
Rob Lourens
fa66e42134 Remove TPromise.join #64598 2018-12-07 12:45:08 -08:00
Rob Lourens
6b82f6b1dd Remove TPromise.as - #64597 2018-12-07 12:32:13 -08:00
Rob Lourens
8697207233 Remove TPromise#wrap calls #64596 2018-12-07 12:28:42 -08:00
Matt Bierner
9c653adad3 Avoid accessing style in treeview if we don't need to (#64577)
Fixes #64576

We compute the style of an element to access its left padding. However this value is only used when `horizontalScrolling` is enabled.

With this change,  we only compute the style when `horizontalScrolling` is true
2018-12-07 11:26:23 -08:00
Rob Lourens
35f96ebe3c Bump to 1.31 2018-12-07 10:36:12 -08:00
Daniel Imms
1054c555b5 Merge pull request #64558 from marchenko-am/marchenko-am/fix64379
Fix #64379 - SimpleFindWidget position was changed (in hidden state)
2018-12-07 10:01:59 -08:00
Daniel Imms
e42a2a21da Merge pull request #64243 from Microsoft/tyriar/63688
Set default terminal buffer impl to TypedArray
2018-12-07 10:00:41 -08:00
Daniel Imms
533f3dd8a6 Merge pull request #64560 from Microsoft/tyriar/null_check_initialCwd
Add a null check for initialCwd
2018-12-07 10:00:16 -08:00
Daniel Imms
86adcc7fcf Merge pull request #64611 from Microsoft/tyriar/64598
Convert backup tpromise.join to promise.all
2018-12-07 10:00:02 -08:00
Kai Maetzel
cacac16d47 Allow users to enable/disable automatic tasks (#64615)
add allow/disallow tasks
2018-12-07 09:51:42 -08:00
Daniel Imms
51c8c8c495 Convert backup tpromise.join to promise.all
Part of #64598
2018-12-07 08:18:29 -08:00
Christof Marti
5e3a8ca975 Update commands.yml 2018-12-07 14:09:56 +01:00
Alex Ross
a152a5c781 Add task names to automatic task notification
Fixes #64427
2018-12-07 11:11:34 +01:00
Rob Lourens
86571ec5a5 Fix results lost from FileSearchProvider when maxResults is returned 2018-12-06 21:44:50 -08:00
Matt Bierner
5562872fea Remove workaround for ts infer type suggestions showing up with no quick fix
This should not be needed now that we are shipping TS 3.2.2
2018-12-06 20:09:23 -08:00
Matt Bierner
d2d7fec5df Pick up ts 3.2.2 2018-12-06 18:19:52 -08:00
Matt Bierner
07f6967a68 Cache document symbol navtree requests
Fixes #64570
2018-12-06 16:26:48 -08:00
Christof Marti
99929b581d Prevent default on mouse down (fixes #64350) 2018-12-06 21:31:24 +01:00
Daniel Imms
dc86cf5ef9 Add a null check for initialCwd 2018-12-06 11:45:10 -08:00
SteVen Batten
6dcd4366c2 initialize focus state
fixes #64500
2018-12-06 11:32:04 -08:00
Sandeep Somavarapu
bc979264d0 #64557 Do not hide tree also when tree is being refreshed 2018-12-06 20:20:25 +01:00
Sandeep Somavarapu
a988c5e8c5 Fix #64557 2018-12-06 20:05:35 +01:00
Rob Lourens
9be224980c Make LogLevel converters safer and consistent with other converters, from @jrieken feedback 2018-12-06 11:02:09 -08:00
Marchenko Anton
2f981e93d2 Fix #64379 - SimpleFindWidget position was changed (in hidden state) for shadow hiding 2018-12-06 21:32:36 +03:00
isidor
b2e8dcc412 Revert #54397
This reverts commit a8e6a91993.
2018-12-06 18:42:09 +01:00
isidor
bdd4c66451 fixes #64463 2018-12-06 18:26:44 +01:00
Alex Ross
f0f4950adc Promise.reject in configurationResolverService should return an Error
Fixes #64550
2018-12-06 17:11:37 +01:00
Christof Marti
5b47ccfaa4 Update commands.yml 2018-12-06 17:08:46 +01:00
Alex Ross
ee3d459a8a Regression: cancelling a launch command should silently cancel launch
Fixes #64547
2018-12-06 16:28:28 +01:00
Christof Marti
d3cf960290 Update commands.yml 2018-12-06 15:50:26 +01:00
Christof Marti
332ab7f6a6 Update commands.yml 2018-12-06 15:35:28 +01:00
Christof Marti
44f53f3694 Add '/needsConfirmation' 2018-12-06 15:30:55 +01:00
Alex Ross
0bc965752d Don't show tasks output on auto task or config change (#64543)
Fixes #64040
2018-12-06 15:13:39 +01:00
Andre Weinand
9576945606 protect input variable resolving against undefined mapping; fixes #64542 2018-12-06 15:10:15 +01:00
isidor
ac92a9a145 fixes #64398 2018-12-06 14:20:19 +01:00
isidor
cf0879dd27 repl: reveal last element when session change
fixes #64397
2018-12-06 14:11:07 +01:00
isidor
530e1b892b repl: simplify id computation for simple elements
fixes #64460
2018-12-06 12:41:52 +01:00
Johannes Rieken
fa7e51a333 disable listener leak monitor for stable, #64493 2018-12-06 12:29:39 +01:00
Alex Ross
4978a75210 Add launch section to support input in launch.json
Fixes #63987 verification-found
2018-12-06 12:25:52 +01:00
Johannes Rieken
f6cff39cb4 remove shareSuggestSelections-setting for now #62365 2018-12-06 12:15:52 +01:00
isidor
6cfa67d633 debug console: polish height computation
#64336
2018-12-06 12:04:12 +01:00
Alex Ross
b8088e5c13 Tasks with presentation clear: true and no other presentation options should clear
Fixes #61592 verification-found
2018-12-06 12:03:49 +01:00
Johannes Rieken
6ea1f72513 Merge pull request #64496 from Microsoft/ben/62365
suggest memories: restore saving state periodically (for #62365)
2018-12-06 11:27:24 +01:00
Benjamin Pasero
d9b2da9fdb suggest memories: restore saving state periodically (for #62365) 2018-12-06 09:57:50 +01:00
Joao Moreno
351905fd53 fixes #63957 2018-12-06 09:43:32 +01:00