Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to read Release Notes inside VS Code

I have restarted my VS Code today and it got updated. When it was opened again, I got a tab with Release Notes and a few minutes later decided to open my project to see the changes in action.

However, when I did open the project, the Release Notes tab closed and now I can't find a way to access it specifically in VS Code.

Is there a way to do that?

like image 328
Eduard Avatar asked May 10 '18 07:05

Eduard


People also ask

How do you preview pages in VS Code?

No, VS Code doesn't have built-in support for HTML preview but there are extensions available in the VS Code Marketplace. Open the Extensions view (Ctrl+Shift+X) and search on 'live preview' or 'html preview' to see a list of available HTML preview extensions.

Can you take notes in VS Code?

Dendron is a local, open-source, Markdown-based note-taking tool that helps developers work with notes like they do with code.

How do you display output in VS Code?

To display the Output window whenever you build a project, in the Options dialog box, on the Projects and Solutions > General page, select Show Output window when build starts.


1 Answers

Just open the Command Palette (Ctrl+Shift+P on Windows/Linux, CMD+Shift+P on macOs), type Show Release Notes, then hit Enter.

The release notes will be displayed on the same tab.

like image 58
HaaLeo Avatar answered Oct 12 '22 18:10

HaaLeo