mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Merge pull request #508 from maverick-dev-55/main
rename ma in.js to main.js
This commit is contained in:
@ -38,4 +38,4 @@
|
||||
break;
|
||||
}
|
||||
});
|
||||
}());
|
||||
}());
|
||||
@ -168,7 +168,7 @@ class CatCodingPanel {
|
||||
|
||||
private _getHtmlForWebview(webview: vscode.Webview, catGifPath: string) {
|
||||
// Local path to main script run in the webview
|
||||
const scriptPathOnDisk = vscode.Uri.joinPath(this._extensionUri, 'media', 'ma in.js');
|
||||
const scriptPathOnDisk = vscode.Uri.joinPath(this._extensionUri, 'media', 'main.js');
|
||||
|
||||
// And the uri we use to load this script in the webview
|
||||
const scriptUri = (scriptPathOnDisk).with({ 'scheme': 'vscode-resource' });
|
||||
|
||||
Reference in New Issue
Block a user