Skip to content

Instantly share code, notes, and snippets.

@DoctorDerek
Last active March 31, 2024 07:31
Show Gist options
  • Star 15 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save DoctorDerek/3bfb3ef6f22b69750c8af542232efab1 to your computer and use it in GitHub Desktop.
Save DoctorDerek/3bfb3ef6f22b69750c8af542232efab1 to your computer and use it in GitHub Desktop.
Recommended settings.json file for new web developers setting up VS Code according to https://medium.com/p/65aaa5788c0d/ by Dr. Derek Austin 🥳
@TacitBrawler
Copy link

``line 34. "javascript.implicitProjectConfig.checkJs": true

Is that deprecated?

@DoctorDerek
Copy link
Author

DoctorDerek commented Jan 30, 2021 via email

@DoctorDerek
Copy link
Author

@TacitBrawler Hey, I couldn't find the reference for that deprecation in January, but you were absolutely right.

image

I've updated the Gists.

@DoctorDerek
Copy link
Author

javascript.implicitProjectConfig.checkJS -> js/ts.implicitProjectConfig.checkJS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment