mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
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
This commit is contained in:
committed by
GitHub
parent
b930d45dfa
commit
42fcfb8bfc
+2
-2
@@ -24,8 +24,8 @@
|
||||
"win32arm64UserAppId": "{{3AEBF0C8-F733-4AD4-BADE-FDB816D53D7B}",
|
||||
"win32AppUserModelId": "Microsoft.CodeOSS",
|
||||
"win32ShellNameShort": "C&ode - OSS",
|
||||
"win32TunnelServiceMutex": "vscodetunnelserviceoss",
|
||||
"win32TunnelMutex": "vscodetunneloss",
|
||||
"win32TunnelServiceMutex": "vscodeoss-tunnelservice",
|
||||
"win32TunnelMutex": "vscodeoss-tunnel",
|
||||
"darwinBundleIdentifier": "com.visualstudio.code.oss",
|
||||
"linuxIconName": "code-oss",
|
||||
"licenseFileName": "LICENSE.txt",
|
||||
|
||||
Reference in New Issue
Block a user