-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from OPTITOOL/removeTurnRestrictions
Remove turn restrictions
- Loading branch information
Showing
9 changed files
with
27 additions
and
319 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,21 @@ | ||
|
||
{ | ||
"name": "DevContainer for morturi", | ||
|
||
// Sets the run context to one level up instead of the .devcontainer folder. | ||
"context": ".", | ||
|
||
// Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename. | ||
"dockerFile": "Dockerfile", | ||
|
||
|
||
"customizations": { | ||
"vscode": { | ||
"extensions": [ | ||
"ms-vscode.cpptools", | ||
"piotrkosek.vscode-gtest-test-adapter-with-code-lens", | ||
"xaver.clang-format", | ||
"twxs.cmake", | ||
// "josetr.cmake-language-support-vscode", | ||
"ms-vscode.cmake-tools", | ||
"donjayamanne.git-extension-pack" | ||
] | ||
} | ||
"name": "DevContainer for morturi", | ||
// Sets the run context to one level up instead of the .devcontainer folder. | ||
"context": ".", | ||
// Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename. | ||
"dockerFile": "Dockerfile", | ||
"customizations": { | ||
"vscode": { | ||
"extensions": [ | ||
"ms-vscode.cpptools", | ||
"piotrkosek.vscode-gtest-test-adapter-with-code-lens", | ||
"xaver.clang-format", | ||
"twxs.cmake", | ||
// "josetr.cmake-language-support-vscode", | ||
"ms-vscode.cmake-tools", | ||
"donjayamanne.git-extension-pack" | ||
] | ||
} | ||
} | ||
}, | ||
"remoteUser": "root" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.