Working with Vue and use an auto import plugin, so I don't use import.
VSCode keeps injecting import { watch } from 'less' in the beginning of a file when I type watch(. Then I go debugging...
How can I turn it off? Can't find an appropriate setting.