.vscode/
- Updated on
The .vscode/
directory contains the configuration for your Visual Studio Code editor. It is not required for your project to run, but it is recommended to use it for a better experience.
Shipixen adds a couple sensible defaults to the .vscode/
directory for Typescript and Prettier.
You can always extend the configuration to your needs. For example, you can add a launch.json
file to debug your application.