-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaws.xml
65 lines (65 loc) · 2.29 KB
/
aws.xml
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<application>
<component name="authManager">
<option name="ssoProfiles">
<list>
<ManagedSsoProfile>
<option name="scopes">
<list>
<option value="codewhisperer:conversations" />
<option value="codewhisperer:transformations" />
<option value="codewhisperer:taskassist" />
<option value="codewhisperer:completions" />
<option value="codewhisperer:analysis" />
</list>
</option>
<option name="ssoRegion" value="us-east-1" />
<option name="startUrl" value="https://view.awsapps.com/start" />
</ManagedSsoProfile>
</list>
</option>
</component>
<component name="aws">
<option name="autoUpdateFeatureNotificationShownOnce" value="true" />
<option name="promptedForTelemetry" value="true" />
<option name="telemetryEnabled" value="true" />
</component>
<component name="codewhispererSettings">
<option name="value">
<map>
<entry key="IsIncludeCodeWithReference" value="true" />
<entry key="OptInSendingMetric" value="false" />
<entry key="IsImportAdderEnabled" value="true" />
<entry key="IsProjectContextEnabled" value="true" />
<entry key="IsProjectContextGpu" value="true" />
</map>
</option>
</component>
<component name="codewhispererStates">
<option name="value">
<map>
<entry key="IsAutoEnabled" value="false" />
<entry key="IsMonthlyQuotaForCodeScansExceeded" value="false" />
<entry key="IsFirstRestartAfterQInstall" value="false" />
<entry key="HasShownNewOnboardingPage" value="true" />
</map>
</option>
</component>
<component name="codewhispererUserGroupSettings">
<option name="settings">
<map>
<entry key="userGroup" value="Control" />
</map>
</option>
</component>
<component name="connectionPinningManager">
<option name="pinnedConnections">
<map>
<entry key="aws.codewhisperer" value="sso;us-east-1;https://view.awsapps.com/start" />
<entry key="aws.q" value="sso;us-east-1;https://view.awsapps.com/start" />
</map>
</option>
</component>
<component name="meetQPage">
<option name="shouldDisplayPage" value="false" />
</component>
</application>