-
Notifications
You must be signed in to change notification settings - Fork 565
/
Copy pathsettings-amazonq.gen.ts
37 lines (34 loc) · 1.26 KB
/
settings-amazonq.gen.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/*!
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
/**
* This file was autogenerated by generateSettings.ts. Do NOT modify by hand.
* To update this file, update the settings in the extension package.json
* and run `npm run generateSettings` for that extension.
*/
export const amazonqSettings = {
"amazonQ.telemetry": {},
"amazonQ.suppressPrompts": {
"createCredentialsProfile": {},
"codeWhispererNewWelcomeMessage": {},
"codeWhispererConnectionExpired": {},
"amazonQWelcomePage": {},
"amazonQSessionConfigurationMessage": {},
"minIdeVersion": {},
"ssoCacheError": {},
"amazonQLspManifestMessage": {},
"amazonQWorkspaceLspManifestMessage": {},
"amazonQChatDisclaimerAcknowledged": {}
},
"amazonQ.showCodeWithReferences": {},
"amazonQ.allowFeatureDevelopmentToRunCodeAndTests": {},
"amazonQ.importRecommendationForInlineCodeSuggestions": {},
"amazonQ.shareContentWithAWS": {},
"amazonQ.workspaceIndex": {},
"amazonQ.workspaceIndexWorkerThreads": {},
"amazonQ.workspaceIndexUseGPU": {},
"amazonQ.workspaceIndexMaxSize": {},
"amazonQ.ignoredSecurityIssues": {}
}
export default amazonqSettings