Skip to main content
added 1 character in body
Source Link

if you have problems with importing packagesmodules and you are using code-runner, try addingto add

"code-runner.fileDirectoryAsCwd": true 

to your settings.json file

if you have problems with importing packages and you are using code-runner, try adding

"code-runner.fileDirectoryAsCwd": true to your settings.json file

if you have problems with importing modules and you are using code-runner, try to add

"code-runner.fileDirectoryAsCwd": true 

to your settings.json file

Source Link

if you have problems with importing packages and you are using code-runner, try adding

"code-runner.fileDirectoryAsCwd": true to your settings.json file