Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dennykorsukewitz committed Feb 6, 2024
1 parent bdf1b07 commit 740a66a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ on:
jobs:
Lint:
uses: dennykorsukewitz/dennykorsukewitz/.github/workflows/reusable.lint.yml@dev
with:
VALIDATE_TYPESCRIPT_STANDARD: false
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ All notable changes to the "AddFolderToWorkspace" extension will be documented i
- Added esbuild to get Browser Editor support.
- Refactored code.
- Added UnitTests workflow.
-

## [1.2.1]

### Maintenance
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "AddFolderToWorkspace",
"displayName": "Add Folder To Workspace",
"description": "This extension adds / removes the selected folder (multiple) to / from the workspace (VSC Workspace).",
"version": "1.2.1",
"version": "2.0.0",
"publisher": "dennykorsukewitz",
"icon": "doc/images/icon.png",
"license": "SEE LICENSE IN LICENSE",
Expand Down

0 comments on commit 740a66a

Please sign in to comment.