PSPF Explorer VS Code Extension
This VS Code extension packages the PSPF Explorer 2025 web application inside a webview so you can run the dashboard directly from the editor.
Getting started
- Open this folder in VS Code.
- Run the
Install Extensions task if prompted (installs @types/vscode for dev-time help).
- Press
F5 or run the Run Extension launch configuration to open a new Extension Development Host.
- In the command palette (
⇧⌘P / Ctrl+Shift+P), run PSPF Explorer: Open to launch the dashboard.
Packaging
Use npm install followed by npm run package to produce a .vsix bundle via npx vsce package (fetched on demand).
Notes
- The original HTML uses localStorage for persistence; each VS Code window keeps its own sandboxed dataset.
- Remote Google Fonts remain enabled; update the CSP in
extension.js if you need to block external resources.
| |