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 1
1
#! /bin/bash
2
2
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
6
5
7
6
# Clone an instance of the CodeQL repository
8
7
if [ ! -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 8
8
},
9
9
"extensions" : [
10
10
" github.vscode-codeql" ,
11
- " github.copilot"
11
+ " github.copilot" ,
12
+ " ms-vscode.test-adapter-converter" ,
12
13
],
13
14
"settings" : {
14
15
"codeQL.canary" : true ,
You can’t perform that action at this time.
0 commit comments