mirror of
https://github.com/foambubble/foam-template.git
synced 2025-06-07 20:08:54 +00:00
Update all VsCode typos to VS Code
This commit is contained in:
parent
c6f853709f
commit
04efd2d68c
2 changed files with 10 additions and 10 deletions
|
@ -1,9 +1,9 @@
|
|||
# Getting started with VsCode
|
||||
# Getting started with VS Code
|
||||
|
||||
VsCode is a powerful text editor, hidden behind a simple interface.
|
||||
VS Code is a powerful text editor, hidden behind a simple interface.
|
||||
|
||||
## Keyboard shortcuts
|
||||
VsCode supports various **keyboard shortcuts**, the most important for us are:
|
||||
VS Code supports various **keyboard shortcuts**, the most important for us are:
|
||||
|
||||
| Shortcut | Action |
|
||||
| ------------- | ---------------------------- |
|
||||
|
@ -13,10 +13,10 @@ VsCode supports various **keyboard shortcuts**, the most important for us are:
|
|||
| `cmd+P` | use quickpick to open a file |
|
||||
| `cmd+shift+P` | invoke a command (see below) |
|
||||
|
||||
For more information, see the [vscode keyboard cheat sheets](https://code.visualstudio.com/docs/getstarted/keybindings#_keyboard-shortcuts-reference), where you can also see how to customize your keybindings.
|
||||
For more information, see the [VS Code keyboard cheat sheets](https://code.visualstudio.com/docs/getstarted/keybindings#_keyboard-shortcuts-reference), where you can also see how to customize your keybindings.
|
||||
|
||||
## Commands
|
||||
Commands make VsCode extremely powerful.
|
||||
Commands make VS Code extremely powerful.
|
||||
|
||||
To invoke a command, press `cmd+shift+P` and select the command you want to execute.
|
||||
For example, to see the Foam graph:
|
||||
|
@ -26,10 +26,10 @@ For example, to see the Foam graph:
|
|||
|
||||
And watch the magic unfold.
|
||||
|
||||
For more information on commands, see [commands on the VsCode site](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette).
|
||||
For more information on commands, see [commands on the VS Code site](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette).
|
||||
|
||||
|
||||
If you want to learn more about VsCode, check out their [website](https://code.visualstudio.com/docs#first-steps).
|
||||
If you want to learn more about VS Code, check out their [website](https://code.visualstudio.com/docs#first-steps).
|
||||
|
||||
## Panels
|
||||
|
||||
|
@ -39,5 +39,5 @@ You can see a few panels on the left, including:
|
|||
|
||||
## Settings
|
||||
|
||||
To view or change the settings in VsCode, press `cmd+,`
|
||||
To view or change the settings in VS Code, press `cmd+,`
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ Welcome to your new foam workspace, let's get you started.
|
|||
|
||||
Let's go through this to set up your repo:
|
||||
|
||||
- [ ] if you are new with VsCode, see how to [[get-started-with-vscode]] and how to [[use-keyboard-shortcuts-for-editing]]
|
||||
- [ ] if you are new with VS Code, see how to [[get-started-with-vscode]] and how to [[use-keyboard-shortcuts-for-editing]]
|
||||
|
||||
- [ ] you can navigate the links between your notes by `cmd+click` (or `ctrl+click` on Windows) on a wiki link. You can go back with `ctrl+-`. Here, go to your [[inbox]]
|
||||
|
||||
|
@ -26,7 +26,7 @@ Let's go through this to set up your repo:
|
|||
|
||||
- [ ] To explore all the Foam settings, press `cmd+,`, then `Extensions > Foam`
|
||||
|
||||
- [ ] Living within VsCode, Foam can be customized in many ways! Look at the [Foam Recipes](https://foambubble.github.io/foam/recipes/recipes) for ideas!
|
||||
- [ ] Living within VS Code, Foam can be customized in many ways! Look at the [Foam Recipes](https://foambubble.github.io/foam/recipes/recipes) for ideas!
|
||||
|
||||
- [ ] Join the [Foam community on Discord](https://foambubble.github.io/join-discord/e), introduce yourself and leave a message on how you found Foam and how the onboarding went :) We are always keen to do better
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue