building out all the workspaces

This commit is contained in:
2025-07-05 17:11:40 -05:00
parent 62d7deb6a9
commit 122d4f5aaf
3 changed files with 32 additions and 1 deletions

View File

@@ -8,8 +8,21 @@
},
{
"uri": "vscode-remote://ssh-remote+7b22686f73744e616d65223a22436861726c6573446576536572766572227d/home/localuser/Env/FetchApply"
},
{
"uri": "vscode-remote://ssh-remote+7b22686f73744e616d65223a22436861726c6573446576536572766572227d/home/localuser/Env/dotfiles"
}
],
"remoteAuthority": "ssh-remote+7b22686f73744e616d65223a22436861726c6573446576536572766572227d",
"settings": {}
"settings": {
"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",
"debug.javascript.defaultRuntimeExecutable": {
"pwa-node": "/home/localuser/.local/share/mise/shims/node"
},
"python.defaultInterpreterPath": "/home/localuser/.local/share/mise/installs/python/3.11.13/bin/python",
"go.alternateTools": {
"go": "/home/localuser/.local/share/mise/shims/go"
}
}
}

View File

@@ -0,0 +1,9 @@
{
"folders": [
{
"uri": "vscode-remote://ssh-remote+7b22686f73744e616d65223a22436861726c6573446576536572766572227d/home/localuser/TSYSPublic/Board"
}
],
"remoteAuthority": "ssh-remote+7b22686f73744e616d65223a22436861726c6573446576536572766572227d",
"settings": {}
}

View File

@@ -0,0 +1,9 @@
{
"folders": [
{
"uri": "vscode-remote://ssh-remote+7b22686f73744e616d65223a22436861726c6573446576536572766572227d/home/localuser/OutreachMaterial"
}
],
"remoteAuthority": "ssh-remote+7b22686f73744e616d65223a22436861726c6573446576536572766572227d",
"settings": {}
}