We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52ee4d4 commit 81ce511Copy full SHA for 81ce511
.devcontainer/swift/user.sh
@@ -8,6 +8,10 @@ echo "--search-path /workspaces/codeql" > /home/vscode/.config/codeql/config
8
cd /workspaces/codeql
9
bazel run swift/create-extractor-pack
10
11
+#install and set up pre-commit
12
+python3 -m pip install pre-commit
13
+pre-commit install
14
+
15
cat >> $HOME/.bashrc << EOF
16
17
# have the codeql binary installed by vscode automatically in PATH
0 commit comments