Skip to content

Commit 24ab72d

Browse files
committed
add comment
1 parent 3473ae8 commit 24ab72d

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
@@ -109,7 +109,9 @@ export function activate(ctx: vscode.ExtensionContext) {
109109
endpoints.showBackups(backupManager)
110110
)
111111
);
112+
112113
if (process.env.NODE_ENV === "test") {
114+
// Expose the "moveElement" method for test purposes
113115
ctx.subscriptions.push(
114116
vscode.commands.registerCommand(
115117
"snippet.test_moveElement",

0 commit comments

Comments
 (0)