We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ac8c5a commit 930a3a3Copy full SHA for 930a3a3
src/webviewcontentprovider.ts
@@ -329,7 +329,7 @@ export class WebviewContentProvider {
329
if (!generateStandalone) {
330
if (this.context.getConfig<boolean>('showScreenshotButton')) {
331
let screenshotButtonStyleExtension = new ScreenshotButtonStyleExtension(getWebviewResourcePath);
332
- this.webviewAssembler.addWebviewModule(screenshotButtonStyleExtension, '/* Screenshot Button Style */ ');
+ this.webviewAssembler.addWebviewModule(screenshotButtonStyleExtension, '/* Screenshot Button Style */');
333
334
let screenshotButtonExtension = new ScreenshotButtonExtension();
335
this.webviewAssembler.addWebviewModule(screenshotButtonExtension, '<!-- Screenshot Element -->');
0 commit comments