diff --git a/media/MPQEditor/index.js b/media/MPQEditor/index.js index c68e97af..ccd034f6 100644 --- a/media/MPQEditor/index.js +++ b/media/MPQEditor/index.js @@ -38,6 +38,7 @@ function main() { } }); + vscode.postMessage({ type: "requestDisplayMPQ" }); vscode.postMessage({ type: "requestModelNodes" }); }