Skip to content

Commit 14cee6a

Browse files
committed
docs: add logs for this
1 parent fa1f84d commit 14cee6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/amazonq/src/lsp/client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ function onServerRestartHandler(client: LanguageClient, auth: AmazonQLspAuth) {
269269
}
270270

271271
function getConfigSection(section: ConfigSection) {
272+
getLogger('amazonqLsp').debug('Fetching config section %s for language server', section)
272273
switch (section) {
273274
case 'aws.q':
274275
/**

0 commit comments

Comments
 (0)