create workspace in vscode code example
Example 1: how to exit workspace vscode
Press Ctrl + K
Then press F
Example 2: vscode settings difference user vs workspace
VS Code provides two different scopes for settings: User Settings - Settings that apply globally to any instance of VS Code you open. Workspace Settings - Settings stored inside your workspace and only apply when the workspace is opened.