forked from StefanMaron/MSDyn365BC.Code.History
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Misc-apps.code-workspace
80 lines (80 loc) · 2.01 KB
/
Misc-apps.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"folders": [
{
"name": "API V1 App",
"path": "APIV1/source"
},
{
"name": "API V1 Tests",
"path": "APIV1/test"
},
{
"name": "API V2 App",
"path": "APIV2/source"
},
{
"name": "API V2 Tests",
"path": "APIV2/test"
},
{
"name": "Client AddIns",
"path": "ClientAddIns/source"
},
{
"name": "Company Hub",
"path": "CompanyHub/source"
},
{
"name": "Headlines App",
"path": "EssentialBusinessHeadlines/source"
},
{
"name": "Headlines Tests",
"path": "EssentialBusinessHeadlines/test"
},
{
"name": "Late Payment Predictor App",
"path": "LatePaymentPredictor/source"
},
{
"name": "Late Payment Predictor Tests",
"path": "LatePaymentPredictor/test"
},
{
"name": "PayPal App",
"path": "paypalpaymentsstandard/source"
},
{
"name": "PayPal Tests",
"path": "paypalpaymentsstandard/test"
},
{
"name": "Sales/Inventory Forecast App",
"path": "salesandinventoryforecast/source"
},
{
"name": "Sales/Inventory Forecast Tests",
"path": "salesandinventoryforecast/test"
},
{
"name": "Send to Email Printer",
"path": "sendtoemailprinter/source"
},
{
"name": "UK send remittance advice",
"path": "uksendremittanceadvice/source"
},
{
"name": "Test Framework",
"path": "TestFramework"
},
],
"settings": {
"allint.enabled": false,
"al.enableCodeActions": false,
"al.enableCodeAnalysis": false,
"search.exclude": {
"**.xlf": true
}
}
}