Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add genv VSCode Extension #394

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ out <a href="https://github.com/sindresorhus/awesome">awesome</a>.
- [Toggle](#toggle)
- [ES7 React/Redux/GraphQL/React-Native snippets](#es7-reactreduxgraphqlreact-native-snippets)
- [Gi](#gi)
- [genv](#genv)
- [Git History](#git-history)
- [Git Project Manager](#git-project-manager)
- [GitLink](#gitlink)
Expand Down Expand Up @@ -688,6 +689,12 @@ Example of toggling `typescript.inlayHints.functionLikeReturnTypes.enabled` by s

![.gitignore generation animation](https://raw.githubusercontent.com/hasit/vscode-gi/master/assets/gi.gif)

## [genv](https://marketplace.visualstudio.com/items?itemName=run-ai.vscode-genv)

> Interactively control, configure and monitor the GPU resources that your Visual Studio Code session is using without code changes.

![genv](https://github.com/run-ai/vscode-genv/blob/main/resources/readme/overview.gif)

## [Git History](https://marketplace.visualstudio.com/items?itemName=donjayamanne.githistory)

> View git log, file or line History
Expand Down