mirror of
https://github.com/coder/code-server.git
synced 2026-07-02 15:12:25 +02:00
Update Code to 1.127.0 (#7880)
There is a new use of parsedArgs so we have to pass that in since we parse on demand instead of globally.
This commit is contained in:
@@ -6,7 +6,7 @@ Index: code-server/lib/vscode/build/gulpfile.reh.ts
|
||||
===================================================================
|
||||
--- code-server.orig/lib/vscode/build/gulpfile.reh.ts
|
||||
+++ code-server/lib/vscode/build/gulpfile.reh.ts
|
||||
@@ -297,10 +297,15 @@ function packageTask(type: string, platf
|
||||
@@ -344,10 +344,15 @@ function packageTask(type: string, platf
|
||||
const destination = path.join(BUILD_ROOT, destinationFolderName);
|
||||
|
||||
return () => {
|
||||
|
||||
Reference in New Issue
Block a user