ionide / forge-templates

F# Project and Solution Templates for Forge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VSCode F#: New Project not working properly

fergusmeiklejohn opened this issue · comments

On Mac. VSCode.
Create a new Project in VSCode F#: New Project.
Project Created -> I need to dotnet restore in terminal to get the project into F# Project Explorer but it fails to load.
Need to change Target Framework to netcoreapp20.
Project now loads but packages are not recognised, packages won't load, project build fails.
Paket Install completes but packages cannot be loaded in .fs files

Not sure where this bug really lies. Been discussing on the Func FSharp Beginners Slack. Enrico Sada suggested maybe raising the issue here.
ConsoleApp will build if it's vanilla, but if I try to add a package it'll install but won't be recognised, can't be loaded. Intellisense stops working in VSCode.