Skip to content

Commit d57c199

Browse files
authored
remove tunnelApplicationConfig and handle in cli in release/1.73 (microsoft#165060)
* remove tunnelApplicationConfig and handle in cli * update distro
1 parent dd1e484 commit d57c199

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code-oss-dev",
33
"version": "1.73.0",
4-
"distro": "51e5bb745ed01b333d96df102d750c9ec33ffe23",
4+
"distro": "260d19b7c552f2b72fcee3ca844539fdabf09fbc",
55
"author": {
66
"name": "Microsoft Corporation"
77
},

src/vs/code/node/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export async function main(argv: string[]): Promise<any> {
5050
}
5151

5252
if (args.tunnel) {
53-
if (!product.tunnelApplicationName) {
53+
if (!product.tunnelApplicationName || !product.tunnelApplicationConfig) {
5454
console.error(`'tunnel' command not supported in ${product.applicationName}`);
5555
return;
5656
}

0 commit comments

Comments
 (0)