Skip to content

Commit

Permalink
chore: change log format
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinhuish committed Dec 11, 2024
1 parent d4c75f9 commit 343ed85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"publisher": "edwinhuish",
"name": "better-comments-next",
"displayName": "Better Comments Next",
"version": "3.3.13",
"version": "3.3.14",
"description": "Improve your code commenting by annotating with alert, informational, TODOs, and more!",
"author": {
"name": "Edwin Xu"
Expand Down
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export async function activate(context: vscode.ExtensionContext) {
configuration.activate(context);
definition.activate(context);
handler.activate(context);
log.info('started successfully.');
log.info('started successfully with configuration:', configuration.getConfigurationFlatten());
}
catch (e) {
log.error(e);
Expand Down

0 comments on commit 343ed85

Please sign in to comment.