Julia-sublime icon indicating copy to clipboard operation
Julia-sublime copied to clipboard

Add build system

Open mitchr opened this issue 7 years ago • 2 comments

mitchr avatar Mar 13 '19 19:03 mitchr

I'm not sure whether this repository is still maintained due to the missing reactions on pull requests, but I think it would be nice to ship a build system by default. The file suggested here has some issues though:

  • "shell_cmd" requires a single string, and not an array. Alternatively, only "cmd" could be used instead.
  • The "selector" must be source.julia and not source.jl

Therefore I would suggest to use the following build file:

{
    "cmd": ["julia", "--project=@.", "$file"],
    "working_dir": "$file_path",
    "selector": "source.julia"
}

jwortmann avatar Aug 30 '20 14:08 jwortmann

I agree, it would be nice to add this feature!!!

StefanPofahl avatar Nov 30 '22 20:11 StefanPofahl