Skip to content

Commit d8fcde2

Browse files
committed
feat: support workspaces with multiple folders
1 parent 50222ea commit d8fcde2

File tree

2 files changed

+230
-183
lines changed

2 files changed

+230
-183
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"contributes": {
2121
"commands": [
2222
{
23-
"command": "code-ownership-vscode.validate",
24-
"title": "Validate",
23+
"command": "code-ownership-vscode.run",
24+
"title": "Run",
2525
"category": "Code Ownership"
2626
},
2727
{

0 commit comments

Comments
 (0)