Files
vscode/build/vite/workbench-vite-electron.html
Henning Dieterichs a335d51f66 Adds hot reload launch config (#277123)
* Adds hot reload launch config

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2025-11-21 11:18:47 +01:00

14 lines
294 B
HTML

<!-- Copyright (C) Microsoft Corporation. All rights reserved. -->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
</head>
<body aria-label="">
</body>
<!-- Startup (do not modify order of script tags!) -->
<script type="module" src="./workbench-electron.ts"></script>
</html>