“VSCODE-JEST-Intellisense funktioniert nicht” Code-Antworten

VSCODE-JEST-Intellisense funktioniert nicht

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.
Salo Hopeless

scherzhafter IntelliSense VSCODE

npm install @types/jest
Muddy Mouse

Ähnliche Antworten wie “VSCODE-JEST-Intellisense funktioniert nicht”

Fragen ähnlich wie “VSCODE-JEST-Intellisense funktioniert nicht”

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen