-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub-copilot.xml
More file actions
51 lines (51 loc) · 2.04 KB
/
github-copilot.xml
File metadata and controls
51 lines (51 loc) · 2.04 KB
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
<application>
<component name="github-copilot">
<option name="signinNotificationShown" value="true" />
<languageAllowList>
<map>
<entry key="*" value="true" />
</map>
</languageAllowList>
<option name="selectedCompletionModel" value="gpt-41-copilot" />
<option name="toolConfirmAutoApprove" value="true" />
<option name="enableSkills" value="true" />
<option name="terminalRulesVersion" value="1" />
<terminalAutoApprove>
<map>
<entry key="/\(.+\)/s" value="false" />
<entry key="/\{.+\}/s" value="false" />
<entry key="/^Remove-Item\b/i" value="false" />
<entry key="/^find\b.*-(delete|exec|execdir|fprint|fprintf|fls|ok|okdir)\b/" value="false" />
<entry key="/^sort\b.*-(o|S)\b/" value="false" />
<entry key="/^tree\b.*-o\b/" value="false" />
<entry key="/`.+`/s" value="false" />
<entry key="chmod" value="false" />
<entry key="chown" value="false" />
<entry key="curl" value="true" />
<entry key="del" value="false" />
<entry key="erase" value="false" />
<entry key="eval" value="false" />
<entry key="kill" value="false" />
<entry key="rd" value="false" />
<entry key="ri" value="false" />
<entry key="rm" value="false" />
<entry key="rmdir" value="false" />
<entry key="wget" value="true" />
</map>
</terminalAutoApprove>
<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>
</component>
</application>