diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2023-04-08 17:20:32 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2023-04-08 17:20:32 +0300 |
| commit | 5ab9865fa6ed343ae0cffefb81b20af2e533e36f (patch) | |
| tree | 57949a3b8335cdf58234e366e50701a19bd6c21d /.vscode | |
| parent | 10e0c53890701abe53c80f1da4a0b64bbd05914c (diff) | |
Move from logisim to digital
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/launch.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index e60d76b..22dd52d 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -11,7 +11,7 @@ "program": "${file}", "console": "integratedTerminal", "justMyCode": true, - "args": ["test.atk16", "test.bin"] + "args": ["src/test.atk16", "out/test.bin"] } ] }
\ No newline at end of file |
