Hi everybody,
Im really stucked in a lesson about VSCode. The matter is about recommended extensions like Prettier and ESLint.
They don’t explain anything. They recommend to configure them, but I don’t even know what a package.json is or where to find it.
Thanks.
The docs are a great place to start if you want some details and it covers most everything you’d need to get going-
You can get a lot of extensions easily via vs code itself. From the menu bar file -> preferences -> extensions
(generally mapped to <Ctrl><Shift>x
) will open a pane where you can search for extensions, view the details and add/remove them easily.
You can also search via the marketplace- vs code though note that visual studio is not the same as visual studio code.
1 Like
Thanks a million, mate.