Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seripap/vscode-memory
Show current memory usage of VSCode out of available memory in status bar.
https://github.com/seripap/vscode-memory
Last synced: 2 months ago
JSON representation
Show current memory usage of VSCode out of available memory in status bar.
- Host: GitHub
- URL: https://github.com/seripap/vscode-memory
- Owner: seripap
- Created: 2019-02-13T01:20:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T13:03:57.000Z (about 2 years ago)
- Last Synced: 2024-10-11T03:19:24.945Z (3 months ago)
- Language: TypeScript
- Size: 142 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# vscode-memory
Puts current memory usage of VS Code in status bar against total free memory.
![vscode-memory](https://raw.githubusercontent.com/seripap/vscode-memory/master/images/demo.png)
## Extension Settings
* `vscodemem.frequency`: frequency in which to update
## Release Notes
### 1.1.0
- Support for Linux
### 1.0.0
Initial release