-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
batch1Pulls from batch1Pulls from batch1
Description
π€·ββοΈ Why
If you do not use an explicit workspace, VC Code will implicitly create one for you. From a DevX perspective its not nice when things happen implicitly.
Important
If you don't use a named workspace, but just go with VS Code's implied one β and you add a new folder to the workspace. Then VS Code will see that as a new and different workspace and as an undesired side effect all your current and historic chat sessions with Copilot and, and all open terminal prompts are gone.
π¬ Prompt
Save an empty workspace named 'default.code-space' in the root of the repo.π οΈ D.I.Y.
From the Command Palette1 in VS Code:
Workspaces:Save Workspace As... β default.code-workspace
π€ Automate
.scripts/co-sample "Create a workspace file in the root of your repo" \
batch1 \
default.code-workspaceFootnotes
-
Command Palette shortcut
Mac: β¬βP (shift+command+P)
Windows/Linux: β¬^P (shift+ctrl+P) β©
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
batch1Pulls from batch1Pulls from batch1