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 bd8140c commit 0c18b2cCopy full SHA for 0c18b2c
packages/amazonq/src/lsp/client.ts
@@ -39,7 +39,7 @@ import {
39
import { activate } from './chat/activation'
40
import { AmazonQResourcePaths } from './lspInstaller'
41
import { ConfigSection, isValidConfigSection, toAmazonQLSPLogLevel } from './config'
42
-import { chmodSync } from 'fs'
+import { chmodSync } from 'fs' // eslint-disable-line no-restricted-imports
43
44
const localize = nls.loadMessageBundle()
45
const logger = getLogger('amazonqLsp.lspClient')
0 commit comments