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 d296091 commit 393bf69Copy full SHA for 393bf69
server/aws-lsp-codewhisperer/src/shared/localProjectContextController.ts
@@ -13,7 +13,7 @@ import { URI } from 'vscode-uri'
13
14
const fs = require('fs').promises
15
const path = require('path')
16
-const LIBRARY_DIR = path.join(dirname(require.main!.filename), 'indexing')
+const LIBRARY_DIR = path.join('//TODO FIXME', 'indexing')
17
18
export class LocalProjectContextController {
19
private static instance: LocalProjectContextController | undefined
0 commit comments