From 6cf3420ba2c90fe0d9531369c179a568705ea4bc Mon Sep 17 00:00:00 2001 From: Neil McPhail Date: Sun, 27 Apr 2025 12:32:47 +0000 Subject: [PATCH] I don't think there is an automatic way to reach localhost between Linux and Windows, sadly --- .gitignore | 4 ++++ .vscode/launch.json | 6 +----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 .gitignore 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" - } } }, {