Commit graph

70912 commits

Author SHA1 Message Date
Matt Bierner b255097c33 null -> undefined 2020-09-18 18:17:31 -07:00
Matt Bierner bd54e5f5cc Simplify showQuickPick 2020-09-18 18:17:31 -07:00
SteVen Batten e8572c0221 remove dom deprecated refs
refs #103454
2020-09-18 17:20:45 -07:00
Matt Bierner 84dbc21783 Pick up TS 4.0.3 2020-09-18 16:36:13 -07:00
Matt Bierner f26d81979f Extend disposable 2020-09-18 16:27:21 -07:00
Matt Bierner f8f2538d20 Move exists to own file 2020-09-18 16:26:04 -07:00
Matt Bierner c3651027ba Use enum 2020-09-18 16:23:49 -07:00
Matt Bierner 017a42552b Use Promise.all to perform config finding in parallel instead of sequentially
For #87494
2020-09-18 16:15:50 -07:00
Matt Bierner bf2448549d Make getTsConfigsInWorkspace observe the TaskProvider cancellation 2020-09-18 16:15:50 -07:00
Matt Bierner d1510288f0 Add timeout for vscode.workspace.findFiles
For #87494
2020-09-18 16:15:50 -07:00
tomerstav 536ea46187
Implemented fix for first parameter being a substring of the second p… (#106432)
* Implemented fix for first parameter being a substring of the second parameter

* Addressed PR concern

* Included edge cases

* Changed to regex expression

* Accounted for edge case

* Added regex escaping
2020-09-18 15:35:21 -07:00
SteVen Batten 6781d16f05 productize the dialog style setting for desktop 2020-09-18 15:14:13 -07:00
Andre Weinand d4d7666008 add DAP InvalidatedEvent 2020-09-19 00:13:10 +02:00
Matt Bierner 2ac15236ea
Allow updating the title of a composite even if it is not active (#106892)
Fixes #106083
2020-09-18 14:49:55 -07:00
Matt Bierner fec75ce912 Remove custom editor default editor override
Fixes #101541
2020-09-18 14:48:45 -07:00
rebornix ab1f288baa multiple selectors 2020-09-18 14:44:16 -07:00
SteVen Batten 6e5fda4c75
switch to node libs (#107040)
* switch to node libs

* remove family check, its irrelevant
2020-09-18 14:40:50 -07:00
rebornix c203f794f9 update lock. 2020-09-18 14:25:15 -07:00
SteVen Batten f65fdf6249 fix build 2020-09-18 14:06:39 -07:00
SteVen Batten 6546323f61 remove ref to experiment service in desktop 2020-09-18 13:25:45 -07:00
rebornix 26b00a394e support cell range in notebook.cell.execute command 2020-09-18 11:36:33 -07:00
Matt Bierner 6932306e4d Add (get) and (set) prefixes to JS/TS getters and setters in the outline
Fixes #106935
2020-09-18 11:06:32 -07:00
SteVen Batten 92a30ed265
Move tas-client to umd version and adopt in web (#106904)
* adopt tas-client-umd

* adopt in web

* fix whitespace

* adding tas-client to webignore

* upgrade tas-client-umd

* move svc imort to common

* remove unnecessary ignore
2020-09-18 10:00:39 -07:00
isidor 50610f085d callstack improvements #106957 2020-09-18 18:44:17 +02:00
isidor ce95d7e826 tune hover behavior to allow alt to switch from debug hover to regular hover and that the mouse move does not hide the regular hover
fixes #84561
2020-09-18 18:12:33 +02:00
Benjamin Pasero c4aa010835 sandbox - expose vscode-windows-registry from native host service 2020-09-18 17:23:50 +02:00
Benjamin Pasero e85114b2a3 sandbox - add pedantic comments to prevent electron-browser usage 2020-09-18 17:07:40 +02:00
Alex Ross cf211eeb9b Show custom tree hovers below and offset
Part of #106095
2020-09-18 16:23:41 +02:00
Sandeep Somavarapu e081ad86c8 use always default url when cannot be switched 2020-09-18 15:44:12 +02:00
Alex Dima f48144748c
Fixes #106941 2020-09-18 13:53:21 +02:00
Benjamin Pasero eed5b841e5 sandbox - move userdata sync related services to electron-sandbox 2020-09-18 13:41:57 +02:00
Benjamin Pasero a5e9702555 sandbox - lift textmate worker to electron-sandbox 2020-09-18 13:41:05 +02:00
Benjamin Pasero 16f9250403 fix compile error 2020-09-18 13:35:59 +02:00
Benjamin Pasero ea830ff2ac sandbox - lift themes.test.contribution 2020-09-18 13:35:35 +02:00
Benjamin Pasero 1593fa42b9 sandbox - lift extension workbench service back to browser 2020-09-18 13:19:35 +02:00
isidor b9750d050e DAP sources are case sensitive on insensitive filesystems
fixes #106382
2020-09-18 13:10:59 +02:00
Alex Dima aa2a14c6dd
Loader config for node modules when running with sandbox 2020-09-18 13:08:00 +02:00
Johannes Rieken 9f9ba405e4 remove isFree-check and rely on the renderer throwing errors 2020-09-18 12:21:25 +02:00
Sandeep Somavarapu 65e00e8168 - Remove acitivating account extension as getSessions does it.
- Add logging during initialization
2020-09-18 12:18:09 +02:00
Sandeep Somavarapu 16ff0ce22a Disable syncing extensions in Web 2020-09-18 12:18:09 +02:00
isidor 26f6d2bdfd fixes #71315 2020-09-18 11:37:23 +02:00
isidor cca934db91 fixes #84561 2020-09-18 10:59:27 +02:00
isidor 9c0ca04286 debug: smoother toggle between debug and editor hover
fixes #84561
2020-09-18 10:53:06 +02:00
Johannes Rieken ff7a107e41 update search file 2020-09-18 10:47:37 +02:00
Alex Ross 8338e6a013 Fix remaining tildified path in variable resolving
Fixes #106988
2020-09-18 10:40:12 +02:00
isidor 2b83b6ca82 fixes #106439 2020-09-18 10:34:56 +02:00
Johannes Rieken c1472bd0d6
Merge pull request #106856 from microsoft/joh/resolveCodeAction
Support for resolving code actions
2020-09-18 10:31:38 +02:00
Benjamin Pasero b83df9da4b 💄 2020-09-18 10:24:20 +02:00
Benjamin Pasero b38b758032 🆙 distro 2020-09-18 09:58:54 +02:00
Benjamin Pasero 4af670c204 debt - more native environment service adoption 2020-09-18 09:58:54 +02:00