I don't think there is an automatic way to reach localhost between Linux and Windows, sadly

This commit is contained in:
Neil McPhail 2025-04-27 12:32:47 +00:00
parent 8e42fe3308
commit 6cf3420ba2
2 changed files with 5 additions and 5 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
.tmp/
*.tap
*.sna
*.sld

6
.vscode/launch.json vendored
View File

@ -72,12 +72,8 @@
"load": "myprog.sna", "load": "myprog.sna",
"topOfStack": "0x5d58", "topOfStack": "0x5d58",
"cspect": { "cspect": {
// Change "host.docker.internal" to "localhost" if running on Linux
"hostname": "host.docker.internal" "hostname": "host.docker.internal"
},
"linux": {
"cspect": {
"hostname": "localhost"
}
} }
}, },
{ {