forked from PatrickGTR/sf-cnr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsa-mp.code-workspace
More file actions
40 lines (40 loc) · 873 Bytes
/
sa-mp.code-workspace
File metadata and controls
40 lines (40 loc) · 873 Bytes
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
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.exclude": {
"**/.git": true,
"**/.gitignore": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/npcmodes": true,
"**/plugins": true,
"**/archive": true,
"**/old_pawn": true,
"**/*.exe": true,
"**/*.dll": true,
"**/*.so": true,
"**/*.pdb": true,
"**/*.amx": true,
"**/*.rar": true,
"**/*.zip": true,
"**/*.*.old": true,
"include": true,
},
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#009acc",
"titleBar.inactiveBackground": "#009acc99",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveForeground": "#e7e7e799",
"statusBar.background": "#009acc",
"statusBarItem.hoverBackground": "#00c1ff",
"statusBar.foreground": "#e7e7e7"
},
"peacock.color": "#00C0FF"
}
}