Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Fix vscode/ionide Intellisense

Compare
Choose a tag to compare
@enricosada enricosada released this 16 Dec 14:54
· 92 commits to master since this release

Fixed vscode/ionide intellisense.

Intellisense works if vscode is opened after the first dotnet build. Like preview2

So using .NET Core Sdk preview4:

dotnet new -l fsharp
dotnet restore
dotnet build
code .

Current preview4 projects need to redo dotnet restore to use new Fsharp.NET.Sdk package (in fsproj the version should be 1.0.0-beta-*)