Commit graph

293 commits

Author SHA1 Message Date
Johannes 451966fc83
update references view 2022-04-05 12:10:29 +02:00
Joao Moreno a3e739fee9
update cdn domain for webview 2022-03-30 10:55:12 +02:00
Connor Peet 1cc6ee1c71 debug: bump js-debug 2022-03-25 12:49:25 -07:00
Matt Bierner c569182d08
Encode webview parent origin in authority
Fixes #144703
2022-03-08 11:28:59 -08:00
Johannes Rieken b9c773e03e
update references view extension 2022-03-05 11:42:57 +01:00
Connor Peet 6dca4c1a1f
debug: update dependencies 2022-03-03 16:19:55 -08:00
Johannes Rieken e6b63f39c4
debt - remove all of extensionAllowedProposedApi 2022-03-01 11:44:11 +01:00
Connor Peet 774ca35756 debug: bump js-debug 2022-02-23 12:42:29 -08:00
Matt Bierner 31b199da9c
Bump webview commit 2022-02-15 18:36:12 -08:00
Matt Bierner 82fe581566
Bump webview commit 2022-02-14 13:45:05 -08:00
Johannes Rieken 850c481c3b
use latest references view viewlet 2022-02-11 14:34:36 +01:00
Johannes Rieken cfcd80ff96
update references viewlet for https://github.com/microsoft/vscode/issues/141585 2022-02-09 18:15:24 +01:00
Connor Peet f3afd9d825
debug: bump js-debug 2022-02-08 09:01:46 -08:00
Connor Peet 2438af8dab
debug: bump js-debug 2022-01-27 11:39:59 -08:00
Connor Peet ebb95cd828
debug: bump js-debug 2022-01-26 09:31:09 -08:00
Connor Peet 2a3b916cc0
debug: bump js-debug 2022-01-24 22:00:10 -08:00
Martin Aeschlimann f9cac7c28a
adopt --server-data-dir 2022-01-21 12:11:47 +01:00
Martin Aeschlimann f4ba7dd12b
server bin cleanup 2022-01-11 16:34:28 +01:00
Matt Bierner 9f867c3ed8
Revert service worker usage of MessageChannel (#140351)
* Revert service worker usage of MessageChannel

Reverts 66b6adf035

While I'm not 100% about this, I think 66b6adf035 causes resourses to occasionally not load. I believe this can happen if the service worker is unitilized while the webview remains active. I can't reproduce this myself so it may be related to memory pressure or resource usage, however relying on the service worker not being reinitilized does seem like a potentially bad idea https://stackoverflow.com/questions/34775105/what-causes-the-global-context-of-a-service-worker-to-be-reset

Will investigate if there's another way to achive this since using MessagePort did clean up the code and slightly improve performance

* Bump webview commit versions
2022-01-10 14:22:49 -08:00
Matt Bierner 66b6adf035
Switch webview service-worker to use message channel (#138811)
* Switch webview service-worker to use message channel

This change hooks the service worker used for loading webview resources directly up to the main VS Code process over a message channel. Previously this communication had to go through an extra hop through the webview

This simplifies the logic somewhat (although this change required adding extra logic to exchange the message port). It also improves performance a little

* Update webview content commit version
2021-12-10 16:35:13 -08:00
Matt Bierner c2f4daf348
Update webview bits version for tests 2021-12-07 16:16:54 -08:00
Matt Bierner f00c4da8b8
Update default webview commit 2021-11-29 12:27:23 +01:00
Martin Aeschlimann cd2d059ec0
add server license and server license terms 2021-11-23 22:30:49 +01:00
Johannes Rieken 3ff2cd942d
remove ms-vscode.remotehub* from proposed API allow list, https://github.com/microsoft/vscode-internalbacklog/issues/2431#issuecomment-950869327 2021-11-03 09:13:40 +01:00
Matt Bierner f191b9d9fd
Bring back webviewContentExternalBaseUrlTemplate
We need a distinct property just for webviews
2021-10-27 10:48:17 -07:00
Matt Bierner bc566d42a1
Try bumping webEndpointUrlTemplate again
Reverts dc1a669906

Also bumps distro to pick up new product.json changes
2021-10-26 15:38:11 -07:00
Connor Peet de8a66adaf
debug: bump js-debug 2021-10-26 09:12:49 -07:00
Alex Ross dc1a669906
Revert "Hardcode commit for webview endpoint in public product.json"
This reverts commit 1100001c70.
2021-10-26 10:32:33 +02:00
Matt Bierner 1100001c70
Hardcode commit for webview endpoint in public product.json
Fixes #135641

Also fixes duplicated names `webEndpointUrlTemplate` and `webContentExternalBaseUrlTemplate`
2021-10-25 15:27:36 -07:00
Alex Dima 845e410a52
Define a server greeting via product.json 2021-10-21 09:45:49 +02:00
Connor Peet a1421c6630
debug: bump js-debug 2021-09-28 16:19:51 -07:00
Connor Peet 9a15261ab3
debug: bump js-debug 2021-09-08 08:20:54 -07:00
Johannes Rieken d1353440df
use latest version of references view,https://github.com/microsoft/vscode/issues/15533 2021-09-03 10:45:11 +02:00
Connor Peet 698855dc09
debug: bump js-debug version 2021-08-23 16:06:34 -07:00
Connor Peet dea81025e8
debug: bump companion verson 2021-08-11 05:21:23 -07:00
Connor Peet d309d3344f
debug: remove legacy debuggers and bump js-debug
Fixes https://github.com/microsoft/vscode-js-debug/issues/1065
2021-08-03 13:02:13 -07:00
Connor Peet 3bfb92fd66
debug: bump js-debug companion 2021-07-27 14:51:24 -07:00
Connor Peet 79b3eec4af
debug: bump debuggers 2021-07-27 10:27:00 -07:00
Andre Weinand b3e75ea651
node-debug@1.44.31 2021-07-26 16:19:47 +02:00
Connor Peet 0f8221e464
debug: bump debug packages 2021-07-22 10:48:10 -07:00
Rob Lourens 4490e196f1 Bump node2 2021-07-13 12:15:05 -07:00
Connor Peet 119a97852b
debug: bump js-debug version 2021-07-01 14:48:33 -07:00
Connor Peet 4463856d25
debug: bump js-debug version 2021-06-30 16:43:29 -07:00
Connor Peet 4a8a7c1c7a
debug: bump js-debug version
Fixes https://github.com/microsoft/vscode-js-debug/issues/1038
2021-06-22 18:47:24 -07:00
Connor Peet 41f117753e
debug: update js-debug 2021-06-02 23:35:36 -07:00
Eric Amodio 8b4bc01166 Removes RemoteHub 2021-06-03 00:24:12 -04:00
Matt Bierner 9e04a67d12
Switch to use vscode-webview.net as default webview endpoint
This moves us off of `vscode-webview-test` to instead use `vscode-webview.net` for loading webview resources. We now also pick this up from the product.json instead of hardcoding it
2021-05-20 17:38:18 -07:00
Andre Weinand c8410ece14
node-debug@1.44.28 2021-05-20 12:15:07 +02:00
Connor Peet 84c23ab5bd
debug: bump node-debug2 version
Fixes https://github.com/microsoft/vscode-remotehub/issues/119
2021-05-18 11:28:06 -07:00
Eric Amodio b95b73b7b0 Bumps RemoteHub version 2021-05-05 12:42:38 -04:00
Connor Peet a348d103d1
debug: update companion version 2021-04-29 21:58:20 -07:00
Eric Amodio f375f7e0aa Bumps RemoteHub version 2021-04-29 22:20:37 -04:00
Connor Peet 502ebdb193
bump builtin modules
Fixes https://github.com/microsoft/vscode/issues/81760
2021-04-29 12:58:51 -07:00
Eric Amodio 5ce4e7ca8f Bumps RemoteHub version 2021-04-27 23:40:43 -04:00
Eric Amodio 0cbc721709 Bumps RemoteHub version 2021-04-27 01:40:01 -04:00
Eric Amodio 893d29c487 Bumps RemoteHub version 2021-04-26 16:40:26 -04:00
Connor Peet 3faf47d16e
debug: bump js-debug version 2021-04-23 15:51:57 -07:00
Johannes Rieken c32f1cc463
update ref viewlet 2021-04-23 10:26:42 +02:00
Andre Weinand df42794a6c
node-debug@1.44.27 2021-04-22 18:13:34 +02:00
Johannes Rieken 07013ef4a3
update ref viewlet 2021-04-21 08:26:12 +02:00
Andre Weinand ea5434ca54
node-debug@1.44.26 2021-04-19 22:27:49 +02:00
Connor Peet b0eff48b18
testing: adopt workspace trust for testing
Fixes #2047
2021-04-19 12:44:04 -07:00
Connor Peet 3a3864174e
trust: onboard debug land to workspace trust 2021-04-19 11:08:24 -07:00
Andre Weinand 3f4e9a0ebd
node-debug@1.44.25 2021-04-15 17:29:28 +02:00
Andre Weinand 38066c2802
node-debug@1.44.24 2021-04-14 14:53:31 +02:00
Johannes Rieken 65a8d0905e
update ref viewlet 2021-04-09 09:13:21 +02:00
Andre Weinand 969af66534
node-debug@1.44.23; fixes #120762 2021-04-08 12:25:47 +02:00
Andre Weinand 3222bd6698
revert to node-debug@1.44.20 2021-04-08 00:28:20 +02:00
Connor Peet 28298795b1
debug: update debuggers, fix node not activating 2021-04-07 10:44:32 -07:00
Andre Weinand 4202acc9f7 node-debug@1.44.21 2021-04-06 12:55:21 +02:00
Andre Weinand accd84def6 node-debug@1.44.20 2021-04-06 12:37:18 +02:00
Connor Peet 7a26300301
debug: update js-debug 2021-04-01 09:08:36 -07:00
Andre Weinand f04acbd22a node-debug@1.44.19 2021-03-24 19:24:16 +01:00
Connor Peet b8f5fd7f1b
debug: update js-debug 2021-03-24 09:45:48 -07:00
Connor Peet c88146514c
debug: bump node-debug 2021-03-24 09:18:08 -07:00
Connor Peet 6e2cb85e20
debug: update js-debug 2021-03-22 17:48:32 -07:00
Eric Amodio 64042213ed Bumps RemoteHub to 0.1.2 2021-03-22 17:23:55 -04:00
Eric Amodio 33c11ec866 Bumps RemoteHub to 0.1.1 2021-03-22 11:41:49 -04:00
Eric Amodio 307ed64376 Adds RemoteHub as built-in 2021-03-20 04:48:54 -04:00
Eric Amodio b89cf5c0af Adds RemoteHub to api allow list 2021-03-16 04:23:53 -04:00
Ladislau Szomoru f2515c57a4
Fix repository link for vscode-references-view 2021-03-11 16:37:02 +01:00
Connor Peet bd2b229870
debug: update js-debug 2021-03-04 22:03:35 -08:00
Connor Peet 9d07159695
debug: bump js-debug-companion version
For https://github.com/microsoft/vscode-js-debug/issues/908
2021-03-01 14:18:48 -08:00
Connor Peet 75b26c1e5e
debug: update js-debug 2021-02-25 11:39:55 -08:00
Andre Weinand abf2f3f6c8 node-debug@1.44.17 2021-02-25 11:03:23 +01:00
Connor Peet 91abaaa0cf
debug: bump js-debug 2021-02-23 15:24:48 -08:00
Eric Amodio 39b45dd9c0 Bumps version of github-browser 2021-02-23 02:28:27 -05:00
Ladislau Szomoru 2b230e4b26
Azure DevOps build task to download built-in extension details (#116938) 2021-02-19 18:10:40 +01:00
João Moreno 980becda8d main rename
fixes #116341
2021-02-14 20:10:24 +01:00
Connor Peet 86701b150d
debug: update js-debug 2021-02-08 08:28:29 -08:00
Connor Peet 5b2dc0cad2
npm: move debug script lens into npm, clean up parsing logic
This keeps our npm logic in one place and avoids activating the heavier-
weight `js-debug` extension on every .json file.

Also, use the same command to debug both from the explorer and
from script lens.

Fixes https://github.com/microsoft/vscode-js-debug/issues/782
2021-02-04 18:41:27 +00:00
Andre Weinand dcf0c56a79 node-debug@1.44.16 2021-01-28 12:47:12 +01:00
Connor Peet 25f6e3e254
debug: update js-debug 2021-01-25 17:58:25 -08:00
João Moreno 3b03189afa
Restore extensions in core (#114921)
* bring back grammar extensions

* fix hygiene

* Revert "pull themes from the marketplace"

This reverts commit 0738f76dac.
2021-01-25 17:07:56 +01:00
João Moreno 4af3c1c057
get grammar extensions from marketplace 2021-01-15 13:48:53 +01:00
João Moreno 0738f76dac
pull themes from the marketplace 2021-01-12 20:46:44 +01:00
Johannes Rieken fa701a373b update references viewlet 2021-01-07 16:45:58 +01:00
Johannes Rieken c78bc56460 update references viewlet 2020-12-16 16:55:24 +01:00
Johannes Rieken 5df492ff59 up references-viewlet 2020-12-09 12:18:16 +01:00
Connor Peet 91c7834e92
debug: update js-debug 2020-12-07 16:00:00 -08:00