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

F# scripts in subdirectories fail to load the core library #1449

Closed
mrakgr opened this issue Dec 9, 2020 · 2 comments
Closed

F# scripts in subdirectories fail to load the core library #1449

mrakgr opened this issue Dec 9, 2020 · 2 comments
Labels
scripts Problems with .fsx files

Comments

@mrakgr
Copy link

mrakgr commented Dec 9, 2020

To Reproduce

  1. Make a directory like E:\F# Tests. Open it in VS Code. In VS Code, create test.fsx with the line let x = 1. This works.
  2. Create a subdirectory qwe with the file asd.fsx and the line let x = 1. This gives the following error:
    ionide bug

Environment (please complete the following information):

  • VSCode version:
    Version: 1.51.1 (user setup)
    Commit: e5a624b788d92b8d34d1392e4c4d9789406efe8f
    Date: 2020-11-10T23:34:32.027Z
    Electron: 9.3.3
    Chrome: 83.0.4103.122
    Node.js: 12.14.1
    V8: 8.3.110.13-electron.0
    OS: Windows_NT x64 10.0.18363
  • dotnet SDK version: Core 5.0.101 (installed the .NET SDK today)
  • mono / .Net Framework version: Microsoft .NET Framework Version 4.8.03752 (from VS's About page)
@open-collective-bot
Copy link

Hey @mrakgr 👋,

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 😄

@Krzysztof-Cieslak Krzysztof-Cieslak added the scripts Problems with .fsx files label Dec 14, 2020
@Krzysztof-Cieslak
Copy link
Member

To work on .NET 5 SDK correctly you need preview version of Ionide 5.0 (installation instructions here: #1305 (comment))

I can't reproduce this issue on the latest preview:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scripts Problems with .fsx files
Projects
None yet
Development

No branches or pull requests

2 participants