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 b67e35f commit 5b29c79Copy full SHA for 5b29c79
packages/core/src/codewhisperer/util/codewhispererSettings.ts
@@ -6,7 +6,7 @@ import { ArrayConstructor } from '../../shared/utilities/typeConstructors'
6
import { fromExtensionManifest, migrateSetting } from '../../shared/settings'
7
8
const description = {
9
- showCodeWithReferences: Boolean, // eslint-disable-line id-length
+ showCodeWithReferences: Boolean,
10
importRecommendationForInlineCodeSuggestions: Boolean, // eslint-disable-line id-length
11
shareContentWithAWS: Boolean,
12
workspaceIndex: Boolean,
0 commit comments