Skip to content

Commit 5572910

Browse files
committed
docs
1 parent 931a83d commit 5572910

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/parquetDocument.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,9 @@ export class ParquetDocumentProvider implements vscode.CustomReadonlyEditorProvi
224224
* Get the static HTML used for in our editor's webviews.
225225
*/
226226
private getHtmlForWebview(webview: vscode.Webview, uri: vscode.Uri): string {
227-
// Local path to script and css for the webview
227+
// Local path to script and css for the webview.
228228
const jsUri = webview.asWebviewUri(vscode.Uri.joinPath(
229+
// Compiled from `src/webview/webview.ts`.
229230
this._context.extensionUri, 'out', 'webview.js'));
230231

231232
const cssUri = webview.asWebviewUri(vscode.Uri.joinPath(

0 commit comments

Comments
 (0)