From e6a24fdfc629554e09e3aeea1b318f1ce9ac12aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denny=20Korsuk=C3=A9witz?= Date: Fri, 17 Nov 2023 12:18:51 +0100 Subject: [PATCH] Tidied Workflow --- .github/workflows/release.yml | 2 +- RELEASE.md | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b6fdafd..ea2e903 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,4 +26,4 @@ jobs: run: npm i -g vsce - name: Publish - run: vsce publish -p ${{ secrets.VSCE_PAT }} \ No newline at end of file + run: vsce publish -p ${{ secrets.VSC_PAT }} \ No newline at end of file diff --git a/RELEASE.md b/RELEASE.md index bcd4ba1..628dd74 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,4 +1,10 @@ -# [1.1.2] +# [1.2.1] + +## Maintenance - Added additional check if vscode.workspace.workspaceFolders exists. - Saves the new manually entered directory globally. + +## Recursive Workspaces (only first level) + +- Added new setting `addFolderToWorkspace.recursiveWorkspaces` to use recursive Workspaces (only first level).