diff options
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/launch.json | 2 | ||||
| -rw-r--r-- | .vscode/settings.json | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 22dd52d..a7efb5f 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -11,7 +11,7 @@ "program": "${file}", "console": "integratedTerminal", "justMyCode": true, - "args": ["src/test.atk16", "out/test.bin"] + "args": ["out/just_hlt.bin"] } ] }
\ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 3516cb9..8d4fc35 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,5 @@ { - "python.formatting.provider": "autopep8" + "python.formatting.provider": "autopep8", + "editor.tabSize": 2, + "editor.detectIndentation": false }
\ No newline at end of file |
