We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db8c544 commit e456daeCopy full SHA for e456dae
packages/amazonq/src/lsp/config.ts
@@ -6,7 +6,7 @@
6
import { DevSettings, getLogger, getServiceEnvVarConfig, Settings } from 'aws-core-vscode/shared'
7
import { LspConfig } from 'aws-core-vscode/amazonq'
8
9
-// Taken from language server repo since they are not exported:
+// Taken from language server runtimes since they are not exported:
10
// https://github.com/aws/language-server-runtimes/blob/eae85672c345d8adaf4c8cbd741260b8a59750c4/runtimes/runtimes/util/loggingUtil.ts#L4-L10
11
const validLspLogLevels = ['error', 'warn', 'info', 'log', 'debug']
12
export interface ExtendedAmazonQLSPConfig extends LspConfig {
0 commit comments