Files
vscode/extensions/copilot/script/electron/simulationWorkbench.html
kieferrm 333d9a4053 Hello Copilot
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2025-06-27 11:35:20 +02:00

16 lines
379 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Simulation Workbench</title>
<link rel="stylesheet" href="./simulationWorkbench.css" />
</head>
<body style="margin: 0px; min-height: 100vh"></body>
<script>
globalThis.projectRoot = require('path').join(__dirname, '../..');
</script>
<script src="../../dist/simulationWorkbench.js"></script>
</html>