Skip to content

Proper way to specify the sys_image in additional args #76

Open
@MariusDrulea

Description

@MariusDrulea

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions