Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
yCodeTech
/
auto-comment-blocks
Public
forked from
kevb34ns/auto-comment-blocks
Notifications
You must be signed in to change notification settings
Fork
1
Star
5
Code
Issues
0
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
feat: logging levels
- #42
#42
Merged
1/3
yCodeTech
merged 16 commits into
master
yCodeTech/auto-comment-blocks:master
from
feat/logging-levels
yCodeTech/auto-comment-blocks:feat/logging-levels
Copy head branch name to clipboard
Aug 6, 2026
Conversation
Commits
16
(16)
Checks
Files changed
Merged
feat: logging levels
#42
yCodeTech
merged 16 commits into
master
yCodeTech/auto-comment-blocks:master
from
feat/logging-levels
yCodeTech/auto-comment-blocks:feat/logging-levels
Copy head branch name to clipboard
Commits
Commits on Jul 20, 2026
refactor: json parsing into it's own `parseJsonContent` util function
Show description for 190a00e
yCodeTech
committed
190a00e
View commit details
Copy full SHA for 190a00e
Browse repository at this point
docs: add commit message generation Copilot instructions for vscode
yCodeTech
committed
375b555
View commit details
Copy full SHA for 375b555
Browse repository at this point
Commits on Jul 26, 2026
Merge https://github.com/yCodeTech/auto-comment-blocks into refactor
yCodeTech
committed
1fc06f8
View commit details
Copy full SHA for 1fc06f8
Browse repository at this point
Commits on Jul 27, 2026
Merge branch 'master' of https://github.com/yCodeTech/auto-comment-blocks into refactor
yCodeTech
committed
d269350
View commit details
Copy full SHA for d269350
Browse repository at this point
Commits on Jul 31, 2026
feat: add new `logLevel` setting to determine the level of logs to output
Show description for 5571f65
yCodeTech
committed
5571f65
View commit details
Copy full SHA for 5571f65
Browse repository at this point
refactor: move logging of extension details into the `activate` function
Show description for 611b268
yCodeTech
committed
611b268
View commit details
Copy full SHA for 611b268
Browse repository at this point
fix: on document open info log to include the language ID.
Show description for 36b03d0
yCodeTech
committed
36b03d0
View commit details
Copy full SHA for 36b03d0
Browse repository at this point
fix: `logLevel` setting description to mention about important logs.
yCodeTech
committed
ee5ed79
View commit details
Copy full SHA for ee5ed79
Browse repository at this point
Commits on Aug 1, 2026
refactor: `getAll` method to prepare extension data for logging.
Show description for 3d8c8ff
yCodeTech
committed
3d8c8ff
View commit details
Copy full SHA for 3d8c8ff
Browse repository at this point
fix: adjust log output formatting for clarity
Show description for b0db087
yCodeTech
committed
b0db087
View commit details
Copy full SHA for b0db087
Browse repository at this point
feat: log levels validation and fallback to the `debug` default.
Show description for 1719160
yCodeTech
committed
1719160
View commit details
Copy full SHA for 1719160
Browse repository at this point
perf: avoid cloning extension data map when not preparing for logging.
Show description for e67716b
yCodeTech
committed
e67716b
View commit details
Copy full SHA for e67716b
Browse repository at this point
Commits on Aug 2, 2026
fix: info log message for on document open event for clarity.
Show description for 077d948
yCodeTech
committed
077d948
View commit details
Copy full SHA for 077d948
Browse repository at this point
perf: `onDidOpenTextDocument` to return early for non-file documents.
Show description for 2951029
yCodeTech
committed
2951029
View commit details
Copy full SHA for 2951029
Browse repository at this point
Commits on Aug 3, 2026
perf: prevent unnecessary processing when logger isn't in `debug` mode.
Show description for 5f62c76
yCodeTech
committed
5f62c76
View commit details
Copy full SHA for 5f62c76
Browse repository at this point
Commits on Aug 4, 2026
docs: update code comment for the `onDidOpenTextDocument` event.
Show description for d35599e
yCodeTech
committed
d35599e
View commit details
Copy full SHA for d35599e
Browse repository at this point
You can’t perform that action at this time.