Robo
1fefbeea3c
fix: insiders cli launch from wsl terminal ( #279444 )
...
* fix: insiders cli launch from wsl terminal
* chore: also update server cli
* chore: address review feedback
2025-11-26 16:29:52 +01:00
Robo
4c5bfb172a
feat: create versioned resources for windows setup ( #263998 )
...
* feat: create versioned resources for windows setup
* chore: use inno_updater to remove old installation
* chore: remove old installation as part of setup
* chore: update explorer-command
* chore: prefer session-end
* chore: uninst delete updating_version
* chore: make session-ending write synchronous
* chore: cleanup updateService.win32.ts
* chore: invoke inno_updater gc path for non background update
* chore: move session-end path to runtime
* chore: use commit for updating_version
* chore: fix invalid string
* chore: set appUpdate path
* chore: update inno_updater
* chore: empty commit for testing
* chore: some cleanups
1) Check for session-ending flag in appx and tunnel callsites
2) Move gc for background update to cleanup phase in updateservice
3) Set update state to ready when there is a running inno_setup
* chore: disallow same version update
* chore: disallow application launch in the middle of update
* chore: empty commit for testing
* chore: bump inno_updater
* chore: empty commit for testing
* chore: move gc to update startup
* chore: move feature behind insider only check
* chore: bump inno_updater
* chore: bump explorer-command
* fix: build
* fix: gc for background update in system setup
* chore: create separate cli entrypoints for build
* fix: check for setup mutex created by inno
* chore: remove problematic updatingVersionPath deletion
* chore: remove redundant update check
* chore: bump inno_updater
* chore: fix build
* chore: bump inno updater
2025-11-24 21:32:12 +09:00
Robo
f5e06c148d
feat: support device permissions via package identity ( #257741 )
...
* feat: support device permissions via package identity
* chore: update explorer dll checksums
* chore: cleanup appx preparation
* chore: avoid cross-device link error
* chore: remove appx installation gate
* chore: rm duplicate appx installation checks
* chore: extract package full name from Get-AppxPackage
* chore: fix remove-appxpackage command
2025-07-25 12:57:36 -07:00
Connor Peet
d8880a78e9
cli: propagate exit code from cli.js ( #207343 )
...
Fixes #204067
2024-03-11 17:55:28 +01:00
Robo
fb76955440
chore: update electron@27.2.1 ( #202053 )
...
* chore: bump electron@27.2.1
* chore: enable code cache support for custom standard schemes
Refs 267cbc841e
* chore: remove --ms-enable-electron-run-as-node
Removed in favor of f842ead6bc
* chore: update distro
2024-01-09 08:33:34 +01:00
João Moreno
5854ef865c
Generate policies again ( #149322 )
...
* Generate ADMX/ADML policy declaration files from static analysis
Fixes : #148941
* fix build
* move to optional dependencies
2022-05-12 09:16:03 +02:00
Joyce Er
ba8ced85c5
Revert "Generate ADMX/ADML policy declaration files from static analysis" ( #149194 )
...
This reverts commit dcfe6b3b84 .
2022-05-10 16:30:34 -07:00
João Moreno
dcfe6b3b84
Generate ADMX/ADML policy declaration files from static analysis
...
Fixes : #148941
2022-05-10 13:17:05 +02:00
Joao Moreno
882fdd77b2
include policies in win32
2022-04-20 16:34:41 +02:00
Martin Aeschlimann
d9f91002d4
wsl code: pass SERVERDATAFOLDER
2022-01-24 14:43:43 +01:00
Alexandru Dima
e08e4d3fe1
Move --ms-enable-electron-run-as-node to a later location ( #136786 )
...
* Move `--ms-enable-electron-run-as-node` to a later location, which is not fatal in Electron builds that don't know it
* undo bad change
2021-11-09 15:11:12 -08:00
deepak1556
ac29daaf3b
Fixes #136771 : update to Electron v13.5.2 and pass --ms-enable-run-as-node together with ELECTRON_RUN_AS_NODE
2021-11-09 19:09:26 +01:00
Miguel Solorio
17731c3fcc
Fix #129480
2021-09-13 16:12:22 -07:00
Brigit Murtaugh
cd13f36aee
Update VisualElementsManifest.xml ( #127370 )
2021-06-28 15:15:00 -07:00
Brigit Murtaugh
de931efe6b
Add ShortDisplayName ( #127338 )
2021-06-28 09:38:35 -07:00
Martin Aeschlimann
59df6b40f1
code.sh: Prevent stealing of stdin (for #99815 )
2020-10-16 22:45:38 +02:00
ChaseKnowlden
e8760a5d6c
Fix capitalization of GitHub org
2020-09-17 11:43:03 +02:00
Martin Aeschlimann
b5d8e6e72c
code.sh: add quotes to export WSLENV
2020-08-14 13:56:34 +02:00
Martin Aeschlimann
aa46585224
code.se: Improve version check for WSL2
2020-06-22 21:49:24 +02:00
Martin Aeschlimann
c93c29c357
code.sh: loosen check for WSL2
2020-06-19 23:42:58 +02:00
Martin Aeschlimann
29b5f87288
code.sh: debug with VSCODE_WSL_DEBUG_INFO
2020-06-03 21:51:04 +02:00
Martin Aeschlimann
4eadd58d11
Unable to launch vscode in remote mode from WSL2 (custom kernel) Fixes https://github.com/microsoft/vscode-remote-release/issues/2809
2020-06-03 21:43:18 +02:00
Niklas Mollenhauer
1cc0b592c2
Remove executable bits from non-executable files
2019-10-08 15:18:42 +02:00
Martin Aeschlimann
798e32cb83
code.sh: pipe error still printed. For https://github.com/microsoft/vscode-remote-release/issues/1420
2019-09-19 16:15:13 +02:00
Martin Aeschlimann
945d678d36
uv_pipe_open error when starting code-insiders from WSL microsoft/vscode-remote-release#1420
2019-09-17 18:06:55 +02:00
Martin Aeschlimann
68c1123b33
Code-insiders started from WSL doesn't return to console/ doesn't connect Fixes microsoft/vscode-remote-release#1369
2019-09-06 10:46:53 +02:00
Martin Aeschlimann
587c673c7f
wsl2 workaround no longer necessary
2019-09-03 17:51:53 +02:00
Martin Aeschlimann
df880b0434
Workaround for broken WSL2 in Win build 18947. For #77898
2019-08-23 15:36:14 +02:00
Miguel Solorio
44a48f75d6
Add installer assets for OSS ( #79045 )
2019-08-15 06:38:47 +02:00
Martin Aeschlimann
49b51b32b2
Run wslCode with electron (fixes vscode-remote-release#914)
2019-07-30 11:41:14 +02:00
Martin Aeschlimann
e40623fcb7
Revert "Failure to launch VSCode from WSL2. Fixes microsoft/vscode-remote-release#914"
...
This reverts commit 0288def891 .
2019-07-23 09:17:05 +02:00
Martin Aeschlimann
0f90403c57
windows/code.sh: convert to sh
2019-07-16 17:05:57 +02:00
Martin Aeschlimann
0288def891
Failure to launch VSCode from WSL2. Fixes microsoft/vscode-remote-release#914
2019-07-16 12:21:46 +02:00
Martin Aeschlimann
99ebdaa7dc
Code-insiders started from WSL doesn't return to console/ doesn't connect. Fixes microsoft/vscode-remote-release#780
2019-06-24 18:10:47 +02:00
Martin Aeschlimann
769e5d2ad2
win code.sh fix
2019-06-20 16:50:29 +02:00
Martin Aeschlimann
3bffb1561c
code doesn't open in remote-wsl under WSL2. For microsoft/vscode-remote-release#714
2019-06-19 11:44:02 +02:00
Martin Aeschlimann
ecf9a9f764
code.sh: add datafolder
2019-05-29 23:18:50 +02:00
Martin Aeschlimann
b331ec3386
code.sh for wsl: avoid cmd.
...
Fixes microsoft/vscode-remote-release#42
Fixes microsoft/vscode-remote-release#170
2019-05-23 12:46:09 +02:00
kieferrm
4237ce04c5
change publisher
2019-04-30 23:34:46 +00:00
XTY
e44a5ce145
Resolved regression in WSL launch script
2019-04-24 07:40:11 +08:00
Martin Aeschlimann
87fd1d4534
Strange console output when using WSL
2019-04-23 16:05:39 +02:00
Daniel Imms
12cb89c82e
Make sure Windows bash CLI works with spaces in user name
2019-04-19 09:46:57 -07:00
Martin Aeschlimann
0dc03a8281
code.cmd: don't use call as it substitites vars in arguments
2019-04-17 23:07:40 +02:00
Martin Aeschlimann
e146527fec
win/code.sh: falback when wslpath not present
2019-04-16 10:44:44 +02:00
Martin Aeschlimann
84b1474d09
Code Insiders latest update break the code-insiders commands inisde WSL. Fixes #72260
2019-04-15 16:11:31 +02:00
Martin Aeschlimann
f999a29671
add quality to win/code.sh
2019-04-12 14:58:29 +02:00
Martin Aeschlimann
b7ec5e8e6c
Use wsl ext
2019-04-11 09:58:18 +02:00
ImgBotApp
d412f89baf
[ImgBot] Optimize images
...
*Total -- 201.93kb -> 142.81kb (29.28%)
/extensions/npm/images/npm_icon.png -- 3.21kb -> 0.51kb (84.1%)
/src/vs/workbench/parts/debug/electron-browser/media/stepout-tb.png -- 2.89kb -> 0.47kb (83.83%)
/src/vs/workbench/parts/debug/electron-browser/media/stop-tb.png -- 1.50kb -> 0.35kb (76.43%)
/src/vs/workbench/parts/debug/electron-browser/media/pause-tb.png -- 1.55kb -> 0.37kb (76.34%)
/src/vs/workbench/browser/parts/editor/media/forward-tb.png -- 1.57kb -> 0.37kb (76.25%)
/src/vs/workbench/browser/parts/editor/media/back-tb.png -- 1.52kb -> 0.37kb (75.53%)
/src/vs/workbench/parts/debug/electron-browser/media/continue-tb.png -- 1.60kb -> 0.42kb (73.48%)
/src/vs/workbench/parts/debug/electron-browser/media/stepinto-tb.png -- 1.66kb -> 0.47kb (71.51%)
/src/vs/workbench/parts/debug/electron-browser/media/restart-tb.png -- 1.91kb -> 0.59kb (68.84%)
/src/vs/workbench/parts/debug/electron-browser/media/stepover-tb.png -- 1.93kb -> 0.62kb (67.75%)
/resources/linux/code.png -- 5.76kb -> 2.66kb (53.86%)
/extensions/html-language-features/icons/html.png -- 4.40kb -> 2.28kb (48.15%)
/extensions/theme-seti/icons/seti-circular-128x128.png -- 8.73kb -> 4.70kb (46.12%)
/extensions/typescript-language-features/icon.png -- 1.60kb -> 0.97kb (39.15%)
/src/vs/platform/extensionManagement/node/media/defaultIcon.png -- 1.65kb -> 1.03kb (37.49%)
/src/vs/workbench/parts/extensions/electron-browser/media/defaultIcon.png -- 1.65kb -> 1.03kb (37.49%)
/extensions/vscode-api-tests/testWorkspace/sub/image.png -- 35.87kb -> 24.99kb (30.33%)
/extensions/vscode-api-tests/testWorkspace/image.png -- 35.87kb -> 24.99kb (30.33%)
/resources/win32/code_150x150.png -- 0.55kb -> 0.39kb (29.96%)
/extensions/css-language-features/icons/css.png -- 5.07kb -> 3.63kb (28.37%)
/extensions/json-language-features/icons/json.png -- 5.84kb -> 4.33kb (25.89%)
/extensions/markdown-language-features/icon.png -- 1.19kb -> 0.88kb (25.86%)
/src/vs/workbench/parts/extensions/electron-browser/media/theme-icon.png -- 9.90kb -> 7.42kb (25.1%)
/extensions/php-language-features/icons/logo.png -- 10.85kb -> 8.99kb (17.13%)
/extensions/gulp/images/gulp.png -- 7.36kb -> 6.20kb (15.8%)
/extensions/merge-conflict/resources/icons/merge-conflict.png -- 2.47kb -> 2.10kb (14.96%)
/extensions/jake/images/cowboy_hat.png -- 43.85kb -> 41.67kb (4.98%)
2018-11-06 20:46:03 +00:00
Miguel Solorio
3ace1898e7
Update file icons to use file type icon in small views
2018-10-11 11:49:15 -07:00
Martin Aeschlimann
9588b6fe87
Launching "code" from git bash fails with "cannot find module" error. Fixes #58950
2018-10-03 10:22:37 +02:00