GeorgiosDrivas / vscode-docs-official

VSCode extension that provides access to official documentation of the currently opened file's language
0 stars 0 forks source link

Update lngs object to correctly check for typescript #2

Closed GeorgiosDrivas closed 1 month ago

GeorgiosDrivas commented 2 months ago

Currently, the extension checks if the language is ts not typescript. Since ts is not valid, it throws an error. Simply change "ts" with "typescript" to fix this bug.

ts