add publisher

This commit is contained in:
程广 2025-02-26 12:56:26 +08:00
parent ace4c437eb
commit aa283b841c
1 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@
"ui",
"workspace"
],
"publisher": "elf.cheng",
"extensionDependencies": [
"vscode.git"
],
@ -45,7 +46,7 @@
"watch": "npm-run-all -p watch:*",
"watch:esbuild": "node esbuild.js --watch",
"watch:tsc": "tsc --noEmit --watch --project tsconfig.json",
"package": "npm run check-types && npm run lint && node esbuild.js --production",
"package": "npm run check-types && npm run lint && node esbuild.js --production && vsce package",
"compile-tests": "tsc -p . --outDir out",
"watch-tests": "tsc -p . -w --outDir out",
"pretest": "npm run compile-tests && npm run compile && npm run lint",