Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(vscode): content-security-policy in the vscode playground webview…
… causes issues (#1514) Unfortunately this is largely a rollback of #1468, so our dev process will be a bit less streamlined moving forward, but this is necessary to fix the playground for me (see [slack](https://gloo-global.slack.com/archives/C03KV1PJ6EM/p1740369469898939?thread_ts=1740368917.456019&cid=C03KV1PJ6EM); @aaronvg mentions that this also affects users). Possibly wasn't noticed due to vscode vs vscodium vs cursor vs others or even just vscode version skew? <!-- ELLIPSIS_HIDDEN --> ---- > [!IMPORTANT] > Reverts content security policy changes in `WebPanelView.ts` and removes tasks from `launch.json` to fix VSCode playground webview issues. > > - **Behavior**: > - Reverts content security policy changes in `WebPanelView.ts` to fix issues in the VSCode playground webview. > - Removes `preLaunchTask` and `postDebugTask` from `launch.json` to streamline debugging. > - **HTML Content**: > - Simplifies HTML content setup in `_getWebviewContent()` in `WebPanelView.ts`, removing development-specific scripts and content security policy meta tag. > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=BoundaryML%2Fbaml&utm_source=github&utm_medium=referral)<sup> for 0aeec97. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN -->
- Loading branch information