Skip to content

Commit f32a2ea

Browse files
fixup! editor/code: Enable ESLint for editors/code/webview/view_memory_layout.ts
1 parent a7d7343 commit f32a2ea

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
@@ -1149,7 +1149,6 @@ export function viewMemoryLayout(ctx: CtxInit): Cmd {
11491149
"memory_layout",
11501150
"[Memory Layout]",
11511151
vscode.ViewColumn.Two,
1152-
{ enableScripts: true },
11531152
{ enableScripts: true, localResourceRoots: [webviewModulePath] },
11541153
);
11551154

0 commit comments

Comments
 (0)