Compare commits
2 Commits
497ccb6f26
...
9242ee6376
| Author | SHA1 | Date | |
|---|---|---|---|
| 9242ee6376 | |||
| a9fddf94e6 |
File diff suppressed because one or more lines are too long
@@ -0,0 +1,5 @@
|
|||||||
|
<application>
|
||||||
|
<component name="McpToolsStoreService">
|
||||||
|
<option name="servers" value="[]" />
|
||||||
|
</component>
|
||||||
|
</application>
|
||||||
+23
-1
@@ -1,7 +1,29 @@
|
|||||||
<application>
|
<application>
|
||||||
<component name="github-copilot">
|
<component name="github-copilot">
|
||||||
<option name="signinNotificationShown" value="true" />
|
<option name="signinNotificationShown" value="true" />
|
||||||
|
<languageAllowList>
|
||||||
|
<map>
|
||||||
|
<entry key="*" value="true" />
|
||||||
|
</map>
|
||||||
|
</languageAllowList>
|
||||||
<option name="showIdeCompletions" value="true" />
|
<option name="showIdeCompletions" value="true" />
|
||||||
<option name="telemetryTermsAcceptedDate" value="2022-05-24T04:43:26.828154+08:00[Asia/Shanghai]" />
|
<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" />
|
||||||
</component>
|
</component>
|
||||||
</application>
|
</application>
|
||||||
Reference in New Issue
Block a user