-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
I've managed to get the atom plugin working with bazel by creating the following script
bazel run //:my_lib_repl -- $@
However it is necessary to hard code the full path to the script in the idris executable path setting. I think we can get this working by copying from https://github.com/zaucy/atom-build-bazel/blob/master/src/BazelBuildProvider.js so that the plugin will look for bazel files and if it finds them it will look for the targets. We can then choose one of the repl targets (not sure how you decide this, an atom popup or something)?
Unfortunately I have little knowledge of atom and not much javascript, do you have any tips on how I would go about starting this or has anyone else looked at this at all?
Metadata
Metadata
Assignees
Labels
No labels