From 72decfac1d611ccab03f9106e6e0f1970421307a Mon Sep 17 00:00:00 2001 From: reachableceo Date: Thu, 3 Jul 2025 19:17:45 -0500 Subject: [PATCH] local and remote workspaces all in harmony. beautiful --- .../CharlesDevServer-EnvSetup.code-workspace | 18 +++++++++++++ VsCode/TSYSEnvSetup.code-workspace | 26 ------------------- VsCode/ultix-EnvSetup.code-workspace | 20 ++++++++++++++ 3 files changed, 38 insertions(+), 26 deletions(-) create mode 100644 VsCode/CharlesDevServer-EnvSetup.code-workspace delete mode 100644 VsCode/TSYSEnvSetup.code-workspace create mode 100644 VsCode/ultix-EnvSetup.code-workspace diff --git a/VsCode/CharlesDevServer-EnvSetup.code-workspace b/VsCode/CharlesDevServer-EnvSetup.code-workspace new file mode 100644 index 0000000..e62b481 --- /dev/null +++ b/VsCode/CharlesDevServer-EnvSetup.code-workspace @@ -0,0 +1,18 @@ +{ + "folders": [ + { + "uri": "vscode-remote://ssh-remote+7b22686f73744e616d65223a22436861726c6573446576536572766572227d/home/localuser/KNELProductionContainers" + }, + { + "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/rc-automation-espanso" + } + ], + "remoteAuthority": "ssh-remote+7b22686f73744e616d65223a22436861726c6573446576536572766572227d", + "settings": {} +} \ No newline at end of file diff --git a/VsCode/TSYSEnvSetup.code-workspace b/VsCode/TSYSEnvSetup.code-workspace deleted file mode 100644 index bdcf415..0000000 --- a/VsCode/TSYSEnvSetup.code-workspace +++ /dev/null @@ -1,26 +0,0 @@ -{ - "folders": [ - { - "path": "../dotfiles" - }, - { - "path": "../../FetchApply" - }, - { - "path": "../../rc-automation-espanso" - }, - { - "path": "../../reachableceo-laptop-docker" - }, - { - "path": "../../VsCodeProfiles" - }, - { - "path": "../../KNELSecretsManager" - }, - { - "path": "../../DSR" - } - ], - "settings": {} -} \ No newline at end of file diff --git a/VsCode/ultix-EnvSetup.code-workspace b/VsCode/ultix-EnvSetup.code-workspace new file mode 100644 index 0000000..948395b --- /dev/null +++ b/VsCode/ultix-EnvSetup.code-workspace @@ -0,0 +1,20 @@ +{ + "folders": [ + { + "path": "../../DSR" + }, + { + "path": "../../Dev/EnvSetup/dotfiles" + }, + { + "path": "../../Dev/EnvSetup/VsCodeProfiles" + }, + { + "path": ".." + }, + { + "path": "../../Dev/EnvSetup/rc-automation-espanso" + } + ], + "settings": {} +} \ No newline at end of file