74528 Commits

Author SHA1 Message Date
Alexandru Dima
ff5245ea45
Enable playwright debugging 2020-12-24 14:04:31 +01:00
Alexandru Dima
61965e6bc5
Use fast 7z compression level 2020-12-24 13:40:50 +01:00
Alexandru Dima
bbaff3d568
Adopt Cache@2 for node modules caching 2020-12-24 10:08:06 +01:00
Alexandru Dima
caaf2a07a9
Merge pull request #113341 from microsoft/alex/node-modules-cache-key
Compute node modules cache key in JS to avoid globbing
2020-12-23 18:27:39 +01:00
Alexandru Dima
6825757364
More tweaks 2020-12-23 15:58:57 +01:00
Alexandru Dima
382a8740a9
Fix that VSCODE_ARCH is not taken into account on Windows 2020-12-23 15:54:58 +01:00
Alexandru Dima
7728010c73
Invoke mkdir with -Force 2020-12-23 14:09:49 +01:00
Alex Ross
05a5209b4c
Fix candidate port finding (more async, better timing) (#113342)
Fixes #112843
2020-12-23 14:02:06 +01:00
Alexandru Dima
f23ed65688
Compute node modules cache key in JS to avoid globbing 2020-12-23 13:21:55 +01:00
Alexandru Dima
c459ca3744
Merge pull request #113332 from microsoft/alex/modules-list
Define a clear node modules list
2020-12-23 12:12:19 +01:00
Alexandru Dima
07b28e284b
Bust the node modules cache 2020-12-23 11:28:58 +01:00
Alexandru Dima
76c974bfeb
Have a clear list of directories where yarn should be executed 2020-12-23 11:28:32 +01:00
Alexandru Dima
f98fabae6c
Merge pull request #113279 from microsoft/alex/remote-websocket
Use the browser's WebSocket for remote connections
2020-12-22 22:04:25 +01:00
Alexandru Dima
9a7e8372ea
update distro 2020-12-22 22:02:19 +01:00
Alexandru Dima
102e69c975
Merge pull request #113311 from microsoft/alex/gulp-lazy-load
Load expensive node modules lazily
2020-12-22 21:53:42 +01:00
Alexandru Dima
98e05820b8
update distro 2020-12-22 20:06:52 +01:00
Alexandru Dima
1ee7a0e015
Merge remote-tracking branch 'origin/master' into alex/gulp-lazy-load 2020-12-22 20:06:39 +01:00
Alexandru Dima
baac11d5f5
Merge pull request #113296 from microsoft/alex/gulp-no-respawn
Avoid gulp having to respawn
2020-12-22 20:00:26 +01:00
Alexandru Dima
c1eb24b027
Load expensive node modules lazily 2020-12-22 19:55:56 +01:00
Alexandru Dima
277a8262e0
Avoid gulp having to respawn 2020-12-22 16:00:21 +01:00
Alexandru Dima
cfccae30db
Fix layer breaker 2020-12-22 14:52:04 +01:00
Alexandru Dima
fd8b68457b
Exit immediately when a cycle is found and running on the build 2020-12-22 14:51:58 +01:00
Alex Ross
9c2a1dc473 Don't restore ports that are already detected
Part of microsoft/vscode-remote-release#4112
2020-12-22 14:41:11 +01:00
Kyle
1478078ee3
Update task services doc link (fixes #112591) (#113170)
This PR fixes #112591

Just updating the link redirect for the task services documentation on scanning task output

OLD: https://go.microsoft.com/fwlink/?LinkId=733558
NEW: https://code.visualstudio.com/docs/editor/tasks#_defining-a-problem-matcher
2020-12-22 10:36:01 +01:00
Bohdan Yevchenko
445f259e34
Add sorting to npm scripts (#112725)
This PR fixes #92773 - npm scripts panel is not ordered
2020-12-22 10:33:42 +01:00
Alexandru Dima
f2fd0ec094
Use the browser's WebSocket for remote connections 2020-12-22 10:05:07 +01:00
Connor Peet
1844c54187
testing: forgotten push to enable debugging 2020-12-21 21:34:32 -08:00
rebornix
6f11d34f67 resolveNotebook API command takes no argument 2020-12-21 14:06:41 -08:00
Alexandru Dima
9ac5131833
Have the TunnelService use IRemoteAgentService.socketFactory 2020-12-21 23:04:52 +01:00
rebornix
11f838c144 fix #112747. 2020-12-21 14:03:09 -08:00
Miguel Solorio
af92a731fa Fix #113250 2020-12-21 13:58:58 -08:00
Alexandru Dima
0e2a0f9013
Prompt when there is an AMD module cycle 2020-12-21 22:12:26 +01:00
Alexandru Dima
d63aa232d9
update distro 2020-12-21 20:26:45 +01:00
rebornix
e8bb7a938e fix #113243. 2020-12-21 11:22:30 -08:00
Alexandru Dima
f0376ac131
Add permessage-deflate support 2020-12-21 20:21:13 +01:00
Alex Ross
7cc71d6536 Fix broken remote explorer drop down
Partial fix for https://github.com/microsoft/vscode/issues/112750
2020-12-21 12:31:30 +01:00
Alex Ross
48c2ad6493 Temporary workaround for #112843 2020-12-21 11:19:14 +01:00
Alex Dima
add8753c74
Only terminate after 3 EPERM errors 2020-12-21 10:57:55 +01:00
Alexandru Dima
dee0c84e7f
update distro 2020-12-21 10:56:49 +01:00
Alex Ross
a512c86f10 Revert "fixes #112750"
This reverts commit 11d5c625d1fe25cfd8663a6c4b70b4fed0d38370.
2020-12-21 10:48:33 +01:00
Alex Dima
57e3aba4e1
Have /build/ compilation and createAsset.js be runnable independent of the root package.json 2020-12-21 10:47:16 +01:00
Benjamin Pasero
c6f70a3a01 💄 2020-12-21 09:04:26 +01:00
Alexandru Dima
c2f1a367ef
Adjust node module path 2020-12-21 09:02:17 +01:00
Alexandru Dima
ec6087fe18
Merge pull request #112837 from microsoft/alex/node-modules-build2
Keep only `@types/*` deps in `/build/` and share `terser`
2020-12-19 17:17:34 +01:00
Alexandru Dima
a8d9a5eedc
Merge remote-tracking branch 'origin/master' into alex/node-modules-build2 2020-12-19 16:22:37 +01:00
Alex Dima
5c1ff8158b
Avoid lookbehind (not supported in Safari) 2020-12-19 16:20:50 +01:00
Matt Bierner
b71972bbb0 Support open in background for 'open with'
Fixes #112851
2020-12-18 17:11:23 -08:00
Matt Bierner
f0c758bdcc Support open to side from the 'open editor with' quick pick
Fixes #102124

This should enable open to side for custom editors and for notebooks
2020-12-18 16:58:24 -08:00
Alexandru Dima
64888cafe0
Merge remote-tracking branch 'origin/master' into alex/node-modules-build2 2020-12-19 00:41:57 +01:00
Alexandru Dima
09ca712fe7
Fix compilation errors 2020-12-19 00:21:03 +01:00