4

new untitled file message

By mistake I pressed on "don't show this again". How can I make vscode show that option again?

Mark
  • 143,421
  • 24
  • 428
  • 436
xrocket
  • 43
  • 2
  • Does this answer your question? [How to undo "Don't show this prompt again" in vscode python?](https://stackoverflow.com/questions/55770069/how-to-undo-dont-show-this-prompt-again-in-vscode-python) – badcode Aug 27 '21 at 19:18

3 Answers3

3

There is a setting that enables/disables that message:

Workbench > Editor > Untitled: Hint

By selecting "Don't show again" you disabled that setting (setting it to hidden).
To get the message back, reenable it - set it to text.

Mark
  • 143,421
  • 24
  • 428
  • 436
0
  1. Press ctrl + shift + P
  2. Type Change Language Mode press enter

You will get menu with all the languages.

Additionally you can save the file with correct extension to get all the language support installed in your VS code.

Hope this helped

0

enter image description here

I follow above answer I solved for me

PlutoSenthil
  • 332
  • 6
  • 13