created trie
This commit is contained in:
parent
6743ea6ece
commit
ffd384fbe4
4 changed files with 157 additions and 45 deletions
|
@ -15,15 +15,8 @@
|
|||
"main": "./dist/extension.js",
|
||||
"contributes": {
|
||||
"commands": [
|
||||
{
|
||||
"command": "ai-code.helloWorld",
|
||||
"title": "Hello World"
|
||||
}
|
||||
]
|
||||
},
|
||||
"enabledApiProposals": [
|
||||
"inlineCompletionsAdditions"
|
||||
],
|
||||
"scripts": {
|
||||
"vscode:prepublish": "npm run package",
|
||||
"compile": "webpack",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue