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