Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

vscode-jest intellisense not working

create jsconfig.json in the root directory of your project.
the file should contain the following:
{ "typeAcquisition": { "include": [ "jest" ] } }

after saving reload vscode.
Worked for me.
 
PREVIOUS NEXT
Tagged: #intellisense #working
ADD COMMENT
Topic
Name
6+1 =