-
Notifications
You must be signed in to change notification settings - Fork 29.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Undocumented execPath
placeholder
#62231
Comments
yes, correct. |
@weinand I wouldn't call it an implementation detail since all extensions authors are required to create a launch configuration, where |
In my case it points to electron instead of vscode executable. There is no information how to change it, or why it is set incorrectly. |
If you are running out of source, "execPath" will point to electron. Very soon it will no longer be necessary to specify a "runtimeExecutable" in an "extensionHost" launch config (and hence no need to use "execPath"). |
We have this thing in the launch configuration of extensions:
runtimeExecutable: '${execPath}'
.The
execPath
placeholder doesn't seem to be documented anywhere.I assume it points to the current VSC executable, right?
The text was updated successfully, but these errors were encountered: