1

How can I show the tip again on the top of the file if I click "don't show"? enter image description here

I haven't click "don't show" yet cause I afraid I can't set it to show again

Willis
  • 599
  • 3
  • 25
  • search `settings.json` for a possible setting or it is saved in the workspace config (binary files) – rioV8 Jun 09 '21 at 19:39

2 Answers2

10

open your settings in vs code and copy and paste it in your settings reset that workbench settings it is working perfectly. ****


"workbench.editor.untitled.hint"

Mohan_ry
  • 116
  • 1
  • 6
0

Not a direct way to bring that specific menu up again.

However Ctrl + Shift + p will bring up the "search toolbar" and you can search for languages

Ctrl + K + M will bring up the language selection

Gauthier
  • 1,251
  • 10
  • 25
  • so this operation is irreversible? – Willis Jun 09 '21 at 19:14
  • 1
    Not sure, i always run through keyboard shortcuts on things. This doesnt answer your question but is along the same thread. Once you do click dont show, new tabs wont show it again. https://stackoverflow.com/questions/55770069/how-to-undo-dont-show-this-prompt-again-in-vscode-python which if you follow the links, possible leads to https://github.com/microsoft/vscode/issues/24815#issuecomment-474124799 Which is basically saying you may have to delete all the settings and reinstall to get that back. Again my vote is keyboard shortcuts – Gauthier Jun 09 '21 at 20:47