aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2023-04-08 17:20:32 +0300
committerJan Tuomi <jans.tuomi@gmail.com>2023-04-08 17:20:32 +0300
commit5ab9865fa6ed343ae0cffefb81b20af2e533e36f (patch)
tree57949a3b8335cdf58234e366e50701a19bd6c21d /.vscode
parent10e0c53890701abe53c80f1da4a0b64bbd05914c (diff)
Move from logisim to digital
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json2
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