forked from material-extensions/vscode-material-icon-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path🍭 lucodear-icons.code-workspace
52 lines (52 loc) · 1.12 KB
/
🍭 lucodear-icons.code-workspace
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
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.exclude": {
"**/.git": false,
"**/.svn": false,
"**/.hg": false,
"**/CVS": false,
"**/.DS_Store": false,
"**/Thumbs.db": true,
".gradle": false,
".idea/": false,
".out/": false,
".settings": false,
".vscode": false,
"*.ids": false,
"*.iml": false,
"*.ipr": false,
"*.iws": false,
"*.orig": false,
"**/.classpath": false,
"**/.factorypath": true,
"**/.project": false,
"**/.settings": true,
"bin/": false,
"build/": false,
"out/": false
},
"svg.preview.background": "editor",
"lucodear-icons.folders.associations": {
"icons-lc": "lucode-template"
},
"github.copilot.chat.codeGeneration.instructions": [
{
"file": "/CONTRIBUTING.md"
},
{
"file": "/src/architecture.md"
}
],
"github.copilot.chat.reviewSelection.instructions": [
{
"file": "/CONTRIBUTING.md"
}
],
"github.copilot.chat.codeGeneration.useInstructionFiles": true
}
}