Skip to content

Commit 55f9330

Browse files
committed
Remove redundant script
1 parent 72a903f commit 55f9330

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/views/RecentActivity/RecentActivityViewProvider.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ export class RecentActivityViewProvider implements vscode.WebviewViewProvider {
236236
window.recentActivityRefreshInterval = 10 * 1000;
237237
window.recentActivityExpirationLimit = 10 * 60 * 1000;
238238
</script>
239-
<script nonce= src="${digmaUiFolderPath}/vscode.js"></script>
240239
<script src="${digmaUiFolderPath}/vscode.js"></script>
241240
<script src="${digmaUiFolderPath}/main.js"></script>
242241
</body>

0 commit comments

Comments
 (0)