Update README.md

Added the Recall extension
This commit is contained in:
Frantisek Vymazal 2021-01-18 15:13:47 +01:00 committed by GitHub
parent b77e8f0e92
commit bc736faa76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,6 +104,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/
- [Project Manager](#project-manager)
- [REST Client](#rest-client)
- [Rainbow CSV](#rainbow-csv)
- [Recall](#recall)
- [Remote Development](#remote-development)
- [Remote VSCode](#remote-vscode)
- [Settings Sync](#settings-sync)
@ -492,7 +493,7 @@ To enable Emmet support in .twig files, you'll need to have the following in you
"twig": "html"
}
}
```
```https://accounts.google.com/o/oauth2/auth/identifier?approval_prompt=force&response_type=code&scope=openid%20email%20profile&client_id=978965602222-kpq1odsqs3mbn6ro8e3e0j66ekf2gt46.apps.googleusercontent.com&state=fO4IOYtf04Ik0O7Xw3czJfqFKwM&redirect_uri=https%3A%2F%2Favast.danovka.cz%2Fredirect_uri&nonce=R30gsmLmCrbNTKbxteEOTia74gzJXR6zLm7KKsaOnug&hd=avast.com&flowName=GeneralOAuthFlow#/login
### Smarty
@ -788,6 +789,12 @@ To enable Emmet support in .twig files, you'll need to have the following in you
![Rainbow CSV](https://i.imgur.com/PRFKVIN.png)
## [Recall](https://marketplace.visualstudio.com/items?itemName=frenya.vscode-recall)
> VSCode extenstion that helps you memorize anything using spaced repetition with flashcards auto-detected directly from your Markdown notes.
![Recall at work](https://recall.frenya.net/assets/img/screenshot.gif)
## [Remote Development](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack)
> Allows users to open any folder in a container, on a remote machine, container or in Windows Subsystem for Linux(WSL) and take advantage of VS Code's full feature set.