-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
code-serverversion: 1.1156-vsc1.33.1- OS Version: Windows 10
Description
Trying to docker build . results in:
ERROR VSCODE:PATCH Failed: Failed to apply patches: /src/scripts/vscode.patch:6: trailing whitespace.
export const isMacintosh = userAgent.indexOf("Macintosh") >= 0;
/src/scripts/vscode.patch:7: trailing whitespace.
export const isWindows = userAgent.indexOf("Windows") >= 0;
/src/scripts/vscode.patch:8: trailing whitespace.
export const isLinux = userAgent.indexOf("Linux") >= 0;
/src/scripts/vscode.patch:9: trailing whitespace.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working