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
<p style="margin-bottom: 20px; color: var(--vscode-descriptionForeground); font-size: 12px;">Open a folder in VS Code to begin configuring your Zephyr development environment.</p>
"Set up the current VS Code workspace directory for Zephyr development, preserving any existing files and configurations. Process goes through aiding a user choose a zephyr install.",
755
771
"Existing projects, downloaded samples, or when you want to add quickly run projects with an external install.",
756
772
"current-directory"
773
+
)}
774
+
${this.generateWorkspaceOptionCard(
775
+
"⚙️",
776
+
"West Configuration",
777
+
"Configure west for the current workspace by detecting .west folders, west.yml files, or creating new west.yml from templates.",
778
+
"Flexible workspace configuration when you need granular control over west setup.",
0 commit comments