VScode Software - No leftsidebar menu visible - visual-studio-code

I'm new to VScode software.
I have installed it , but it seems that every example i see on the net has a leftsidebarmenu.
Example of vertical menu bar here.
But my vscode 2022 on windows does not have it.
My vscode 2022 without vertical leftbar menu.
Anyone how i can add it?
Thanks in advance.

Just Go to View in Menu Bar and then Select Appearance the Tick the option Show Activity Bar

Its not Visual Studio Code, you have downloaded Visual Studio, thats an IDE
You can download it here -> Visual Code

Related

How do I save my layout in Visual Studio Code?

Is there a way to save my Visual Studio Code window layout so I can quickly restore to it for different projects I am working on. Also is it possible to setup a keyboard shortcut to switch between my current view and the one I have saved.
I can't work it out.
Thanks,
Liam

Visual studio code

I installed, desinstalled and installed again the Visual Studio Code and in may computer it can`t appear the bar in the Y axix in left side of the screem. Someone can help me?enter image description here
In VS Code, at the top menu, go to View -> Appearance -> Show Activity Bar. This will toggle the menu you're looking for.

How can I activate the active bar in Visual Studio Code?

I disabled the active bar in Visual Studio Code and now I can no longer activate. How can I reactivate it?
Go to the View menu. Then choose Show Activity Bar. That's it!

Customize interface for Visual Studio Code?

Is it possible to change the user interface for Visual Studio Code? Specifically, is it possible to remove the "Git" and "Debugger" panes? Also, how can you edit the menus in the main menu bar?
You can't change the menu in VSCode. The menu items are fix.
For now (speaking for version 1.2.1) you can change the color theme only to customize the user interface.

How to show the extensions installed in Visual Studio Code?

How can I show the versions of the extensions installed in Visual Studio Code?
Also, but unrelated, does anyone know the maximum file size that can be handled by VS Code?
This will work from a command line:
code --list-extensions --show-versions
I do not know when this functionality was added. Sample output:
See CLI Options
Hit F1 or CTRL + SHIFT + P and enter show i :
Click on "Extensions Show Installed Extensions":
Open VS Code.
Go to Extensions (in left side-nav or icon with boxes ).
In search Extension type: #installed
You will be able to see all installed VS code extensions.
You can access in the right menu like bellow image with shortcut CTRL+SHIFT+X.
If does not appear, you can click on three points and then Show Installed Extensions.
You can Uninstall too in this path.
Click on Extension Icon present in left side panel.
It will display the extension list.
On top you can see three dots.
Click on this dots, it will display the installed extensions