Skip to content

Commit b12a3bf

Browse files
committed
Rename channel to "QML Format"
Because "QML Formatter" is another extension.
1 parent ac9b1fd commit b12a3bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/extension.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { runQmlFormatter } from './formatter';
44

55
export function activate(context: vscode.ExtensionContext) {
66

7-
let logger = vscode.window.createOutputChannel("QML Formatter", { log: true });
7+
let logger = vscode.window.createOutputChannel("QML Format", { log: true });
88

99
let loggerDisposable = new vscode.Disposable(() => {
1010
logger.dispose();
@@ -41,7 +41,7 @@ export function activate(context: vscode.ExtensionContext) {
4141
},
4242
});
4343

44-
logger.info("QML Formatter activated.");
44+
logger.info("QML Format activated.");
4545

4646
context.subscriptions.push(registerDisposable);
4747
context.subscriptions.push(loggerDisposable);

0 commit comments

Comments
 (0)