We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc7836 commit e398980Copy full SHA for e398980
packages/amazonq/src/lsp/chat/webviewProvider.ts
@@ -52,7 +52,7 @@ export class AmazonQChatViewProvider implements WebviewViewProvider {
52
* it will 401 when trying to load
53
*/
54
const mynahUIPath = getAmazonQLspConfig().ui
55
- if (process.env.WEBPACK_DEVELOPER_SERVER && mynahUIPath) {
+ if (mynahUIPath) {
56
const dir = path.dirname(mynahUIPath)
57
resourcesRoots.push(Uri.file(dir))
58
}
0 commit comments