Skip to content

Commit

Permalink
Use category for command
Browse files Browse the repository at this point in the history
  • Loading branch information
grgar committed Apr 25, 2024
1 parent e7f190f commit 5008d8c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
### v1.1.5

- Use category for command

### v1.1.4

- Show editor for files in settings UI
Expand Down
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.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"description": "Apply dotfiles from settings",
"icon": "images/icon-small.png",
"version": "1.1.4",
"version": "1.1.5",
"license": "MIT",
"engines": {
"vscode": "^1.74.0"
Expand Down Expand Up @@ -39,7 +39,8 @@
"commands": [
{
"command": "dotfiles.apply",
"title": "dotfiles: Apply Config",
"title": "Apply Config",
"category": "dotfiles",
"icon": "$(file-symlink-file)"
}
],
Expand Down

0 comments on commit 5008d8c

Please sign in to comment.