now you can easily build/install the extension using this task, `install-dev-extension` Co-authored-by: Chris Hasson <[email protected]>
@@ -115,6 +115,21 @@
"reveal": "always",
"panel": "new"
}
+ },
+ {
+ "label": "install-dev-extension",
+ "type": "shell",
+ "command": "pnpm i && npm run build && code --install-extension \"$(ls -1v bin/kilo-code-*.vsix | tail -n1)\"",
+ "group": "build",
+ "presentation": {
+ "echo": true,
+ "reveal": "always",
+ "focus": false,
+ "panel": "shared",
+ "showReuseMessage": true,
+ "clear": false
+ "problemMatcher": []
]