Skip to content

Commit e456dae

Browse files
committed
docs: update comment
1 parent db8c544 commit e456dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amazonq/src/lsp/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import { DevSettings, getLogger, getServiceEnvVarConfig, Settings } from 'aws-core-vscode/shared'
77
import { LspConfig } from 'aws-core-vscode/amazonq'
88

9-
// Taken from language server repo since they are not exported:
9+
// Taken from language server runtimes since they are not exported:
1010
// https://github.com/aws/language-server-runtimes/blob/eae85672c345d8adaf4c8cbd741260b8a59750c4/runtimes/runtimes/util/loggingUtil.ts#L4-L10
1111
const validLspLogLevels = ['error', 'warn', 'info', 'log', 'debug']
1212
export interface ExtendedAmazonQLSPConfig extends LspConfig {

0 commit comments

Comments
 (0)