Skip to content

Commit ce41a61

Browse files
leigaoljustinmk3
andauthored
Update packages/amazonq/src/lsp/chat/webviewProvider.ts
Co-authored-by: Justin M. Keyes <[email protected]>
1 parent 9b077d9 commit ce41a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amazonq/src/lsp/chat/webviewProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export class AmazonQChatViewProvider implements WebviewViewProvider {
4545
) {
4646
const lspDir = Uri.file(LanguageServerResolver.defaultDir())
4747
const dist = Uri.joinPath(globals.context.extensionUri, 'dist')
48-
const bundledResources = Uri.joinPath(globals.context.extensionUri, 'resources', 'language-server')
48+
const bundledResources = Uri.joinPath(globals.context.extensionUri, 'resources/language-server')
4949
let resourcesRoots = [lspDir, dist]
5050
if (this.mynahUIPath?.startsWith(globals.context.extensionUri.fsPath)) {
5151
getLogger('amazonqLsp').info(`Using bundled webview resources ${bundledResources.fsPath}`)

0 commit comments

Comments
 (0)