You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1.3 KiB

<application>
<component name="github-copilot">
<option name="signinNotificationShown" value="true" />
<languageAllowList>
<map>
<entry key="*" value="true" />
</map>
</languageAllowList>
<option name="showIdeCompletions" value="true" />
<option name="selectedCompletionModel" value="gpt-41-copilot" />
<editAutoApprove>
<FileSafetyRule>
<option name="description" value="Github instructions files" />
<option name="pattern" value="**/.github/instructions/*" />
</FileSafetyRule>
<FileSafetyRule>
<option name="description" value="JetBrains settings files" />
<option name="pattern" value="**/.idea/**/*" />
</FileSafetyRule>
<FileSafetyRule>
<option name="description" value="Github Copilot settings and token files" />
<option name="pattern" value="**/github-copilot/**/*" />
</FileSafetyRule>
</editAutoApprove>
<option name="customHttpProxyEnabled" value="true" />
<option name="customHttpProxyHost" value="192.168.123.88" />
<option name="customHttpProxyPort" value="7890" />
<mcpSamplingAllowedModels>
<option value="GPT-4.1" />
<option value="GPT-5 mini" />
</mcpSamplingAllowedModels>
</component>
</application>