You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now, without the ArkDark extension, you will not completions for definigions like "string | num" unless you explicitly opt into the following setting in VSCode:
"editor.quickSuggestions": {
"strings": "on"
}
The extension enables that for you, but users should not have to opt into anything to get the suggestions TS has inferred.
I've opened an issue on VSCode but am tracking it here as well in case anyone runs into this in the meantime:
For now, without the ArkDark extension, you will not completions for definigions like
"string | num"
unless you explicitly opt into the following setting in VSCode:The extension enables that for you, but users should not have to opt into anything to get the suggestions TS has inferred.
I've opened an issue on VSCode but am tracking it here as well in case anyone runs into this in the meantime:
microsoft/vscode#222583
The text was updated successfully, but these errors were encountered: