Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
Prepare first release
Browse files Browse the repository at this point in the history
  • Loading branch information
Venthe committed Aug 14, 2022
1 parent d531a34 commit 75dd2b5
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"name": "fauxpilot",
"displayName": "fauxpilot",
"description": "",
"version": "0.0.3",
"displayName": "Fauxpilot",
"description": "Get completions from Fauxpilot server",
"version": "1.0.0",
"keywords": [
"code-suggestion",
"copilot",
"code-inference",
"fauxpilot"
],
"repository": {
"url": "https://github.com/Venthe/vscode-fauxpilot"
},
Expand All @@ -11,22 +17,31 @@
"engines": {
"vscode": "^1.70.0"
},
"bugs": {
"url": "https://github.com/Venthe/vscode-fauxpilot/issues"
},
"categories": [
"Other"
],
"activationEvents": [
"onStartupFinished"
],
"author": {
"name": "Jacek Lipiec",
"url": "https://jaceklipiec.eu/"
},
"main": "./dist/extension.js",
"contributes": {
"commands": [
{
"command": "fauxpilot.enable",
"title": "Enable fauxpilot"
"shortTitle": "Enable Fauxpilot",
"title": "Enable Fauxpilot"
},
{
"command": "fauxpilot.disable",
"title": "Disable fauxpilot"
"title": "Disable Fauxpilot",
"shortTitle": "Disable Fauxpilot"
}
],
"configuration": {
Expand Down

0 comments on commit 75dd2b5

Please sign in to comment.