Skip to content

Commit 01efb6f

Browse files
committed
Remove unnecessary workspace setting
1 parent c468efd commit 01efb6f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,5 @@
33
"github.vscode-codeql",
44
"slevesque.vscode-zipexplorer"
55
],
6-
"postCreateCommand": "git submodule init && git submodule update --recursive",
7-
"settings": {
8-
"codeQL.experimentalBqrsParsing": true
9-
}
6+
"postCreateCommand": "git submodule init && git submodule update --recursive"
107
}

0 commit comments

Comments
 (0)