Skip to content

Commit 154813b

Browse files
committed
fix: try catch blocks removed
1 parent 805dd30 commit 154813b

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
/*!
2+
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
6+
/**
7+
* This file was autogenerated by generateSettings.ts. Do NOT modify by hand.
8+
* To update this file, update the settings in the extension package.json
9+
* and run `npm run generateSettings` for that extension.
10+
*/
11+
12+
export const amazonqSettings = {
13+
"amazonQ.telemetry": {},
14+
"amazonQ.suppressPrompts": {
15+
"createCredentialsProfile": {},
16+
"codeWhispererNewWelcomeMessage": {},
17+
"codeWhispererConnectionExpired": {},
18+
"amazonQWelcomePage": {},
19+
"amazonQSessionConfigurationMessage": {},
20+
"minIdeVersion": {},
21+
"ssoCacheError": {},
22+
"amazonQLspManifestMessage": {},
23+
"amazonQWorkspaceLspManifestMessage": {},
24+
"amazonQChatDisclaimer": {},
25+
"amazonQChatPairProgramming": {},
26+
"amazonQSelectDeveloperProfile": {}
27+
},
28+
"amazonQ.showCodeWithReferences": {},
29+
"amazonQ.allowFeatureDevelopmentToRunCodeAndTests": {},
30+
"amazonQ.importRecommendationForInlineCodeSuggestions": {},
31+
"amazonQ.shareContentWithAWS": {},
32+
"amazonQ.workspaceIndex": {},
33+
"amazonQ.workspaceIndexWorkerThreads": {},
34+
"amazonQ.workspaceIndexUseGPU": {},
35+
"amazonQ.workspaceIndexMaxSize": {},
36+
"amazonQ.workspaceIndexMaxFileSize": {},
37+
"amazonQ.workspaceIndexCacheDirPath": {},
38+
"amazonQ.workspaceIndexIgnoreFilePatterns": {},
39+
"amazonQ.ignoredSecurityIssues": {}
40+
}
41+
42+
export default amazonqSettings

0 commit comments

Comments
 (0)