Added timeout to token providing
This commit is contained in:
parent
afd26b271c
commit
cf997dc2be
4 changed files with 214 additions and 120 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue