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

32bit version of fsiautocomplete.exe #249

Closed
2moveit opened this issue Nov 15, 2017 · 1 comment
Closed

32bit version of fsiautocomplete.exe #249

2moveit opened this issue Nov 15, 2017 · 1 comment

Comments

@2moveit
Copy link

2moveit commented Nov 15, 2017

Refering to this issue ionide/ionide-vscode-fsharp#642 there is a issue to get intellisense working when you're using the 32bit version of the FSharp.Data TypeProvider. For details why please have a look at this issue.
To fix it it's required to run FsAutoComplete as 32 bit. There seems to be no good solution to run the AnyCPU version on a 64 bit OS as 32 bit. Maybe we can compile theFsAutoComplete.exe as 32 bit just as the fsi.exe?

@enricosada
Copy link
Contributor

enricosada commented Nov 15, 2017

ihmo we can just recompile fsatucomplete.exe as 32bit with another name, and put in same bin/release in the build script:

  • msbuild src/fsautocomplete/fsautocomplete.fsproj ( there ) passing args for:
    • use a different output directory (to not mess with previous exe)
    • use 32bit
    • change the name to fsautocomplete32.exe
  • put just the exe (other deps and p2p will be ok afaik) in usual bin/release ( there )

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

No branches or pull requests

3 participants