|
1391 | 1391 | "description": "%generateOptionsSchema.symbolOptions.moduleFilter.includeSymbolsOnDemand.description%",
|
1392 | 1392 | "default": true
|
1393 | 1393 | },
|
1394 |
| - "csharp.debug.allowFastEvaluate": { |
| 1394 | + "csharp.debug.expressionEvaluationOptions.allowImplicitFuncEval": { |
1395 | 1395 | "type": "boolean",
|
1396 |
| - "description": "%generateOptionsSchema.allowFastEvaluate.description%", |
| 1396 | + "description": "%generateOptionsSchema.expressionEvaluationOptions.allowImplicitFuncEval.description%", |
1397 | 1397 | "default": true
|
1398 | 1398 | },
|
| 1399 | + "csharp.debug.expressionEvaluationOptions.allowToString": { |
| 1400 | + "type": "boolean", |
| 1401 | + "markdownDescription": "%generateOptionsSchema.expressionEvaluationOptions.allowToString.markdownDescription%", |
| 1402 | + "default": true |
| 1403 | + }, |
| 1404 | + "csharp.debug.expressionEvaluationOptions.allowFastEvaluate": { |
| 1405 | + "type": "boolean", |
| 1406 | + "description": "%generateOptionsSchema.expressionEvaluationOptions.allowFastEvaluate.description%", |
| 1407 | + "default": true |
| 1408 | + }, |
| 1409 | + "csharp.debug.expressionEvaluationOptions.showRawValues": { |
| 1410 | + "type": "boolean", |
| 1411 | + "description": "%generateOptionsSchema.expressionEvaluationOptions.showRawValues.description%", |
| 1412 | + "default": false |
| 1413 | + }, |
1399 | 1414 | "dotnet.unitTestDebuggingOptions": {
|
1400 | 1415 | "type": "object",
|
1401 | 1416 | "description": "%configuration.dotnet.unitTestDebuggingOptions%",
|
|
1561 | 1576 | "enabled": {
|
1562 | 1577 | "title": "boolean",
|
1563 | 1578 | "markdownDescription": "%generateOptionsSchema.sourceLinkOptions.additionalItems.enabled.markdownDescription%",
|
1564 |
| - "default": "true" |
| 1579 | + "default": true |
1565 | 1580 | }
|
1566 | 1581 | }
|
1567 | 1582 | }
|
1568 | 1583 | },
|
1569 |
| - "allowFastEvaluate": { |
1570 |
| - "type": "boolean", |
1571 |
| - "description": "%generateOptionsSchema.allowFastEvaluate.description%", |
1572 |
| - "default": true |
| 1584 | + "expressionEvaluationOptions": { |
| 1585 | + "description": "%generateOptionsSchema.expressionEvaluationOptions.description%", |
| 1586 | + "default": {}, |
| 1587 | + "type": "object", |
| 1588 | + "properties": { |
| 1589 | + "allowImplicitFuncEval": { |
| 1590 | + "type": "boolean", |
| 1591 | + "description": "%generateOptionsSchema.expressionEvaluationOptions.allowImplicitFuncEval.description%", |
| 1592 | + "default": true |
| 1593 | + }, |
| 1594 | + "allowToString": { |
| 1595 | + "type": "boolean", |
| 1596 | + "markdownDescription": "%generateOptionsSchema.expressionEvaluationOptions.allowToString.markdownDescription%", |
| 1597 | + "default": true |
| 1598 | + }, |
| 1599 | + "allowFastEvaluate": { |
| 1600 | + "type": "boolean", |
| 1601 | + "description": "%generateOptionsSchema.expressionEvaluationOptions.allowFastEvaluate.description%", |
| 1602 | + "default": true |
| 1603 | + }, |
| 1604 | + "showRawValues": { |
| 1605 | + "type": "boolean", |
| 1606 | + "description": "%generateOptionsSchema.expressionEvaluationOptions.showRawValues.description%", |
| 1607 | + "default": false |
| 1608 | + } |
| 1609 | + } |
1573 | 1610 | },
|
1574 | 1611 | "targetArchitecture": {
|
1575 | 1612 | "type": "string",
|
|
2769 | 2806 | "enabled": {
|
2770 | 2807 | "title": "boolean",
|
2771 | 2808 | "markdownDescription": "%generateOptionsSchema.sourceLinkOptions.additionalItems.enabled.markdownDescription%",
|
2772 |
| - "default": "true" |
| 2809 | + "default": true |
2773 | 2810 | }
|
2774 | 2811 | }
|
2775 | 2812 | }
|
2776 | 2813 | },
|
2777 |
| - "allowFastEvaluate": { |
2778 |
| - "type": "boolean", |
2779 |
| - "description": "%generateOptionsSchema.allowFastEvaluate.description%", |
2780 |
| - "default": true |
| 2814 | + "expressionEvaluationOptions": { |
| 2815 | + "description": "%generateOptionsSchema.expressionEvaluationOptions.description%", |
| 2816 | + "default": {}, |
| 2817 | + "type": "object", |
| 2818 | + "properties": { |
| 2819 | + "allowImplicitFuncEval": { |
| 2820 | + "type": "boolean", |
| 2821 | + "description": "%generateOptionsSchema.expressionEvaluationOptions.allowImplicitFuncEval.description%", |
| 2822 | + "default": true |
| 2823 | + }, |
| 2824 | + "allowToString": { |
| 2825 | + "type": "boolean", |
| 2826 | + "markdownDescription": "%generateOptionsSchema.expressionEvaluationOptions.allowToString.markdownDescription%", |
| 2827 | + "default": true |
| 2828 | + }, |
| 2829 | + "allowFastEvaluate": { |
| 2830 | + "type": "boolean", |
| 2831 | + "description": "%generateOptionsSchema.expressionEvaluationOptions.allowFastEvaluate.description%", |
| 2832 | + "default": true |
| 2833 | + }, |
| 2834 | + "showRawValues": { |
| 2835 | + "type": "boolean", |
| 2836 | + "description": "%generateOptionsSchema.expressionEvaluationOptions.showRawValues.description%", |
| 2837 | + "default": false |
| 2838 | + } |
| 2839 | + } |
2781 | 2840 | },
|
2782 | 2841 | "targetOutputLogPath": {
|
2783 | 2842 | "type": "string",
|
|
3279 | 3338 | "enabled": {
|
3280 | 3339 | "title": "boolean",
|
3281 | 3340 | "markdownDescription": "%generateOptionsSchema.sourceLinkOptions.additionalItems.enabled.markdownDescription%",
|
3282 |
| - "default": "true" |
| 3341 | + "default": true |
3283 | 3342 | }
|
3284 | 3343 | }
|
3285 | 3344 | }
|
3286 | 3345 | },
|
3287 |
| - "allowFastEvaluate": { |
3288 |
| - "type": "boolean", |
3289 |
| - "description": "%generateOptionsSchema.allowFastEvaluate.description%", |
3290 |
| - "default": true |
| 3346 | + "expressionEvaluationOptions": { |
| 3347 | + "description": "%generateOptionsSchema.expressionEvaluationOptions.description%", |
| 3348 | + "default": {}, |
| 3349 | + "type": "object", |
| 3350 | + "properties": { |
| 3351 | + "allowImplicitFuncEval": { |
| 3352 | + "type": "boolean", |
| 3353 | + "description": "%generateOptionsSchema.expressionEvaluationOptions.allowImplicitFuncEval.description%", |
| 3354 | + "default": true |
| 3355 | + }, |
| 3356 | + "allowToString": { |
| 3357 | + "type": "boolean", |
| 3358 | + "markdownDescription": "%generateOptionsSchema.expressionEvaluationOptions.allowToString.markdownDescription%", |
| 3359 | + "default": true |
| 3360 | + }, |
| 3361 | + "allowFastEvaluate": { |
| 3362 | + "type": "boolean", |
| 3363 | + "description": "%generateOptionsSchema.expressionEvaluationOptions.allowFastEvaluate.description%", |
| 3364 | + "default": true |
| 3365 | + }, |
| 3366 | + "showRawValues": { |
| 3367 | + "type": "boolean", |
| 3368 | + "description": "%generateOptionsSchema.expressionEvaluationOptions.showRawValues.description%", |
| 3369 | + "default": false |
| 3370 | + } |
| 3371 | + } |
3291 | 3372 | },
|
3292 | 3373 | "targetArchitecture": {
|
3293 | 3374 | "type": "string",
|
|
4065 | 4146 | "enabled": {
|
4066 | 4147 | "title": "boolean",
|
4067 | 4148 | "markdownDescription": "%generateOptionsSchema.sourceLinkOptions.additionalItems.enabled.markdownDescription%",
|
4068 |
| - "default": "true" |
| 4149 | + "default": true |
4069 | 4150 | }
|
4070 | 4151 | }
|
4071 | 4152 | }
|
4072 | 4153 | },
|
4073 |
| - "allowFastEvaluate": { |
4074 |
| - "type": "boolean", |
4075 |
| - "description": "%generateOptionsSchema.allowFastEvaluate.description%", |
4076 |
| - "default": true |
| 4154 | + "expressionEvaluationOptions": { |
| 4155 | + "description": "%generateOptionsSchema.expressionEvaluationOptions.description%", |
| 4156 | + "default": {}, |
| 4157 | + "type": "object", |
| 4158 | + "properties": { |
| 4159 | + "allowImplicitFuncEval": { |
| 4160 | + "type": "boolean", |
| 4161 | + "description": "%generateOptionsSchema.expressionEvaluationOptions.allowImplicitFuncEval.description%", |
| 4162 | + "default": true |
| 4163 | + }, |
| 4164 | + "allowToString": { |
| 4165 | + "type": "boolean", |
| 4166 | + "markdownDescription": "%generateOptionsSchema.expressionEvaluationOptions.allowToString.markdownDescription%", |
| 4167 | + "default": true |
| 4168 | + }, |
| 4169 | + "allowFastEvaluate": { |
| 4170 | + "type": "boolean", |
| 4171 | + "description": "%generateOptionsSchema.expressionEvaluationOptions.allowFastEvaluate.description%", |
| 4172 | + "default": true |
| 4173 | + }, |
| 4174 | + "showRawValues": { |
| 4175 | + "type": "boolean", |
| 4176 | + "description": "%generateOptionsSchema.expressionEvaluationOptions.showRawValues.description%", |
| 4177 | + "default": false |
| 4178 | + } |
| 4179 | + } |
4077 | 4180 | },
|
4078 | 4181 | "targetOutputLogPath": {
|
4079 | 4182 | "type": "string",
|
|
4575 | 4678 | "enabled": {
|
4576 | 4679 | "title": "boolean",
|
4577 | 4680 | "markdownDescription": "%generateOptionsSchema.sourceLinkOptions.additionalItems.enabled.markdownDescription%",
|
4578 |
| - "default": "true" |
| 4681 | + "default": true |
4579 | 4682 | }
|
4580 | 4683 | }
|
4581 | 4684 | }
|
4582 | 4685 | },
|
4583 |
| - "allowFastEvaluate": { |
4584 |
| - "type": "boolean", |
4585 |
| - "description": "%generateOptionsSchema.allowFastEvaluate.description%", |
4586 |
| - "default": true |
| 4686 | + "expressionEvaluationOptions": { |
| 4687 | + "description": "%generateOptionsSchema.expressionEvaluationOptions.description%", |
| 4688 | + "default": {}, |
| 4689 | + "type": "object", |
| 4690 | + "properties": { |
| 4691 | + "allowImplicitFuncEval": { |
| 4692 | + "type": "boolean", |
| 4693 | + "description": "%generateOptionsSchema.expressionEvaluationOptions.allowImplicitFuncEval.description%", |
| 4694 | + "default": true |
| 4695 | + }, |
| 4696 | + "allowToString": { |
| 4697 | + "type": "boolean", |
| 4698 | + "markdownDescription": "%generateOptionsSchema.expressionEvaluationOptions.allowToString.markdownDescription%", |
| 4699 | + "default": true |
| 4700 | + }, |
| 4701 | + "allowFastEvaluate": { |
| 4702 | + "type": "boolean", |
| 4703 | + "description": "%generateOptionsSchema.expressionEvaluationOptions.allowFastEvaluate.description%", |
| 4704 | + "default": true |
| 4705 | + }, |
| 4706 | + "showRawValues": { |
| 4707 | + "type": "boolean", |
| 4708 | + "description": "%generateOptionsSchema.expressionEvaluationOptions.showRawValues.description%", |
| 4709 | + "default": false |
| 4710 | + } |
| 4711 | + } |
4587 | 4712 | },
|
4588 | 4713 | "targetArchitecture": {
|
4589 | 4714 | "type": "string",
|
|
0 commit comments