Skip to content

Commit

Permalink
Tidied Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dennykorsukewitz committed Nov 17, 2023
1 parent c68af93 commit e6a24fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
run: npm i -g vsce

- name: Publish
run: vsce publish -p ${{ secrets.VSCE_PAT }}
run: vsce publish -p ${{ secrets.VSC_PAT }}
8 changes: 7 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit e6a24fd

Please sign in to comment.