update vscode

This commit is contained in:
JMARyA 2024-09-19 15:31:04 +02:00
parent 464169cec5
commit cfb23e66e2
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -2,6 +2,7 @@
website: ["https://code.visualstudio.com/", "https://vscodium.com/"]
obj: application
flatpak-id: com.vscodium.codium
rev: 2024-09-19
---
# Visual Studio Code
@ -37,3 +38,9 @@ VSCode provides built-in debugging support for multiple languages and environmen
- [Foam](https://open-vsx.org/extension/foam/foam-vscode): Foam is a note-taking tool that lives within VS Code, which means you can pair it with your favorite extensions for a great editing experience.
- [JSON Schema Store Catalog](https://open-vsx.org/extension/remcohaszing/schemastore): This extension provides all JSON schemas from the [JSON Schema Store](https://www.schemastore.org) catalog.
- [night blossom](https://open-vsx.org/extension/RustedTurnip/night-blossom): VSCode Theme.
## Keyboard Shortcuts
- `Ctrl + -`: Comment / Uncomment line
- `Ctrl + P`: Quick Open / Commands
- `Alt + ↓ / ↑`: Move line down/up
- `Ctrl + Shift + K`: Delete line