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
I'm using the latest version of vscode-textmate-languageservice available.
I searched existing issues, open & closed. Yes, my issue is new.
Describe the bug
Types are not available in 3.0.0.
Reproduction / log
'TextmateLanguageService' is declared but its value is never read.ts(6133)
Could not find a declaration file for module 'vscode-textmate-languageservice'. 'd:/Documents/Code/discord-vscode/node_modules/vscode-textmate-languageservice/dist/src/main.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/vscode-textmate-languageservice` if it exists or add a new declaration (.d.ts) file containing `declare module 'vscode-textmate-languageservice';`ts(7016)
🐛 Bug Report
vscode-textmate-languageservice
available.Describe the bug
Types are not available in
3.0.0
.Reproduction / log
Screenshot / blame
https://github.com/vsce-toolroom/vscode-textmate-languageservice/blob/v3.0.0/package.json#L38
Possible solution
./dist/types/main.d.ts
.types
property in the package manifest.Additional context
icrawl.discord-vscode
The text was updated successfully, but these errors were encountered: