We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3473ae8 commit 24ab72dCopy full SHA for 24ab72d
src/extension.ts
@@ -109,7 +109,9 @@ export function activate(ctx: vscode.ExtensionContext) {
109
endpoints.showBackups(backupManager)
110
)
111
);
112
+
113
if (process.env.NODE_ENV === "test") {
114
+ // Expose the "moveElement" method for test purposes
115
ctx.subscriptions.push(
116
vscode.commands.registerCommand(
117
"snippet.test_moveElement",
0 commit comments