Skip to content

Commit

Permalink
Fixed missing glob node_module in vsix file.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennykorsukewitz committed May 8, 2023
1 parent 3e2758b commit 548cab8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ vsc-extension-quickstart.md
**/jsconfig.json
**/*.map
**/.eslintrc.json
.env
coverage
*.vsix
TODO.md
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@
"vscode": "^1.74.0"
},
"activationEvents": [
"onCommand:znuny.addFolderToWorkspace",
"onCommand:znuny.customizer",
"onCommand:znuny.generateFilelist",
"onCommand:znuny.objectDependencies",
"onCommand:znuny.quoteWithMarker",
"onCommand:znuny.showZnunyVersion",
"workspaceContains:**.sopm",
"workspaceContains:RELEASE"
],
Expand All @@ -42,17 +48,16 @@
"test": "node ./test/runTest.js"
},
"devDependencies": {
"@types/glob": "^8.0.0",
"@types/mocha": "^10.0.1",
"@types/node": "16.x",
"@types/vscode": "^1.74.0",
"@vscode/test-electron": "^2.2.0",
"eslint": "^8.28.0",
"glob": "^8.0.3",
"mocha": "^10.1.0",
"typescript": "^4.9.3"
},
"dependencies": {
"glob": "^8.1.0",
"node-fetch": "^2.6.9",
"path": "^0.12.7",
"vscode-uri": "^3.0.7",
Expand All @@ -67,8 +72,7 @@
{
"command": "znuny.addFolderToWorkspace",
"title": "Add Folder to Workspace.",
"category": "Znuny",
"icon": "$(accounts-view-bar-icon)"
"category": "Znuny"
},
{
"command": "znuny.customizer",
Expand Down Expand Up @@ -5947,4 +5951,4 @@
}
]
}
}
}

0 comments on commit 548cab8

Please sign in to comment.