diff options
Diffstat (limited to '.vscode/cmake-kits.json')
| -rw-r--r-- | .vscode/cmake-kits.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.vscode/cmake-kits.json b/.vscode/cmake-kits.json new file mode 100644 index 00000000..95bb600b --- /dev/null +++ b/.vscode/cmake-kits.json @@ -0,0 +1,6 @@ +[ + { + "name": "InfiniTime Compiler", + "environmentSetupScript": "${workspaceFolder}/docker/build.sh" + } +] |
