From fe01285d58a1013b55b31e383af65e64c97487f7 Mon Sep 17 00:00:00 2001 From: Joaquin Coromina <75667013+bjoaquinc@users.noreply.github.com> Date: Sat, 8 Mar 2025 05:42:20 -0600 Subject: [PATCH] Added open-remote-wsl to the npm install build command --- build/npm/dirs.js | 1 + 1 file changed, 1 insertion(+) diff --git a/build/npm/dirs.js b/build/npm/dirs.js index ed0b97d7..2ceb6f1f 100644 --- a/build/npm/dirs.js +++ b/build/npm/dirs.js @@ -55,6 +55,7 @@ const dirs = [ '.vscode/extensions/vscode-selfhost-import-aid', '.vscode/extensions/vscode-selfhost-test-provider', 'extensions/open-remote-ssh', // Void added this + 'extensions/open-remote-wsl', // Void added this ];