Tome Almeida Posted January 1, 2023 at 05:18 PM Report #629300 Posted January 1, 2023 at 05:18 PM Alguém sabe como desabilitar os tracejados que aparecem debaixo das palavras no VS Code? Pra ser mais exato dá me o erro C0103, mas executa na mesma e incomoda ter aquilo tudo tracejado. Agradecia se alguém me conseguisse ajudar. Tomé
Solution thoga31 Posted January 1, 2023 at 09:43 PM Solution Report #629301 Posted January 1, 2023 at 09:43 PM Conforme o link que indiquei no teu tópico anterior, estão descritas 3 opções que tens para mudar o comportamento do Pylint. Citando: Citação you don't want this "constant" thing, then change Pylint's const-rgx regular expression to be the same as e.g. variable-rgx, you may deactivate those warnings for this file, or even locally in the file, using # pylint: disable=invalid-name, avoid module level variables, by wrapping them into a function. Em último caso, desinstalas essa extensão, com as devidas desvantagens associadas. Cumprimentos. Knowledge is free!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now