Fix vsix name typo in package.json

This commit is contained in:
Andreea Isac 2021-11-15 11:27:55 -08:00
Родитель c62c0cc984
Коммит d405d105a9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -678,7 +678,7 @@
"vscode:prepublish": "yarn compile",
"compile": "yarn install && tsc -p ./",
"watch": "tsc -watch -p ./",
"package": "vsce package --yarn -o cmake-tools.vsix",
"package": "vsce package --yarn -o makefile-tools.vsix",
"pretest": "yarn compile",
"test": "yarn run pretest && node ./out/src/test/runTest.js"
},