Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.

Commit

Permalink
Remove unused script tag
Browse files Browse the repository at this point in the history
  • Loading branch information
xnkevinnguyen committed Feb 14, 2020
1 parent 2e96340 commit 395c266
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -917,8 +917,8 @@ export async function activate(context: vscode.ExtensionContext) {

debuggerCommunicationHandler = new DebuggerCommunicationServer(
currentPanel,
utils.getServerPortConfig(),
currentActiveDevice
utils.getServerPortConfig()

);
openWebview();
if (currentPanel) {
Expand Down Expand Up @@ -1143,7 +1143,6 @@ function getWebviewContent(context: vscode.ExtensionContext) {
<script >
const vscode = acquireVsCodeApi();
</script>
<script ></script>
${loadScript(context, "out/vendor.js")}
${loadScript(context, "out/simulator.js")}
</body>
Expand Down

0 comments on commit 395c266

Please sign in to comment.