@inst/vscode-bin-darwin
Version:
BINARY ONLY - VSCode binary deployment for macOS
17 lines (13 loc) • 379 B
HTML
<!-- Copyright (C) Microsoft Corporation. All rights reserved. -->
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-Security-Policy" content="default-src 'none'; script-src 'self'; connect-src 'self' https:;">
</head>
<body aria-label="">
Shared Process
</body>
<!-- Startup via index.js -->
<script src="sharedProcess.js"></script>
</html>