Skip to content

Commit d2bcaa4

Browse files
committed
assume rg is there
1 parent 632953c commit d2bcaa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amazonq/src/lsp/lspInstaller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export function getBundledResourcePaths(ctx: vscode.ExtensionContext): AmazonQRe
6161
return {
6262
lsp: path.join(assetDirectory, 'servers', 'aws-lsp-codewhisperer.js'),
6363
node: process.execPath,
64-
ripGrep: '',
64+
ripGrep: process.platform === 'win32' ? 'rg.exe' : 'rg',
6565
ui: path.join(assetDirectory, 'clients', 'amazonq-ui.js'),
6666
}
6767
}

0 commit comments

Comments
 (0)