mirror of
https://github.com/coder/code-server.git
synced 2026-05-27 17:13:49 +02:00
clean.sh: Do not reset lib/vscode
Now that we've moved to the submodule, there is no need to reset changes in there :) cc @jsjoeio
This commit is contained in:
@@ -9,7 +9,6 @@ main() {
|
||||
|
||||
pushd lib/vscode
|
||||
git clean -xffd
|
||||
git reset --hard
|
||||
popd
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user