formulahendry / formulahendry/vscode-mysql
Add setting for toggle debuging
- Dominant language
- TypeScript
- Stars
- 229
- Forks
- 58
- PR merge metrics
- No merged PRs in 30d
Description
Please add a boolean setting for prevent showing debug messages and check it in "utility.js" file in when you are calling this methods:
outputChannel_1.OutputChannel.appendLine("[Start] Executing MySQL query...");
outputChannel_1.OutputChannel.appendLine("[Done] Finished MySQL query.");
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading utility.js and tracing the two OutputChannel.appendLine calls named in the issue. Find where the extension defines settings, add a boolean debug-output toggle, and verify that disabling it prevents these messages while enabling it preserves them.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- mysql, typescript, vscode
- Domain
- databases, tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100