Closed faldor20 closed 2 years ago
Using expecto for testing. Fixed all tests so that they run correctly or, in the case of tests for features that aren't finished, are disabled.
Now able to debug the extension by turning on debug in vscode via these settings
"fsharp.customDllPath": "/home/eli/Programming/FSharp/fsharp-language-server/src/FSharpLanguageServer/bin/Debug/net6.0/publish/FSharpLanguageServer.dll", "fsharp.debug.enable": true
You don't need to set a custom dll path but it is handy if you wish to debug your changes.
Using expecto for testing. Fixed all tests so that they run correctly or, in the case of tests for features that aren't finished, are disabled.
Now able to debug the extension by turning on debug in vscode via these settings
You don't need to set a custom dll path but it is handy if you wish to debug your changes.