👋 The extension seems to pack the entire vscode app itself. I see it inside .vscode/extensions/extensionname/.vscode-test/Visual Studio Code.app. Is this intentional?
This causes issues with Finder on MacOS where it may try to open a file type you've bound to vscode with the wrong app and then complain the app can't be launched becase its signature is broken.
👋 The extension seems to pack the entire vscode app itself. I see it inside
.vscode/extensions/extensionname/.vscode-test/Visual Studio Code.app
. Is this intentional?This causes issues with Finder on MacOS where it may try to open a file type you've bound to vscode with the wrong app and then complain the app can't be launched becase its signature is broken.