Ionide-vscode-fsharp: Project Explorer: clicking on a file outside the project (/../) collapses the tree

Created on 20 Oct 2017  路  6Comments  路  Source: ionide/ionide-vscode-fsharp

a616ef10-3582-4d9a-b84e-19905cc76b88

    <!-- Common between Server / Client -->
    <Compile Include="../../../Common/Domain.fs" />
    <Compile Include="../../../Common/ServerUrls.fs" />
bug up for grabs

All 6 comments

Uhhh... I'm using such project structure and haven't experienced similar problems

I copied the directory to reduce for a reproduction ...

Now the Project Explorer shows the full path __to the original directory__.

image

(The project is in ___D:\temp\repro#ionide#605\Client\GitToP4Client___).

Try F#: Clear cache and reload

In a quick test it happened also with a new project dotnet new lib -lang F#.

But it only collapses if the file was not already open.
If it was already open, then it just switches to the file and everything is ok.

repro#ionide#605.zip

I can repro

I can't repro with latest version of plugin. We might have fixed it while making other changes to solution explorer.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bruno-cadorette picture bruno-cadorette  路  4Comments

gsomix picture gsomix  路  6Comments

draganjovanovic1 picture draganjovanovic1  路  3Comments

MangelMaxime picture MangelMaxime  路  4Comments

sergey-tihon picture sergey-tihon  路  6Comments