forked from StefanMaron/MSDyn365BC.Code.History
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest-apps.code-workspace
177 lines (177 loc) · 7.02 KB
/
test-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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
{
"settings": {
"allint.enabled": false,
"al.enableCodeAnalysis": false,
"al.enableCodeActions": false,
"search.exclude": {
"**.xlf": true
}
},
"folders": [
{
"path": ".\\APIV1\\Test\\_Exclude_APIV1_ Tests"
},
{
"path": ".\\APIV2\\Test\\_Exclude_APIV2_ Tests"
},
{
"path": ".\\BaseApp\\Source\\Base Application\\Test Framework"
},
{
"path": ".\\BaseApp\\Test\\Tests-Bank"
},
{
"path": ".\\BaseApp\\Test\\Tests-Cash Flow"
},
{
"path": ".\\BaseApp\\Test\\Tests-Cost Accounting"
},
{
"path": ".\\BaseApp\\Test\\Tests-CRM integration"
},
{
"path": ".\\BaseApp\\Test\\Tests-Data Exchange"
},
{
"path": ".\\BaseApp\\Test\\Tests-Dimension"
},
{
"path": ".\\BaseApp\\Test\\Tests-ERM"
},
{
"path": ".\\BaseApp\\Test\\Tests-Fixed Asset"
},
{
"path": ".\\BaseApp\\Test\\Tests-General Journal"
},
{
"path": ".\\BaseApp\\Test\\Tests-Graph"
},
{
"path": ".\\BaseApp\\Test\\Tests-Integration"
},
{
"path": ".\\BaseApp\\Test\\Tests-Invoicing"
},
{
"path": ".\\BaseApp\\Test\\Tests-Job"
},
{
"path": ".\\BaseApp\\Test\\Tests-Local"
},
{
"path": ".\\BaseApp\\Test\\Tests-Marketing"
},
{
"path": ".\\BaseApp\\Test\\Tests-Misc"
},
{
"path": ".\\BaseApp\\Test\\Tests-Monitor Sensitive Fields"
},
{
"path": ".\\BaseApp\\Test\\Tests-Permissions"
},
{
"path": ".\\BaseApp\\Test\\Tests-Physical Inventory"
},
{
"path": ".\\BaseApp\\Test\\Tests-Prepayment"
},
{
"path": ".\\BaseApp\\Test\\Tests-Rapid Start"
},
{
"path": ".\\BaseApp\\Test\\Tests-Report"
},
{
"path": ".\\BaseApp\\Test\\Tests-Resource"
},
{
"path": ".\\BaseApp\\Test\\Tests-Reverse"
},
{
"path": ".\\BaseApp\\Test\\Tests-SCM"
},
{
"path": ".\\BaseApp\\Test\\Tests-SINGLESERVER"
},
{
"path": ".\\BaseApp\\Test\\Tests-SMB"
},
{
"path": ".\\BaseApp\\Test\\Tests-SMTP"
},
{
"path": ".\\BaseApp\\Test\\Tests-TestLibraries"
},
{
"path": ".\\BaseApp\\Test\\Tests-Upgrade"
},
{
"path": ".\\BaseApp\\Test\\Tests-User"
},
{
"path": ".\\BaseApp\\Test\\Tests-VAT"
},
{
"path": ".\\BaseApp\\Test\\Tests-Workflow"
},
{
"path": ".\\CompanyHub\\Test\\Company Hub Tests"
},
{
"path": ".\\Email - Current User Connector\\Test\\Email - Current User Connector Tests"
},
{
"path": ".\\Email - Microsoft 365 Connector\\Test\\Email - Microsoft 365 Connector Tests"
},
{
"path": ".\\Email - Outlook REST API\\Test"
},
{
"path": ".\\Email - SMTP Connector\\Test\\Email - SMTP Connector Tests"
},
{
"path": ".\\EssentialBusinessHeadlines\\Test\\Essential Business Headlines Test"
},
{
"path": ".\\LatePaymentPredictor\\Test\\Late Payment Prediction Tests"
},
{
"path": ".\\onprem permissions\\test\\OnPrem Permissions Tests"
},
{
"path": ".\\paypalpaymentsstandard\\test\\PayPal Payments Standard Tests"
},
{
"path": ".\\salesandinventoryforecast\\test\\Sales and Inventory Forecast Tests"
},
{
"path": ".\\system application\\source\\System Application\\Email\\src\\Test Email"
},
{
"path": ".\\system application\\test\\System Application Test"
},
{
"path": ".\\system application\\test\\System Application Test Library"
},
{
"path": ".\\system application\\test\\System Application Test\\Extension Management\\testArtifacts"
},
{
"path": ".\\testframework\\TestLibraries"
},
{
"path": ".\\testframework\\performancetoolkit\\Performance Toolkit Tests"
},
{
"path": ".\\testframework\\performancetoolkit\\Performance Toolkit Tests\\src\\Mock Tests"
},
{
"path": ".\\testframework\\TestRunner\\Test Runner"
},
{
"path": ".\\vatgroupmanagement\\test\\VAT Group Management Tests"
}
]
}