Skip to content

Commit 5b29c79

Browse files
atonaamzhayemaxi
andauthored
Update packages/core/src/codewhisperer/util/codewhispererSettings.ts
Co-authored-by: Maxim Hayes <[email protected]>
1 parent b67e35f commit 5b29c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/codewhisperer/util/codewhispererSettings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { ArrayConstructor } from '../../shared/utilities/typeConstructors'
66
import { fromExtensionManifest, migrateSetting } from '../../shared/settings'
77

88
const description = {
9-
showCodeWithReferences: Boolean, // eslint-disable-line id-length
9+
showCodeWithReferences: Boolean,
1010
importRecommendationForInlineCodeSuggestions: Boolean, // eslint-disable-line id-length
1111
shareContentWithAWS: Boolean,
1212
workspaceIndex: Boolean,

0 commit comments

Comments
 (0)