-
Notifications
You must be signed in to change notification settings - Fork 12
/
ap.code-workspace
60 lines (60 loc) · 1.98 KB
/
ap.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
53
54
55
56
57
58
59
60
{
"folders": [
{
"path": "."
}
],
"extensions": {
"recommendations": [
"ms-dotnettools.csharp",
"ms-vscode.powershell",
"ionide.ionide-fsharp"
]
},
"settings": {
"files.exclude": {
"**/.git": true,
"**/.DS_Store": true,
// "src/Acoustics.*/**": true,
// "src/AcousticWorkbench": true,
// "src/AED": true,
// "src/AudioAnalysisTools": true,
// "src/TowseyLibrary": true,
// "src/AnalysisPrograms/**": true,
// "src/AnalysisBase/**": true,
// "tests": true,
// "TestResults": true
},
// "files.associations": {
// "**/build/azure*yml": "azure-pipelines"
// },
"omnisharp.enableRoslynAnalyzers": true,
"omnisharp.enableEditorConfigSupport": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"workbench.colorCustomizations": {
"activityBar.background": "#65e126",
"activityBar.activeBackground": "#65e126",
"activityBar.activeBorder": "#5788e8",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#5788e8",
"activityBarBadge.foreground": "#15202b",
"titleBar.activeBackground": "#50ba1a",
"titleBar.inactiveBackground": "#50ba1a99",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveForeground": "#15202b99",
"statusBar.background": "#50ba1a",
"statusBarItem.hoverBackground": "#3d8d14",
"statusBar.foreground": "#15202b"
},
"peacock.remoteColor": "#50ba1a",
"peacock.color": "#50ba1a",
"editor.minimap.size": "fill",
"cSpell.words": [
"Resharper",
"dependabot",
"nuget"
],
}
}