https://github.com/biati-digital/vscode-wordpress-debug-mode
vscode extension to quickly enable or disable Wordpress Debug mode
https://github.com/biati-digital/vscode-wordpress-debug-mode
debug vscode wordpress
Last synced: 11 days ago
JSON representation
vscode extension to quickly enable or disable Wordpress Debug mode
- Host: GitHub
- URL: https://github.com/biati-digital/vscode-wordpress-debug-mode
- Owner: biati-digital
- Created: 2020-09-21T04:35:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-21T04:35:26.000Z (almost 6 years ago)
- Last Synced: 2026-04-17T00:16:40.699Z (3 months ago)
- Topics: debug, vscode, wordpress
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# WordPress Debug Mode
Imagine that you are working on a WordPress theme or plugin and you need to enable or disable **Debug** mode, this extension will automatically find your wp-config.php file and enable or disable **WP_DEBUG** it can also open the file with vscode or reveal the file in Finder.
## Features
- Quickly enable or disable WordPress Debug mode
- Quickly open the wp-config.php file with vscode
- Quickly reveal the wp-config.php file in Finder
## Releases
### 1.0.0
Initial release