https://github.com/vbshuliar/vscode-extension-toggle-problems-visibility
A simple VS Code extension that adds a keyboard shortcut to toggle the visibility of the Problems panel.
https://github.com/vbshuliar/vscode-extension-toggle-problems-visibility
codetools developertools javascript productivity vscode vscodeextension
Last synced: 18 days ago
JSON representation
A simple VS Code extension that adds a keyboard shortcut to toggle the visibility of the Problems panel.
- Host: GitHub
- URL: https://github.com/vbshuliar/vscode-extension-toggle-problems-visibility
- Owner: vbshuliar
- Created: 2025-11-16T19:04:14.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-11-16T19:10:30.000Z (8 months ago)
- Last Synced: 2025-11-16T21:08:38.176Z (8 months ago)
- Topics: codetools, developertools, javascript, productivity, vscode, vscodeextension
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Toggle Problems Visibility
A simple VS Code extension that adds a command and keyboard shortcut to toggle the visibility of the Problems panel (`problems.visibility`).
## Features
- Toggle the Problems panel on or off with a single shortcut.
- Default keybinding: **Ctrl+Alt+Shift+P**.