Connor Peet and GitHub
a0fce779af
chore: bump js-debug-companion ( #185589 )
...
For livepreview
2023-06-19 18:36:39 +02:00
Benjamin Pasero and GitHub
518a183762
eng - add build version of node.js to .yarnrc ( #185302 )
...
* eng - add build version of node.js to `.yarnrc`
* 🆙 distro
2023-06-16 09:10:24 +02:00
Benjamin Pasero and GitHub
8afb685c9b
eng - add checksum validation support to nodejs and extensions ( #184877 )
...
* eng - add `checksum` validation support to `remote`
* eng - wire in more `checksum` support
* eng - renames for remote fetching
* eng - renames for remote fetching
* eng - disable verbose
* eng - always fetch verbose in CI
* eng - 💄
* eng - add checksums for node
* eng - report checksum matches
* eng - fix build
* eng - warn when not being able to check sum
* eng - support checksums for built in extensions
* eng - clear todo
* eng - add nodejs metadata to product.json
* 🆙 version
* 🆙 distro
* update distro
* eng - switch to checksum file
* cleanup alpine
* fix alpine
* fix bug
* eng - fetch all from remote
* eng - 💄
* eng - print checksums
* eng - fix missing import
* 🆙 distro
* undo version change
2023-06-14 16:57:06 +02:00
Martin Aeschlimann and GitHub
42fcfb8bfc
innosetup to start/stop tunnel service ( #180527 )
...
* innosetup to start/stop tunnel service
* better messages for tunnel still running
* fix error
* more logs
* add '/log'
* update
* fix
* update
* add kill & timeout wait
* stop service in PrepareToInstall
* non-background: check for tunnel mutex when wizard starts
* polish tunnel mutex names, prompt if tunnel is still running
2023-05-19 11:07:43 +02:00
Connor Peet and GitHub
2c2dcae426
debug: bump js-debug ( #181049 )
...
Fixes https://github.com/microsoft/vscode/issues/181047
2023-04-27 13:46:48 -07:00
Martin Aeschlimann and GitHub
dad6ca32fc
adopt tunnel mutex name change ( #180524 )
2023-04-21 17:49:10 +02:00
Connor Peet and GitHub
b663a7c2ff
debug: bump js-debug ( #179062 )
2023-04-04 00:11:26 +02:00
João Moreno and GitHub
aac80c3f0a
Adopt new distro format ( #178689 )
...
* Simplify distro
Also a ton of drive-by fixing around builds:
- simplified many oneliners
- fixed missing custom npm registry call setups
- remove unnecessary and duplicate work during builds
- many many fixes
2023-04-02 09:35:39 +02:00
Connor Peet and GitHub
f51387bed1
debug: bump js-debug ( #178509 )
...
Contains the following changes: https://github.com/microsoft/vscode-js-debug/compare/v1.77.0...v1.77.1
Cherry pick of candidate for https://github.com/microsoft/vscode/issues/178282
2023-03-28 19:50:38 +02:00
Connor Peet and GitHub
94402be603
debug: bump js-debug ( #177916 )
2023-03-22 00:20:06 +01:00
Connor Peet and GitHub
9c63a80e03
debug: bump js-debug to 1.76.1 ( #177013 )
2023-03-14 00:15:28 +01:00
Connor Peet and GitHub
8939e94f89
debug: bump js-debug ( #175170 )
2023-02-22 21:59:03 +01:00
Connor Peet and GitHub
a39d171680
debug: bump js-debug ( #172855 )
2023-01-30 14:19:33 -08:00
Connor Peet and GitHub
adea68df7e
debug: bump js-debug ( #172080 )
2023-01-24 00:22:34 +01:00
João Moreno and GitHub
9d01c6c598
simplify linux icon names ( #168596 )
...
fixes #157390
2022-12-09 15:05:09 +01:00
Connor Peet and GitHub
2f2e4e1762
debug: bump js-debug ( #168238 )
2022-12-07 00:23:47 +01:00
Connor Peet and GitHub
510f84046f
debug: bump js-debug ( #167574 )
2022-11-29 17:41:37 +00:00
Martin Aeschlimann and GitHub
0131be02f4
add editorWebUrl to tunnelApplicationConfig ( #166872 )
...
* add editorWebUrl to tunnelApplicationConfig
* bump distro & compile 'build'
2022-11-21 09:37:26 -08:00
Connor Peet
3983c597b3
debug: bump js-debug
...
Fixes #164592
2022-11-07 10:50:10 -08:00
Martin Aeschlimann and GitHub
17c7a08962
Add cli & command to run the code server on the desktop ( #163546 )
...
Add cli & command to run the code server on the desktop
2022-10-13 15:02:42 +02:00
Connor Peet and GitHub
b4d97007ec
debug: bump js-debug ( #161898 )
2022-09-27 00:55:36 -07:00
Connor Peet and GitHub
6900e6f4df
fix: dynamic debug of node.js terminal types failing ( #159935 )
...
This contains the following changes: https://github.com/microsoft/vscode-js-debug/compare/v1.71.0...v1.71.1
This (as a candidate) will fix #159881
2022-09-02 10:41:53 -07:00
Connor Peet and GitHub
ce88761cd7
debug: bump js-debug to 1.71 ( #159109 )
2022-08-25 08:47:49 -04:00
Matt Bierner and GitHub
abc84e0735
Bump webview fallback commit ( #157959 )
...
For #157222
2022-08-11 16:40:05 -07:00
Connor Peet and GitHub
99cf19c042
debug: bump js-debug and visualizer for 1.70 ( #156508 )
2022-07-28 00:30:01 +02:00
Connor Peet and GitHub
a432fbda62
debug: bump js-debug for 1.69 ( #153571 )
2022-06-28 11:44:08 -07:00
Connor Peet and GitHub
8a8c175605
debug: bump js-debug ( #150733 )
2022-05-30 19:52:04 +02:00
Matt Bierner and GitHub
17c75e1180
Allow reusing webview origins across reloads ( #149950 )
...
* Allow reusing webview origins across reloads
Currently webviews are always loaded into a unique origin. This keeps them isolated but also means that we can't benefit from caching across window reloads
This change adds a new `origin` option that you can pass to webviews which controls the origin they use. If this origin is not provided, we use a random one instead
We then save off this origin for webview panels and restore it on window reloads. Webviews restore a little faster on window reload
* Update webview fallback version
2022-05-19 16:07:14 -07:00
Connor Peet and GitHub
08f247b552
debug: bump js profile visualizer ( #149981 )
2022-05-19 22:50:55 +00:00
Johannes
d3e6eb992b
move references-viewlet into extensions/-folder
2022-05-03 16:46:13 +02:00
Connor Peet
13e1fd6c62
debug: bump js-debug companion
2022-05-02 14:44:58 -07:00
Connor Peet
6c69756a0a
chore: bump js-debug
2022-04-29 15:01:22 -07:00
Connor Peet
aa59e0c7ca
debug: bump js-debug
2022-04-27 08:13:36 -07:00
Connor Peet and GitHub
5e86e40fab
extensions: pull from github in OSS build ( #146863 )
...
* extensions: pull from github in OSS build
* fixup! address pr comment
2022-04-10 22:36:12 -07:00
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