Archived
1
0

feat: remove vscode scripts used with submodule

This commit is contained in:
Joe Previte
2020-12-15 15:59:12 -07:00
parent 51a2a2ad2d
commit 25e6f8414a
4 changed files with 0 additions and 5020 deletions

View File

@ -1,12 +0,0 @@
#!/usr/bin/env bash
set -euo pipefail
main() {
cd "$(dirname "$0")/../.."
cd ./lib/vscode
git add -A
git diff HEAD --patience --full-index > ../../ci/dev/vscode.patch
}
main "$@"

View File

@ -1,11 +0,0 @@
#!/usr/bin/env bash
set -euo pipefail
main() {
cd "$(dirname "$0")/../.."
cd ./lib/vscode
git apply ../../ci/dev/vscode.patch
}
main "$@"

File diff suppressed because it is too large Load Diff