Commit Graph

75 Commits

Author SHA1 Message Date
Rob Lourens
ad57fde11d Add "current window" command to testresolver.
Seems like this is necessary to use the testresolver with normal extension debugging
2021-12-10 11:36:56 -08:00
Johannes Rieken
3bd29c1d6c temp restore all enabled proposed API for test resolver, depends on some contrib-extensions, https://github.com/microsoft/vscode/issues/131165 2021-11-12 12:46:37 +01:00
Johannes Rieken
09c9d4c293 use enabledApiProposals instead of wildcard property, also update compilation units to only include d.ts-files that are needed, https://github.com/microsoft/vscode/issues/131165 2021-11-12 11:05:57 +01:00
Johannes Rieken
a4d426a1c2 split vscode.proposed.d.ts into a file per proposal, https://github.com/microsoft/vscode/issues/131165 2021-11-12 09:48:17 +01:00
Johannes Rieken
d90dd1355b Merge branch 'main' into joh/vscode-dts 2021-11-10 08:40:26 +01:00
Benjamin Pasero
bef4dba21f Parcel update and CI improvements (#136830)
* 🆙 product

* 🆙 parcel/watcher

* 🆙 parcel/watcher

* tests - separate remote logs from others

* store server logs too

* more tweaks

* fix name

* error when 10s passed
2021-11-10 08:13:56 +01:00
Johannes Rieken
68e819043c use tsconfig.json#include for vscode.d.ts and vscode.proposed.d.ts, enables to remove most ref.d.ts-files 2021-11-09 15:53:35 +01:00
Johannes Rieken
9254a8cd27 move vscode.d.ts and vscode.proposed.d.ts into src/vscode-dts-folder, https://github.com/microsoft/vscode/issues/131165 2021-11-09 15:00:03 +01:00
Martin Aeschlimann
a946f9e643 fix for #134873 2021-10-15 23:57:54 +02:00
Benjamin Pasero
3cda269c80 ESlint: enable no-async-promise-executor (#134873) 2021-10-12 10:50:44 +02:00
Alexandru Dima
d02ba46704 undo bad change 2021-09-24 16:21:50 +02:00
Alexandru Dima
be33a77d8c Use onDynamic* instead of onScoped* for events that are returned from method calls (#133445) 2021-09-24 16:16:28 +02:00
Alex Ross
a15378a9db Allow tunnel providers to define port privacy options (#133677) 2021-09-23 16:24:51 +02:00
Alex Ross
a414bf2973 Add protocol to tunnel API
Part of #124816
2021-06-17 16:13:54 +02:00
Martin Aeschlimann
fe850fbb57 Custom tooltip on the remote indicator. Fixes #126494 2021-06-16 17:47:57 +02:00
Martin Aeschlimann
99f4201e20 test resolver: simplify pause/unpause 2021-06-16 17:47:56 +02:00
rebornix
473cfe28bf Revert "Revert "Merge branch 'main' of https://github.com/microsoft/vscode into main""
This reverts commit 7c01395da1.
2021-05-25 17:49:34 -07:00
Harald Kirschner
7c01395da1 Revert "Merge branch 'main' of https://github.com/microsoft/vscode into main"
This reverts commit 7a976501eb, reversing
changes made to 2257676834.
2021-05-25 17:19:40 -07:00
Martin Aeschlimann
757fd91f04 Hide TestReolver.newWindow when in virtual workspace 2021-05-25 23:07:49 +02:00
Martin Aeschlimann
cf2a866b7d test resolver: supports untrusted workspaces 2021-05-25 23:07:44 +02:00
Martin Aeschlimann
741beb8f26 TestResolver, use 127.0.0.1, not localhost 2021-05-25 16:30:57 +02:00
Daniel Imms
b04c966892 Fix test resolver with trusted workspaces 2021-05-24 12:14:27 -07:00
Alex Dima
85f518b255 Add RemoteAuthorityResolver.getCanonicalURI 2021-05-21 16:48:14 +02:00
Robo
bce4d71f64 chore: bump node@14.x in devDependencies (#122905) 2021-05-04 10:04:13 +02:00
Martin Aeschlimann
94f28728f7 remoteIndicator menu point: double digit order number. For #121180 2021-04-22 22:04:43 +02:00
Martin Aeschlimann
214a1581b7 Make window indicator menu contribution point stable. Fixes #121180 2021-04-22 21:54:38 +02:00
Miguel Solorio
ac48f78dd6 Add icons for built-in extensions (fixes #81760) 2021-04-20 12:09:24 -07:00
Alexandru Dima
30ae7bde85 Respect resolver's trust options 2021-04-16 17:15:09 +02:00
Matt Bierner
119581fc2a Use more standard name for shared extension tsconfig
This enables Intellisense in the `tsconfig.base` file
2021-04-12 15:58:38 -07:00
Martin Aeschlimann
318fe9ff80 improve TestResolver command names 2021-04-12 16:08:07 +02:00
Martin Aeschlimann
b8a320867e allow null for remoteAuthority in IBaseOpenWindowsOptions to force local window 2021-03-09 16:05:48 +01:00
Sandeep Somavarapu
0ecd7f72d8 add remote server cli test 2021-02-04 10:08:29 +01:00
João Moreno
ec805db5ed add repository field to extensions package.json 2021-01-29 15:30:45 +01:00
João Moreno
9a5d14e307 run prettier over extensions json files 2021-01-29 15:19:18 +01:00
Martin Aeschlimann
4bd2d367e7 Remote smoketest timeout (fixes #115159) 2021-01-27 15:52:25 +01:00
Martin Aeschlimann
5809e9eb03 testresolver: support server extensions 2021-01-22 15:49:14 +01:00
Alex Ross
e5dd4b6e4b Add mock support for public ports to test resolver 2021-01-22 12:09:26 +01:00
Alex Ross
3ec9067200 Simplify local port logic in test resolver + OS check 2021-01-21 16:53:57 +01:00
Alex Ross
e8f6c27381 Use random port if privileged in test resolver 2021-01-21 16:36:30 +01:00
Alex Ross
fcccc85ff9 Add more to test resolver tunnel factory and fix port filtering 2021-01-21 16:23:55 +01:00
Alex Ross
d8831220ff Update showCandidatePort for test resolver 2021-01-21 15:06:55 +01:00
Martin Aeschlimann
b5f36a24b6 testresolver: start a test server 2021-01-21 14:04:08 +01:00
Martin Aeschlimann
0249c31a59 testResolve: more tunnelservice fixes 2021-01-21 12:14:35 +01:00
Martin Aeschlimann
67bf6577b4 testResolver: fix for tunnel server 2021-01-21 12:09:24 +01:00
Martin Aeschlimann
15e58cea4d test resolver: add tunnel server 2021-01-21 11:57:28 +01:00
Martin Aeschlimann
ff393a3349 add open tunnels to test resolver 2021-01-19 11:45:55 +01:00
Alexandru Dima
b813d5dd30 Leave the local extension host running when connection is lost to the remote extension host 2021-01-15 22:12:35 +01:00
Alex Dima
31a15b5b9a Add command to kill server and trigger handled error 2021-01-13 20:45:41 +01:00
Alexandru Dima
f74ad9692f Align @types/* dev dependencies (#112718) 2020-12-18 13:28:39 +01:00
Alexandru Dima
aa2864d53f Remove most of the yarn license warnings 2020-12-18 10:26:14 +01:00