latticexyz / mud

MUD is a framework for building autonomous worlds
https://mud.dev
MIT License
753 stars 187 forks source link

Testing framework breaks Solidity linter #1963

Open 0xhank opened 11 months ago

0xhank commented 11 months ago

My solidity linter stopped working (both JB and HH). I noticed that the linter works until I open a test file.

Then it won't start working again until I:

  1. close all tabs and
  2. reload the vscode window.

If I open a mud system file, the linter works, but as soon as I open a test tab it stops.

0xhank commented 9 months ago

Any updates here?