Depending on the structure of your project:
-
When working with a single-folder project:
- The
settings.jsonfile is automatically created in the.vscodefolder. To open it, choose the Preferences: Open User Settings (JSON) command from the Command Palette. - The
tasks.jsonfile is automatically created in the.vscodefolder. To open it, choose the Tasks: Configure Task command from the Command Palette.
- The
-
If you are working with a multi-root workspace and have opened a workspace,
<file-name>.code-workspacefile is created temporarily, but it is not saved. Make sure to save the workspace to keep the file.