We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd1e484 commit d57c199Copy full SHA for d57c199
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "code-oss-dev",
3
"version": "1.73.0",
4
- "distro": "51e5bb745ed01b333d96df102d750c9ec33ffe23",
+ "distro": "260d19b7c552f2b72fcee3ca844539fdabf09fbc",
5
"author": {
6
"name": "Microsoft Corporation"
7
},
src/vs/code/node/cli.ts
@@ -50,7 +50,7 @@ export async function main(argv: string[]): Promise<any> {
50
}
51
52
if (args.tunnel) {
53
- if (!product.tunnelApplicationName) {
+ if (!product.tunnelApplicationName || !product.tunnelApplicationConfig) {
54
console.error(`'tunnel' command not supported in ${product.applicationName}`);
55
return;
56
0 commit comments