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 5e47cb5 commit da20782Copy full SHA for da20782
packages/amazonq/src/lsp/lspInstaller.ts
@@ -12,7 +12,7 @@ import {
12
fs,
13
LspResolution,
14
getNodeExecutableName,
15
- cleanUpLSPDownloads,
+ cleanLspDownloads,
16
} from 'aws-core-vscode/shared'
17
import path from 'path'
18
@@ -47,7 +47,7 @@ export class AmazonQLSPResolver implements LspResolver {
47
const nodePath = path.join(installationResult.assetDirectory, `servers/${getNodeExecutableName()}`)
48
await fs.chmod(nodePath, 0o755)
49
50
- await cleanUpLSPDownloads(manifest.versions, path.dirname(installationResult.assetDirectory))
+ await cleanLspDownloads(manifest.versions, path.dirname(installationResult.assetDirectory))
51
return {
52
...installationResult,
53
resourcePaths: {
0 commit comments