This extension displays Nvidia GPU usage and memory usage in the status bar of Visual Studio Code.
- Shows GPU usage percentage
- Shows GPU memory usage in GB
- Automatically updates every 5 seconds
- Windows OS
- Nvidia GPU with installed drivers
nvidia-smi
utility must be in your PATH
- Install the extension from the VS Code marketplace or by loading the
.vsix
file. - Restart VS Code.
- The GPU usage and memory usage should now appear in the status bar.
This extension might not work correctly if you have multiple GPUs because it queries all GPUs.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
MIT