The editor of Visual Studio Preview gets extremely (at this stage unusable) slow after referencing a NuGet package in a F# script file.
Repro steps
Provide the steps required to reproduce the problem:
-
Enable preview language features:

-
Reference a NuGet package, e.g. #r "nuget: ML"
-
Certain actions cause the editor to slow down very noticeably (hit enter, wait for the auto completion list)
Expected behavior

Actual behavior
It's hard to tell from the screen capture, but I deliberately typed very slow to wait for the auto completion to kick in...

Related information
- Windows 10 Insider; Version 2004 (Build 19041.153)
- .NET 5 Preview
- Microsoft Visual Studio Preview Community
- Surface Laptop Gen1 i5
The editor of Visual Studio Preview gets extremely (at this stage unusable) slow after referencing a NuGet package in a F# script file.
Repro steps
Provide the steps required to reproduce the problem:
Enable preview language features:

Reference a NuGet package, e.g.
#r "nuget: ML"Certain actions cause the editor to slow down very noticeably (hit enter, wait for the auto completion list)
Expected behavior
Actual behavior
It's hard to tell from the screen capture, but I deliberately typed very slow to wait for the auto completion to kick in...
Related information