diff --git a/VsCode/CharlesDevServer-EnvSetup.code-workspace b/VsCode/CharlesDevServer-EnvSetup.code-workspace index 739225f..406a25d 100644 --- a/VsCode/CharlesDevServer-EnvSetup.code-workspace +++ b/VsCode/CharlesDevServer-EnvSetup.code-workspace @@ -6,9 +6,6 @@ { "uri": "vscode-remote://ssh-remote+7b22686f73744e616d65223a22436861726c6573446576536572766572227d/home/localuser/reachableceo-laptop-docker" }, - { - "uri": "vscode-remote://ssh-remote+7b22686f73744e616d65223a22436861726c6573446576536572766572227d/home/localuser/Env/FetchApply" - }, { "uri": "vscode-remote://ssh-remote+7b22686f73744e616d65223a22436861726c6573446576536572766572227d/home/localuser/Env/dotfiles" } diff --git a/VsCode/CharlesDevServer-ReachableCEO-OutreachMaterial.code-workspace b/VsCode/CharlesDevServer-ReachableCEO-OutreachMaterial.code-workspace index 053bc2d..5fa162c 100644 --- a/VsCode/CharlesDevServer-ReachableCEO-OutreachMaterial.code-workspace +++ b/VsCode/CharlesDevServer-ReachableCEO-OutreachMaterial.code-workspace @@ -1,7 +1,7 @@ { "folders": [ { - "uri": "vscode-remote://ssh-remote+7b22686f73744e616d65223a22436861726c6573446576536572766572227d/home/localuser/OutreachMaterial" + "uri": "vscode-remote://ssh-remote+7b22686f73744e616d65223a22436861726c6573446576536572766572227d/home/localuser/ReachableCEO/ReachableCEO-OutreachMaterial" } ], "remoteAuthority": "ssh-remote+7b22686f73744e616d65223a22436861726c6573446576536572766572227d", diff --git a/VsCode/CharlesDevServer=VpTechops.code-workspace b/VsCode/CharlesDevServer=VpTechops.code-workspace new file mode 100644 index 0000000..7f05af0 --- /dev/null +++ b/VsCode/CharlesDevServer=VpTechops.code-workspace @@ -0,0 +1,22 @@ +{ + "folders": [ + { + "uri": "vscode-remote://ssh-remote+7b22686f73744e616d65223a22436861726c6573446576536572766572227d/home/localuser/TSYSPublic/ChiefOperationsOfficer/VpTechops/FetchApply" + }, + { + "uri": "vscode-remote://ssh-remote+7b22686f73744e616d65223a22436861726c6573446576536572766572227d/home/localuser/TSYSPublic/ChiefOperationsOfficer/VpTechops/KNELProductionContainers" + } + ], + "remoteAuthority": "ssh-remote+7b22686f73744e616d65223a22436861726c6573446576536572766572227d", + "settings": { + "debug.javascript.defaultRuntimeExecutable": { + "pwa-node": "/home/localuser/.local/share/mise/shims/node" + }, + "jdk.jdkhome": "/home/localuser/.local/share/mise/installs/java/openjdk-21.0.2", + "go.goroot": "/home/localuser/.local/share/mise/installs/go/1.24.4", + "python.defaultInterpreterPath": "/home/localuser/.local/share/mise/installs/python/3.11.13/bin/python", + "go.alternateTools": { + "go": "/home/localuser/.local/share/mise/shims/go" + } + } +} \ No newline at end of file