Working with Workspaces

This topic explains how to use Code Editor Workspaces.

A Code Editor workspace is simply a directory (or multiple directories) that stores related files for a project. When you first start Code Editor, your home directory is the default workspace.

Code Editor will automatically create a workspace for you when you open a folder. You can configure custom settings per workspace, including debug and task options and UI settings (such as window arrangments or font and color schemes), and Code Editor will persist the state of that workspace if you leave the Code Editor environment and start it later.

Was this article helpful?