Consensys / mythx-vscode

10 stars 4 forks source link

Context Menu -> MythX: Analyze Contract - always errors with "This not a solidity file (*.sol)" #4

Closed tintinweb closed 5 years ago

tintinweb commented 5 years ago

The file is definitely a solidity file ending with *.sol. I have multiple solidity extensions installed.

What type of information would you need to be able to track this down?

extension version 0.4.0 latest vscode a bunch of solidity extensions installed

cheers, tin

//ping me on slack

Gtonizuka commented 5 years ago

Can you send me a copy of the solidity file please

Gtonizuka commented 5 years ago

this is likely an issue with the compiler itself (vscode-solidity extension) not MythX. Can you try to compile this contract on its own with MythX extension uninstalled?

tintinweb commented 5 years ago

image my bad, you're right! it's actually the solidity extension 🤔