Skip to content

Commit 933c1f7

Browse files
committed
Fix app name patch placement
1 parent 0f34841 commit 933c1f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

patches/app-name.diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Index: code-server/lib/vscode/src/vs/server/node/webClientServer.ts
1515
===================================================================
1616
--- code-server.orig/lib/vscode/src/vs/server/node/webClientServer.ts
1717
+++ code-server/lib/vscode/src/vs/server/node/webClientServer.ts
18-
@@ -366,1 +366,3 @@
18+
@@ -355,1 +355,3 @@
1919
const productConfiguration: Partial<Mutable<IProductConfiguration>> = {
2020
+ nameShort: this._environmentService.args['app-name'],
2121
+ nameLong: this._environmentService.args['app-name'],

0 commit comments

Comments
 (0)