diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2808db5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.tmp/ +*.tap +*.sna +*.sld \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json index c203a6b..af3a73d 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -72,12 +72,8 @@ "load": "myprog.sna", "topOfStack": "0x5d58", "cspect": { + // Change "host.docker.internal" to "localhost" if running on Linux "hostname": "host.docker.internal" - }, - "linux": { - "cspect": { - "hostname": "localhost" - } } }, {