This commit is contained in:
Frantisek Vymazal 2023-02-11 02:00:54 +01:00 committed by GitHub
commit a1d178cf92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,6 +128,7 @@ out <a href="https://github.com/sindresorhus/awesome">awesome</a>.
- [Project Manager](#project-manager)
- [Project Dashboard](#project-dashboard)
- [Rainbow CSV](#rainbow-csv)
- [Recall](#recall)
- [Remote Development](#remote-development)
- [Remote VSCode](#remote-vscode)
- [REST Client](#rest-client)
@ -863,6 +864,12 @@ Example of toggling `typescript.inlayHints.functionLikeReturnTypes.enabled` by s
![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.