Skip to content

Commit

Permalink
correct json file
Browse files Browse the repository at this point in the history
  • Loading branch information
hippietrail committed Jan 25, 2025
1 parent e53645e commit 5a05952
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 38 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.DS_Store
.vscode
37 changes: 0 additions & 37 deletions .vscode/settings.json

This file was deleted.

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"activationEvents": [
"onCommand:extension.randomFile"
"onCommand:extension.randomFile",
"onCommand:extension.randomTab"
],
"contributes": {
"commands": [
{
"command": "extension.randomFile",
"title": "Open a random File"
},
{
"command": "extension.randomTab",
"title": "Show a random tab"
}
],
"configuration": {
Expand Down

0 comments on commit 5a05952

Please sign in to comment.