Skip to content

Commit 5c73223

Browse files
fixup! editor/code: Enable ESLint for editors/code/webview/view_memory_layout.ts
1 parent 5f2155f commit 5c73223

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

editors/code/src/commands.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,6 @@ export function viewMemoryLayout(ctx: CtxInit): Cmd {
11281128
"memory_layout",
11291129
"[Memory Layout]",
11301130
vscode.ViewColumn.Two,
1131-
{ enableScripts: true },
11321131
{ enableScripts: true, localResourceRoots: [webviewModulePath] },
11331132
);
11341133

0 commit comments

Comments
 (0)