Merge 536013cd5164623395e4641d7a0cf4bdae800c55 into 95e0d5c41f72cb76f1547901c89ebc9a78753a4f

This commit is contained in:
Frantisek Vymazal 2024-06-20 05:21:35 +00:00 committed by GitHub
commit b847ae41c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -129,6 +129,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)
@ -884,6 +885,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.