diff --git a/package.json b/package.json index 2680c64317111..dce595c8402a6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "code-oss-dev", "version": "1.73.0", - "distro": "51e5bb745ed01b333d96df102d750c9ec33ffe23", + "distro": "260d19b7c552f2b72fcee3ca844539fdabf09fbc", "author": { "name": "Microsoft Corporation" }, diff --git a/src/vs/code/node/cli.ts b/src/vs/code/node/cli.ts index bd7acdf794c3b..bc5cd4679792c 100644 --- a/src/vs/code/node/cli.ts +++ b/src/vs/code/node/cli.ts @@ -50,7 +50,7 @@ export async function main(argv: string[]): Promise { } if (args.tunnel) { - if (!product.tunnelApplicationName) { + if (!product.tunnelApplicationName || !product.tunnelApplicationConfig) { console.error(`'tunnel' command not supported in ${product.applicationName}`); return; }