mirror of
https://github.com/coder/code-server.git
synced 2026-05-24 13:17:28 +02:00
Format and lint
This commit is contained in:
@@ -10,7 +10,7 @@ main() {
|
||||
git submodule update --init
|
||||
|
||||
# If the patch fails to apply, then it's likely already applied
|
||||
yarn vscode:patch &>/dev/null || true
|
||||
yarn vscode:patch &> /dev/null || true
|
||||
|
||||
# Install VS Code dependencies.
|
||||
(cd lib/vscode && yarn)
|
||||
|
||||
Reference in New Issue
Block a user