update vscode
This commit is contained in:
parent
464169cec5
commit
cfb23e66e2
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue