Skip to content

Commit

Permalink
chore: bump version [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
swellbot committed Mar 11, 2023
1 parent f6e1f22 commit 866fb63
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Workspace Config+",
"description": "VS Code extension for improved workspace configuration",
"main": "src/index.js",
"version": "0.2.4",
"version": "0.2.5",
"license": "MIT",
"preview": true,
"private": true,
Expand Down Expand Up @@ -65,7 +65,10 @@
"type": "string",
"scope": "resource",
"default": "combine",
"enum": ["combine", "overwrite"],
"enum": [
"combine",
"overwrite"
],
"enumDescriptions": [
"Performs a deep merge of array-type properties overlapping in both local and shared user settings, where the arrays are combined",
"If both the local and shared files define a value for the same array-type property, then the array value in the local file is used and the shared array value is ignored"
Expand Down

0 comments on commit 866fb63

Please sign in to comment.