-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable "Solidity Language & Themes" only #140
Comments
@tintinweb Thanks for answering. Well I actually did that already, with the same scopes, but can't seem to get the same result anymore. See screenshot. ![]() But regardless, I already re-defined these in my user settings file, just in case. And I eventually found out that the syntax highlighting works in some cases, for some files, and that I can tweak it. For instance, in this library ( ![]() Or there ( ![]() But none work in my root |
in your screenshot with the texmate profile it does not seem like the solidity language extension is installed, see missing storage.type.dev.natspec. I cannot really reproduce it here. can you check your theme's spec as to what def. weird. also that it only highlights sometimes in your screenshot. what does the texmate profiler say if you hover over the highlighted and non highlighted one? must be different labels. |
@tintinweb Indeed, I use the language extension from Nomic Foundation. And you're right, that's definitely the issue: Although as soon as I disable "Solidity Visual Developer", then "Solidity Language & Themes (only)", it starts working again without any issue. ![]() |
I would like to disable the extension "Solidity Language & Themes (only)", that is being installed with Visual Developer. Unfortunately, I can't:
Cannot disable 'Solidity Language & Themes (only)' extension alone. 'Solidity Visual Developer' extension depends on this. Do you want to disable all these extensions?
I find it very annoying, as for instance it started removing highlighting from Natspecs tags (e.g.
@notice
), although they are well-defined and work perfectly when disabling the whole extension suite.This is the only syntax highlighting that seems to be overriden by the extension. I obviously tried redefining the custom highlighting in user settings, but nothing seems to do the trick.
Any way to still disable the language & themes extension? Or a trick at least?
Thanks!
The text was updated successfully, but these errors were encountered: