Skip to content

Commit 7669044

Browse files
committed
fixup
1 parent 6e0c84c commit 7669044

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/amazonq/src/lsp/config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ export function getAmazonQLspConfig(): AmazonQLspConfig {
2323
return {
2424
...defaultAmazonQLspConfig,
2525
...(DevSettings.instance.getServiceConfig('amazonqLsp', {}) as AmazonQLspConfig),
26-
// Environment variable overrides
2726
...getServiceEnvVarConfig('amazonqLsp', Object.keys(defaultAmazonQLspConfig)),
2827
}
2928
}

0 commit comments

Comments
 (0)