Mark Elston

Results 2 issues of Mark Elston

- Issue Type: `Performance` - Extension Name: `elm-ls-vscode` - Extension Version: `2.2.0` - OS Version: `Windows_NT x64 10.0.19042` - VS Code version: `1.58.2` Find more details here: https://github.com/microsoft/vscode/wiki/Explain-extension-causes-high-cpu-load [elmTooling.elm-ls-vscode-unresponsive.cpuprofile.txt](https://github.com/elm-tooling/elm-language-client-vscode/files/6911994/elmTooling.elm-ls-vscode-unresponsive.cpuprofile.txt)

bug

In the description of how to run a single test you have ``` shell gradle :fpinkotlin-advancedlisthandling-exercises:test --tests com.fpinkotlin.advancedlisthandling.exercise01.ListTest ``` However, when I run this command without making any modifications to...