I want to disable TabNine extension for HTML files, is that possible?
After some time I had the pleasure to discover how to do it! You need to use the tabnine.disable_file_regex
attribute, so for example if you want to disable for md,html and css files do this:
"tabnine.disable_file_regex": [
"[.]md$",
"[.]html$",
"[.]css$",
]
You can do for any extension! Hope this help others
My tabnine setting in VSCode doesn't appear to have a 'disable_file_regex' option but it does have a "tabnine.disabledLanguagesIds" option. I set mine to "tabnine.disabledLanguagesIds": [ "txt", "html"]
. It works for me.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With