“vscode-jest intellisense tidak berfungsi” Kode Jawaban

vscode-jest intellisense tidak berfungsi

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

Jest Intellisense VScode

npm install @types/jest
Muddy Mouse

Jawaban yang mirip dengan “vscode-jest intellisense tidak berfungsi”

Pertanyaan yang mirip dengan “vscode-jest intellisense tidak berfungsi”

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya