Added Readme
Showing
.gitignore
0 → 100644
.vscodeignore
0 → 100644
README.md
0 → 100644
... | ... | @@ -3,14 +3,21 @@ |
"displayName": "VSCode Copilot Extension", | ||
"description": "", | ||
"version": "0.0.1", | ||
"publisher": "Nisum", | ||
"main": "./out/extension.js", | ||
"publisher": "vscode-copilot-extension-test", | ||
"main": "./src/extensions.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://gitlab.mynisum.com/mshehzad/vscode-copilot-extension" | ||
}, | ||
"scripts": { | ||
"compile": "tsc -p ./" | ||
}, | ||
"engines": { | ||
"vscode": "^1.58.0" | ||
"vscode": "^1.86.0" | ||
}, | ||
"activationEvents": [ | ||
"onLanguage:python" | ||
], | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
... | ... |
Please register or sign in to comment