ionide / ionide-vscode-fsharp

VS Code plugin for F# development
http://ionide.io
MIT License
860 stars 279 forks source link

Remote Docker Development issues #1348

Open MikaelUmaN opened 4 years ago

MikaelUmaN commented 4 years ago

Describe the bug Ioinide features struggle:

To Reproduce

  1. docker pull MikaelUmaN/net-datascience (from dockerhub)
  2. docker run ...
  3. Start Vs Code
  4. Attach to container
  5. Create F# project
  6. Install extensions needed.
  7. Try to perform any kind of file management from within the F# view
  8. Try to run/debug

Expected behaviour Should work without issues.

Environment (please complete the following information): Setup is:

Additional context I've seen similar issues here previously. My guess is that development occurs mostly on non-Windows OS.

As I am now using Linux containers in docker, I was hoping that my issues on Windows might go away. But it does not seem like they are.

If you need more detailed output from logs, please tell me how to get them or where to look and I will post all I can find. Really appreciate this project.

open-collective-bot[bot] commented 4 years ago

Hey @MikaelUmaN :wave:,

Thank you for opening an issue. We will get back to you as soon as we can. Also, check out our OpenCollective and consider backing us.

https://opencollective.com/ionide

PS.: We offer backer support for all backers. Don't forget to add backer label when you start backing us :smile:

MikaelUmaN commented 4 years ago

Noticed something while experimenting:

If I use "F#: Change Workspace or Solution", then that seems to reload the project and the file changes (move up/down, add file, ...) seem to be reflected correctly, at least after "refresh explorer".