From 9c2561aa8c447b42982e22a5220fd74d9c34c8cc Mon Sep 17 00:00:00 2001 From: MrDynamo Date: Mon, 1 Apr 2024 13:39:45 -0500 Subject: [PATCH] =?UTF-8?q?refactor(workspace):=20=F0=9F=94=A7=20update=20?= =?UTF-8?q?dev=20workspace=20and=20sorting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- workspace.code-workspace => develop.code-workspace | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename workspace.code-workspace => develop.code-workspace (73%) diff --git a/workspace.code-workspace b/develop.code-workspace similarity index 73% rename from workspace.code-workspace rename to develop.code-workspace index 56af51bf6..dedaaef40 100644 --- a/workspace.code-workspace +++ b/develop.code-workspace @@ -1,16 +1,16 @@ { "folders": [ - { - "name": "Wizarr Monorepo", - "path": "./" - }, { "name": "Wizarr [Frontend]", - "path": "./apps/wizarr" + "path": "./apps/wizarr-frontend" }, { "name": "Wizarr [Backend]", "path": "./apps/wizarr-backend" + }, + { + "name": "Wizarr [Monorepo]", + "path": "./" } ] } \ No newline at end of file