29

I'm using Visual Studio Code 1.15.1, as of this writing. When Code did the last update, it began auto-opening a release notes file for that version. But now, Every time that I open Visual studio, from task bar, opening an associated file, or anywhere else, that same release notes file keeps opening after the file I tried to open. Which means I have to close it to get to what I was wanting to work on. This is clearly extremely frustrating, as I can't even find where the release notes are kept as a file to move/rename them!

Searching on the web has been next to useless, as it just keeps showing links to websites about releases of Visual Studio code. I can't get the search engine to understand I want to talk about a file that contains release notes. Any ideas? Maybe I missed a setting, but I've been digging and I've yet to actually find something related in the editor settings.

Monolith Tyriss
  • 391
  • 3
  • 3
  • 1
    This sounds like a bug. Please file an issue and we'll take a look: https://github.com/Microsoft/vscode/issues/new – Matt Bierner Aug 28 '17 at 17:45

4 Answers4

56

Gear Button Click Manage (gear) icons on your bottom left side, choose Settings and then type release notes on the searchbar (Search settings). Uncheck the "Show Release Notes after an update"

Dedy Chaidir
  • 767
  • 6
  • 15
6

In Windows (probably works on Mac too) I did this:

Press Ctrl + Shift + P

type command: Clear Editor History

Press Enter

stolen from here

Post Impatica
  • 14,999
  • 9
  • 67
  • 78
2

Not sure if you're still having issues but I had the same problem with VS code 1.19.1 release notes.

I created a Github issue and they were able to resolve it by suggesting to delete the Local Cache folder.

Not sure what OS you're on but for macOS it was in /Users/<your user>/Library/Application Support/Code/Local Storage.

Shikkic
  • 21
  • 3
0

There is also a checkbox in the Release Notes themselves which is the equivalent of the setting Update: Show Release Notes - the setting can be toggled either from the Setting itself or an open Release Notes. From v1.75 Release Notes: Opt out of showing Currently in the Insiders Build v1.75:

enable show release notes

Mark
  • 143,421
  • 24
  • 428
  • 436