Skip to content

Commit da20782

Browse files
committed
fix: migrate old name
1 parent 5e47cb5 commit da20782

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/amazonq/src/lsp/lspInstaller.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
fs,
1313
LspResolution,
1414
getNodeExecutableName,
15-
cleanUpLSPDownloads,
15+
cleanLspDownloads,
1616
} from 'aws-core-vscode/shared'
1717
import path from 'path'
1818

@@ -47,7 +47,7 @@ export class AmazonQLSPResolver implements LspResolver {
4747
const nodePath = path.join(installationResult.assetDirectory, `servers/${getNodeExecutableName()}`)
4848
await fs.chmod(nodePath, 0o755)
4949

50-
await cleanUpLSPDownloads(manifest.versions, path.dirname(installationResult.assetDirectory))
50+
await cleanLspDownloads(manifest.versions, path.dirname(installationResult.assetDirectory))
5151
return {
5252
...installationResult,
5353
resourcePaths: {

0 commit comments

Comments
 (0)