Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

sublime text: building projects #839

Closed
guillermooo opened this issue Nov 20, 2014 · 4 comments
Closed

sublime text: building projects #839

guillermooo opened this issue Nov 20, 2014 · 4 comments

Comments

@guillermooo
Copy link
Contributor

@rneatherway Any plans on implementing msbuild discovery in fsac?

@rneatherway
Copy link
Contributor

I have been planning to, I just haven't found the time yet. I'll take a look now.

@rneatherway
Copy link
Contributor

I've put a prototype extension of the compilerlocation command here: https://github.com/rneatherway/fsharpbinding/tree/msbuildpath

Let me know if that works for you. Feel free to suggest or make changes. Emacs and vim don't use this command yet so we can change it freely.

@rneatherway
Copy link
Contributor

This is in FSharp.AutoComplete: https://github.com/fsharp/FSharp.AutoComplete/blob/master/FSharp.AutoComplete/Program.fs#L135

Currently it just finds fsc and fsi. We could add support for finding msbuild, the logic in emacs works pretty well.

@rneatherway
Copy link
Contributor

Apparently I never merged that prototype, which also finds msbuild. Issue opened: ionide/FsAutoComplete#23

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

No branches or pull requests

2 participants