Skip to content
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

Proper way to specify the sys_image in additional args #76

Open
MariusDrulea opened this issue Sep 4, 2023 · 0 comments
Open

Proper way to specify the sys_image in additional args #76

MariusDrulea opened this issue Sep 4, 2023 · 0 comments

Comments

@MariusDrulea
Copy link
Contributor

MariusDrulea commented Sep 4, 2023

Current:

"julia.additionalArgs": [
        "-JC:\\temp\\sys_custom.so",
    ],

Shall be:

"julia.additionalArgs": [
        "-J", "C:\\temp\\sys_custom.so",
    ],

Bug?:
@pfitzseb the config bellow does not work, but I think it's related to vscode itself, not to the julia extension. Notice the space between J and the path to the sys image.

"julia.additionalArgs": [
        "-J C:\\temp\\sys_custom.so",
    ],

PR here: #77

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant