-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
Working as IntendedThe behavior described is the intended behavior; this is not a bugThe behavior described is the intended behavior; this is not a bug
Description
- VSCode Version: 1.35.1
- OS Version: macOS Mojave 10.14.5
Steps to Reproduce:
- create a file ended in .js with import like my
rollup.config.js
The only workaround I found is adding a typescript config tsconfig.json
in my javascript project
folder like
{
"compilerOptions": {
"outDir": "./xyz",
"noImplicitAny": true,
"suppressImplicitAnyIndexErrors": true,
"allowJs": true
}
}
I hope one day I could get rid of typescript config from a javascript project...
Does this issue occur when all extensions are disabled?: Yes
mehas
Metadata
Metadata
Assignees
Labels
Working as IntendedThe behavior described is the intended behavior; this is not a bugThe behavior described is the intended behavior; this is not a bug