mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 04:09:28 +00:00
* Adds hot reload launch config --------- Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com> Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
10 lines
269 B
HTML
10 lines
269 B
HTML
<!-- Copyright (C) Microsoft Corporation. All rights reserved. -->
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<div id="sampleContent"></div>
|
|
<p>Use the Playground Launch Config for a better dev experience</p>
|
|
<script src="./index.ts" type="module"></script>
|
|
</body>
|
|
</html>
|