You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally I thought of tasks as something you do with a specific branch. A better name is workspace. Replace Task everywhere with Workspace and task with workspace. The Tasks/task-name Directory becomes the Workspaces/workspace-name.
A workspaces/workspace-name might be workspaces/next, named for the branch next.
workspaces/next might contain several .code-workspace files with different names, each with different sets of directories in their config paths.
a .vscode folder is populated with launch.json, c_cpp_properties.json, among others.
Test with suite, build, run and ide commands. Test context independently.
The text was updated successfully, but these errors were encountered:
Originally I thought of tasks as something you do with a specific branch. A better name is workspace. Replace Task everywhere with Workspace and task with workspace. The Tasks/task-name Directory becomes the Workspaces/workspace-name.
A workspaces/workspace-name might be workspaces/next, named for the branch next.
workspaces/next might contain several .code-workspace files with different names, each with different sets of directories in their config paths.
a .vscode folder is populated with launch.json, c_cpp_properties.json, among others.
Test with suite, build, run and ide commands. Test context independently.
The text was updated successfully, but these errors were encountered: