From 85f92e10394393df0fb391ad6102746aafb3a7c2 Mon Sep 17 00:00:00 2001 From: Peter Repukat Date: Sat, 16 Oct 2021 22:42:23 +0200 Subject: [PATCH] proper code.workspace --- glosc.code-workspace | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glosc.code-workspace b/glosc.code-workspace index ad9a45f..18308c3 100644 --- a/glosc.code-workspace +++ b/glosc.code-workspace @@ -1,11 +1,11 @@ { "folders": [ { - "uri": "vscode-remote://wsl+arch/home/alia5/glossi/GloSC/GlosSITarget" + "path": "GlosSITarget" }, { "name": "root", - "uri": "vscode-remote://wsl+arch/home/alia5/glossi/GloSC" + "path": "." } ], "settings": {}