74509 Commits

Author SHA1 Message Date
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
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
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
Alexandru Dima
d78c8689d0
Give browser unit tests even more time, the build agents are having a bad day 2020-12-18 23:14:17 +01:00
Matt Bierner
36d09208f1 Fix whitespace issues from github merge UI 2020-12-18 14:03:25 -08:00
Matt Bierner
72cf134322 Don't transform viewColumn used when creating extHostWebviewPanel programatically
Fixes #111980

We should take the vscode.ViewColumn here, not the internal view column type
2020-12-18 13:57:37 -08:00
Matt Bierner
32d935ebf4 Extract type guard 2020-12-18 13:57:37 -08:00
John Murray
186792cadb
#27498 restore extension editor webview scroll positions (#85982)
* #27498 restore extension editor webview scroll positions

* Delay setInitialScrollPosition so iframe contents  have time to load fully (we hope)

* Some changes requested by @mjbvz

* revert setTimeout hack

* fix my spelling error in comment

* remove blank line to perfect the undo

Co-authored-by: Matt Bierner <matb@microsoft.com>
2020-12-18 13:56:42 -08:00
rebornix
fc35c4275f fix #112778. 2020-12-18 13:37:51 -08:00
Connor Peet
768cd308c6
typeahead: fix invalidation on 2nd char in zsh
Fixes https://github.com/microsoft/vscode/issues/112842
2020-12-18 12:41:55 -08:00
Alexandru Dima
aa8962f5dc
Fixes #112353 2020-12-18 21:39:33 +01:00
Alexandru Dima
54dc2d786e
Merge pull request #112384 from myovan/master
Fixed Issue #110225 - Dragging to select text on Peek window should not hide it
2020-12-18 21:28:18 +01:00
Alexandru Dima
25212c95eb
Merge remote-tracking branch 'origin/master' into alex/node-modules-build2 2020-12-18 21:20:57 +01:00
Alexandru Dima
563664f349
Increase macOS browser unit test time because it continuously times out 2020-12-18 21:10:03 +01:00
Connor Peet
16c2193e3f
eng: avoid duplicate prelaunch task runs
Fixes https://github.com/microsoft/vscode/issues/112078
2020-12-18 12:09:25 -08:00
isidor
eb154856a3 fixes #112366 2020-12-18 20:14:19 +01:00
SteVen Batten
11d5c625d1 fixes #112750 2020-12-18 18:51:59 +00:00
Alexandru Dima
20831dd3df
Keep only @types/* deps in /build/ and share terser (#112718) 2020-12-18 19:51:10 +01:00
Alexandru Dima
8fdb44467c
update distro 2020-12-18 19:43:39 +01:00
Raymond Zhao
273a5cdf5a Emmet comment spacing fixup, fixes #112835 2020-12-18 18:41:12 +00:00
Alexandru Dima
a8cadd3912
Merge pull request #112812 from microsoft/alex/node-modules-build
Move /build/ dev dependencies to root
2020-12-18 19:36:17 +01:00
Raymond Zhao
6ad2dccc78 Emmet Toggle Comment HTML 💄 2020-12-18 18:02:01 +00:00