Skip to content
Snippets Groups Projects
Verified Commit 0902e0e5 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

changes to slides

parent 0ba39d99
No related branches found
No related tags found
No related merge requests found
# VS Code User Interface
# Visual Studio Code - Graphical User Interface (GUI)
Make text shorter
<img src="slides/img/icon-live-demo.png" height="100px"> GUI for VS code
- **Activity Bar** - Located on the far left-hand side, this lets you switch between views and gives you additional context-specific indicators, like the number of outgoing changes when Git is enabled.
- **Side Bar** - Contains different views like the Explorer to assist you while working on your project.
- **Editor** - The main area to edit your files. You can open as many editors as you like side by side vertically and horizontally.
- **Panels** - You can display different panels below the editor region for output or debug information, errors and warnings, or an integrated terminal. Panel can also be moved to the right for more vertical space.
- **Status Bar** - Information about the opened project and the files you edit.
<div align="center">
<img src="slides/img/VSCodeGUI.png" width="60%">
</div>
<div style="position:absolute;right:0%;top:10%">
<img src="slides/img/VSCodeGUI.png" height="750px">
</div>
Text and image from VS Code documentation
\ No newline at end of file
# Visual Studio Code - Graphical User Interface (GUI)
- **Activity Bar** - Located on the left side, this lets you switch between views and gives you additional context-specific indicators, like the number of changes when Git is enabled.
- **Side Bar** - Contains information to assist while working on your project.
- **Editor** - The main area to edit files. You can open as many editors as you like side by side vertically and horizontally.
- **Panels** - You can display different panels below the editor region for output or debug information, errors and warnings, or an integrated terminal.
- **Status Bar** - Information about the opened project and the files you edit.
Source: VS code documentation
\ No newline at end of file
# Fork the upstream repository
If you recently contributed to the upstream repository, please delete the fork and start over
If you recently contributed to the upstream repository, please delete the fork and start over (`Settings` > `General` > `Advanced` > `Delete project`)
<div class="fragment">
<br>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment