diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-13 15:37:11 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-13 15:37:11 +0100 |
commit | 408eb1fb5932a683a65db79afed6a300e18db5c6 (patch) | |
tree | e57e60a9b9421b862fedaeef59bf621627ef336d /.vscode/launch.json | |
parent | e4b3162d28a635af37dd7ca1f71db16e0d196864 (diff) |
added keycodes
Diffstat (limited to '.vscode/launch.json')
-rw-r--r-- | .vscode/launch.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..5c7247b --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,7 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [] +}
\ No newline at end of file |