Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to undo "Don't show this prompt again" in vscode python?

Accidentally selected "Don't show this prompt again" when prompted to install Pylint in VSCode Python. How should I undo/reset the action so the prompt will appear again?

like image 469
djb Avatar asked Apr 20 '19 03:04

djb


People also ask

How do I get my toolbar back in VSCode?

Follow these steps: Press Alt to make menu visible. Click on the View menu, navigate to the Appearance option and choose Show Menu Bar.

How do I stop VSCode pop ups?

Type “editor. hover. enable” into the search field then check/uncheck the checkbox associated with “Controls whether the hover is shown.” to enable/disable the suggestion tooltip on hover.


1 Answers

See the issue notes here: https://github.com/Microsoft/vscode/issues/24815

You might have to do this:

  • deinstall Visual Studio Code
  • delete C:\Users[Username].vscode
  • delete C:\Users[Username]\AppData\Roaming\Code

or relevant paths on your operating system.

like image 153
zedfoxus Avatar answered Oct 23 '22 23:10

zedfoxus