Difference between revisions of "Using Visual Studio Code for ARM Development – Workspace and Project(s)"
From EdWiki
(Created page with "__NOTOC__ == Workspace and Project(s) == Similar to other IDEs, Visual Studio Code is using the concept of a ‘'''workspace'''’. In simple words, a workspace is a collectio...") |
m |
||
Line 2: | Line 2: | ||
== Workspace and Project(s) == | == Workspace and Project(s) == | ||
Similar to other IDEs, Visual Studio Code is using the concept of a ‘'''workspace'''’. In simple words, a workspace is a collection of '''Folders''' open in the IDE. See https://code.visualstudio.com/docs/editor/workspaces for more details. In the most simple case a workspace just contains a folder which is the folder for the project. So all what we need is a add a folder. | Similar to other IDEs, Visual Studio Code is using the concept of a ‘'''workspace'''’. In simple words, a workspace is a collection of '''Folders''' open in the IDE. See https://code.visualstudio.com/docs/editor/workspaces for more details. In the most simple case a workspace just contains a folder which is the folder for the project. So all what we need is a add a folder. | ||
+ | |||
+ | [[image:vscode_add_folder.png|right]] |
Revision as of 09:50, 21 March 2022
Workspace and Project(s)
Similar to other IDEs, Visual Studio Code is using the concept of a ‘workspace’. In simple words, a workspace is a collection of Folders open in the IDE. See https://code.visualstudio.com/docs/editor/workspaces for more details. In the most simple case a workspace just contains a folder which is the folder for the project. So all what we need is a add a folder.