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 4996639 commit 51132beCopy full SHA for 51132be
packages/amazonq/test/unit/amazonq/lsp/config.test.ts
@@ -54,7 +54,7 @@ for (const [name, config, defaultConfig, setEnv, resetEnv] of [
54
manifestUrl: 'https://custom.url/manifest.json',
55
supportedVersions: '4.0.0',
56
id: 'AmazonQSetting',
57
- suppressPromptPrefix: 'amazonQSetting',
+ suppressPromptPrefix: config().suppressPromptPrefix,
58
path: '/custom/path',
59
...(name === 'getAmazonQLspConfig' && { ui: '/chat/client/location' }),
60
}
0 commit comments