Skip to content

Commit 1e246e6

Browse files
committed
Added additional logging
1 parent c16a4d2 commit 1e246e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/extension.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ export function activate(context: ExtensionContext) {
1616
Logger.initialize(context);
1717
Logger.enable();
1818

19+
Logger.log('Initializing G-Code...');
20+
1921
// Initialize Controller
2022
Control.initialize(context, configuration);
2123

0 commit comments

Comments
 (0)