up
This commit is contained in:
@@ -20,7 +20,8 @@
|
||||
"pretest": "npm run compile && npm run lint",
|
||||
"test": "vscode-test",
|
||||
"vscode:prepublish": "npm run compile",
|
||||
"watch": "tsc -watch -p ./"
|
||||
"watch": "tsc -watch -p ./",
|
||||
"prepare": "husky"
|
||||
},
|
||||
"contributes": {
|
||||
"commands": [
|
||||
@@ -60,6 +61,9 @@
|
||||
"@vscode/test-cli": "^0.0.12",
|
||||
"@vscode/test-electron": "^2.5.2",
|
||||
"eslint": "^10.1.0",
|
||||
"husky": "^9.1.7",
|
||||
"lint-staged": "^16.4.0",
|
||||
"prettier": "^3.8.1",
|
||||
"ts-api-utils": "^2.5.0",
|
||||
"typescript": "^6.0.2"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user