We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9fb661d + faeed81 commit ff2ef35Copy full SHA for ff2ef35
ci/dev/reset-vscode.sh
@@ -0,0 +1,12 @@
1
+#!/usr/bin/env bash
2
+set -euo pipefail
3
+
4
+main() {
5
+ cd "$(dirname "$0")/../.."
6
7
+ cd ./lib/vscode
8
+ git add -A
9
+ git reset --hard
10
+}
11
12
+main "$@"
package.json
@@ -13,6 +13,7 @@
13
"vscode": "./ci/dev/vscode.sh",
14
"vscode:patch": "./ci/dev/patch-vscode.sh",
15
"vscode:diff": "./ci/dev/diff-vscode.sh",
16
+ "vscode:reset": "./ci/dev/reset-vscode.sh",
17
"build": "./ci/build/build-code-server.sh",
18
"build:vscode": "./ci/build/build-vscode.sh",
19
"release": "./ci/build/build-release.sh",
0 commit comments