You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix resource name (#4151)
otherwise instead of expected `FSStrings.resources` will use `FSharp.Compiler.Service.netstandard.FSStrings.resources`
* Use ConcurrentDictionary in ImportMap (#4148)
* Fix IndexOutOfRangeException in check for providing completion (#4138)
* Fix IndexOutOfRange in check for providing completion:
* Add test
* Remove repeating arguments processing in IncrementalBuilder creation (#4124)
* Report builder creation warnings according to compiler args (#4125)
* Filter incremental builder creation errors according to compiler args
* Fix CompilationErrorLogger ignores WarsAsError options
* Add test for WarnAsError
* Cleanup
* Add more tests; cover WarnAsError-, no warnings at all
* Refactor tests
* Add test
Assert.IsTrue(triggered,"Completion should trigger after typing an Insertion character at the top of the file, e.g. a function definition in a new script file.")
0 commit comments