Workspace Secure Bootstrap
A VS Code extension that automatically bootstraps newly opened or added workspace folders with:
.github/copilot-instructions.md
.github/instructions/*.instructions.md
AGENTS.md
CLAUDE.md
.vscode recommendations/settings
- Playwright scaffold
- GitHub Actions CI workflow
- optional Flask enterprise baseline
Behavior
When a workspace opens or when folders are added to the workspace, the extension checks each folder and generates the configured baseline files.
Commands
Workspace Secure Bootstrap: Bootstrap Current Workspace
Workspace Secure Bootstrap: Bootstrap All Workspace Folders
Settings
workspaceSecureBootstrap.enabled
workspaceSecureBootstrap.overwriteExisting
workspaceSecureBootstrap.showNotifications
workspaceSecureBootstrap.includePlaywrightScaffold
workspaceSecureBootstrap.includeVSCodeSettings
workspaceSecureBootstrap.includeFlaskEnterpriseBaseline
workspaceSecureBootstrap.includeGitHubWorkflow
workspaceSecureBootstrap.instructionFileName
workspaceSecureBootstrap.workspaceMarkerFile
Build
npm install
npm run compile
Package
npx @vscode/vsce package
This generates a .vsix installable extension package.
| |