We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cf6fa0 commit 82acbcfCopy full SHA for 82acbcf
package.json
@@ -138,6 +138,10 @@
138
"main": "extension.build.js",
139
"name": "codeye",
140
"publisher": "codeye",
141
+ "repository": {
142
+ "type": "git",
143
+ "url": "git+https://github.com/codeye-ai/codeye-vscode"
144
+ },
145
"scripts": {
146
"build": "npm run build:cli && npm run build:extension",
147
"build:cli": "esbuild ./cli.js --bundle --outfile=cli.build.js --format=cjs --platform=node --minify",
0 commit comments