created trie

This commit is contained in:
Leyla Becker 2025-07-19 18:57:11 -05:00
parent 6743ea6ece
commit ffd384fbe4
4 changed files with 157 additions and 45 deletions

View file

@ -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",