How to locate configuration files

nRF Connect for VS Code

tags
nRF Connect for VS Code

Depending on the structure of your project:

  • When working with a single-folder project:

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