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

Removing a file which is outside of the project directory doesn't work #1770

Closed
MangelMaxime opened this issue Aug 20, 2022 · 0 comments · Fixed by #1776
Closed

Removing a file which is outside of the project directory doesn't work #1770

MangelMaxime opened this issue Aug 20, 2022 · 0 comments · Fixed by #1776

Comments

@MangelMaxime
Copy link
Contributor

Describe the bug

Steps to reproduce

If we have this configuration:

  <ItemGroup>
    <Compile Include="..\FSharp.Static\ConfigEvaluator.fs" />
    <Compile Include="Types.fs" />
  </ItemGroup>

Trying to remove ..\FSharp.Static\ConfigEvaluator.fs does not work.

Machine info

  • OS: Windows
  • .NET SDK version: [e.g. 5.0.100]
  • Ionide version: [e.g 5.0.1, don't use descriptions like latest ] 7.1.0

Additional context

Add any other context about the problem here.

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

Successfully merging a pull request may close this issue.

1 participant