contract-explorer
contract-explorer copied to clipboard
Visual Studio Code integration for Slither, a Solidity static analysis framework
Hey, just bringing it up to your attention. [This PR is still relevant](https://github.com/crytic/contract-explorer/pull/45). Extension has problem finding [slither-lsp](https://github.com/crytic/contract-explorer/blob/789dc17aedab7268e2719b048fa751c0fed509d1/src/slitherLanguageClient.ts#L18), even if `echo $PATH` lists appropriate directories (and, `slither-lsp` is installed). This...
Context: Some developers use a version manager for Python. VSCode does not load a user's .bashrc/.zshrc which tends to result in a lot of command not found errors.
Fix the vscode UI issue by adding this.tooltip into vscode.TreeItem object and shortening this.label
This PR adds the option to ignore a slither warning to the "Quick Fix" popup menu.
If e.g. a `foundry.toml` is not present in a workspace folder root but is present in subdirectories, those should be considered as separate projects.
Type: Bug i dont know if its a problem in my vs code or not but the slither is not starting up inmy pc it is showing an activation error...
Hello, I am getting an error when running slither extension on vscode. I want to point out that when I do run slither on a terminal it works. The error...
Hello, I corrected all the errors and problems (high, medium, low, and informational) in my files. So I tried slither again to see if it would say something about no...