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 6fe53f3 commit 047610aCopy full SHA for 047610a
src/export_command/wikimedia_function/page.ts
@@ -100,6 +100,7 @@ export async function postPage(): Promise<void> {
100
return undefined;
101
}
102
wikiSummary = `{wikiSummary} // Edit via Wikitext Extension for VSCode`.trim();
103
+ wikiSummary = `${wikiSummary} // Edit via Wikitext Extension for VSCode`.trim();
104
const barMessage: vscode.Disposable = vscode.window.setStatusBarMessage("Wikitext: Posting...");
105
try {
106
tBot.editToken = await getEditToken(tBot);
0 commit comments