Skip to content

Commit

Permalink
store
Browse files Browse the repository at this point in the history
  • Loading branch information
icebaker committed May 19, 2023
1 parent a3a2d12 commit 611e90b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.vscode/**
.vscode-test/**
node_modules/
*.vsix
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,4 +270,6 @@ For more information on extension development, refer to the [Your First Extensio
```bash
npm run test
npm run lint --fix

vsce package
```
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,22 @@
"description": "Enhance your productivity and streamline your workflow by integrating the power of Nano Bots with your Visual Studio Code editor: small, AI-powered bots easily shared as a single file, designed to support multiple providers such as Vicuna, OpenAI ChatGPT, Google PaLM, Alpaca, and LLaMA.",
"version": "0.0.1",
"repository": "https://github.com/icebaker/vscode-nano-bots",
"license": "MIT",
"icon": "icon.png",
"engines": {
"vscode": "^1.78.0"
},
"categories": [
"Other"
"Programming Languages",
"Linters",
"Formatters",
"Data Science",
"Snippets",
"Machine Learning",
"Education",
"Testing"
],
"keywords": ["assistant", "ai", "openai", "chatgpt"],
"activationEvents": [],
"main": "./extension.js",
"contributes": {
Expand Down

0 comments on commit 611e90b

Please sign in to comment.