Skip to content

Commit

Permalink
style: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
bm424 committed Sep 20, 2023
1 parent bb1f097 commit 2dacd1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/chat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ export class ChatProvider implements vscode.WebviewViewProvider {
_token: vscode.CancellationToken
) {
this._view = webviewView;
console.log(`Initialising webview. Assets URI: ${this._assetsUri}; Extension URI: ${this._extensionUri}`);
console.log(
`Initialising webview. Assets URI: ${this._assetsUri}; Extension URI: ${this._extensionUri}`
);

webviewView.webview.options = {
// Allow scripts in the webview
Expand Down

0 comments on commit 2dacd1c

Please sign in to comment.