Skip to content

Commit e398980

Browse files
committed
smurf
1 parent bfc7836 commit e398980

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
@@ -52,7 +52,7 @@ export class AmazonQChatViewProvider implements WebviewViewProvider {
5252
* it will 401 when trying to load
5353
*/
5454
const mynahUIPath = getAmazonQLspConfig().ui
55-
if (process.env.WEBPACK_DEVELOPER_SERVER && mynahUIPath) {
55+
if (mynahUIPath) {
5656
const dir = path.dirname(mynahUIPath)
5757
resourcesRoots.push(Uri.file(dir))
5858
}

0 commit comments

Comments
 (0)