Skip to content

GetExtension: vscode.typescript-language-features Not Found #346

Closed Answered by cemalgnlts
cemalgnlts asked this question in Q&A
Discussion options

You must be logged in to vote

I started to prepare the sample repo and suddenly it occurred to me to enable TS Server Log like in the demo and examine the logs. I saw that the code gave an error in the logs, the module was not defined. After seeing this error, I converted it to ESM format:

- module.exports = init;
+ export default init;

Now my plugin is working thanks a lot.

Replies: 1 comment 11 replies

Comment options

You must be logged in to vote
11 replies
@CGNonofr
Comment options

@cemalgnlts
Comment options

@CGNonofr
Comment options

@cemalgnlts
Comment options

Answer selected by cemalgnlts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants