Skip to content

Commit 2a0bf22

Browse files
committed
0.2.1
1 parent 9ab78e0 commit 2a0bf22

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"esbuild": "npm run esbuild-base -- --sourcemap",
6060
"esbuild-watch": "npm run esbuild-base -- --sourcemap --watch",
6161
"test-compile": "tsc -p ./",
62-
"deploy": "vsce publish --yarn"
62+
"deploy": "vsce publish --no-yarn"
6363
},
6464
"devDependencies": {
6565
"@types/mocha": "^10.0.2",

src/extension.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ export function activate(context: ExtensionContext) {
3838
"click-script.executeMake",
3939
async () => {
4040
const scripts = getMakeScripts();
41-
console.log(scripts);
4241

4342
if (!scripts) {
4443
return window.showErrorMessage(

0 commit comments

Comments
 (0)