File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- # Assumes CodeQL is installed via the VSCode Plugin
4- CODEQL_CODESPACES_PATH=" /root/.vscode-remote/data/User/globalStorage/github.vscode-codeql/distribution1/codeql"
5- export PATH=$CODEQL_CODESPACES_PATH :$PATH
3+ # Install CodeQL Stub
4+ cp ./.devcontainer/codeql.sh /usr/local/bin/codeql
65
76# Clone an instance of the CodeQL repository
87if [ ! -d " ./codeql" ]; then
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+ /root/.vscode-remote/data/User/globalStorage/github.vscode-codeql/distribution1/codeql/codeql $@
Original file line number Diff line number Diff line change 88 },
99 "extensions" : [
1010 " github.vscode-codeql" ,
11- " github.copilot"
11+ " github.copilot" ,
12+ " ms-vscode.test-adapter-converter" ,
1213 ],
1314 "settings" : {
1415 "codeQL.canary" : true ,
You can’t perform that action at this time.
0 commit comments