Added timeout to token providing

This commit is contained in:
Leyla Becker 2025-07-19 11:15:46 -05:00
parent afd26b271c
commit cf997dc2be
4 changed files with 214 additions and 120 deletions

View file

@ -9,7 +9,9 @@
"categories": [
"Other"
],
"activationEvents": [],
"activationEvents": [
"*"
],
"main": "./dist/extension.js",
"contributes": {
"commands": [
@ -19,6 +21,9 @@
}
]
},
"enabledApiProposals": [
"inlineCompletionsAdditions"
],
"scripts": {
"vscode:prepublish": "npm run package",
"compile": "webpack",