|
990 | 990 | "type": "string",
|
991 | 991 | "description": "Uniquely identifies a message with which the user interacts."
|
992 | 992 | },
|
| 993 | + { |
| 994 | + "name": "cwsprChatFileContextCount", |
| 995 | + "type": "int", |
| 996 | + "description": "Number of files manually added to context" |
| 997 | + }, |
| 998 | + { |
| 999 | + "name": "cwsprChatFolderContextCount", |
| 1000 | + "type": "int", |
| 1001 | + "description": "Number of folders manually added to context" |
| 1002 | + }, |
993 | 1003 | {
|
994 | 1004 | "name": "cwsprChatHasProjectContext",
|
995 | 1005 | "type": "boolean",
|
|
1033 | 1043 | "type": "string",
|
1034 | 1044 | "description": "Programming language associated with the message"
|
1035 | 1045 | },
|
| 1046 | + { |
| 1047 | + "name": "cwsprChatPromptContextCount", |
| 1048 | + "type": "int", |
| 1049 | + "description": "Number of saved prompts manually added to context" |
| 1050 | + }, |
| 1051 | + { |
| 1052 | + "name": "cwsprChatRuleContextCount", |
| 1053 | + "type": "int", |
| 1054 | + "description": "Number of workspace rules automatically added to context" |
| 1055 | + }, |
1036 | 1056 | {
|
1037 | 1057 | "name": "cwsprChatTotalCodeBlocks",
|
1038 | 1058 | "type": "int",
|
|
1514 | 1534 | {
|
1515 | 1535 | "name": "languageServerLocation",
|
1516 | 1536 | "type": "string",
|
1517 |
| - "allowedValues": ["cache", "remote", "fallback", "override"], |
| 1537 | + "allowedValues": [ |
| 1538 | + "cache", |
| 1539 | + "remote", |
| 1540 | + "fallback", |
| 1541 | + "override" |
| 1542 | + ], |
1518 | 1543 | "description": "The location of the language server"
|
1519 | 1544 | },
|
1520 | 1545 | {
|
1521 | 1546 | "name": "languageServerSetupStage",
|
1522 | 1547 | "type": "string",
|
1523 |
| - "allowedValues": ["getManifest", "getServer", "validate", "launch", "handshake", "all"], |
| 1548 | + "allowedValues": [ |
| 1549 | + "getManifest", |
| 1550 | + "getServer", |
| 1551 | + "validate", |
| 1552 | + "launch", |
| 1553 | + "handshake", |
| 1554 | + "all" |
| 1555 | + ], |
1524 | 1556 | "description": "The stage of the LSP setup process"
|
1525 | 1557 | },
|
1526 | 1558 | {
|
|
1541 | 1573 | {
|
1542 | 1574 | "name": "manifestLocation",
|
1543 | 1575 | "type": "string",
|
1544 |
| - "allowedValues": ["cache", "remote", "override"], |
| 1576 | + "allowedValues": [ |
| 1577 | + "cache", |
| 1578 | + "remote", |
| 1579 | + "override" |
| 1580 | + ], |
1545 | 1581 | "description": "The location of the manifest"
|
1546 | 1582 | },
|
1547 | 1583 | {
|
|
2193 | 2229 | "type": "cwsprChatConversationId",
|
2194 | 2230 | "required": true
|
2195 | 2231 | },
|
| 2232 | + { |
| 2233 | + "type": "cwsprChatFileContextCount", |
| 2234 | + "required": false |
| 2235 | + }, |
| 2236 | + { |
| 2237 | + "type": "cwsprChatFolderContextCount", |
| 2238 | + "required": false |
| 2239 | + }, |
2196 | 2240 | {
|
2197 | 2241 | "type": "cwsprChatHasProjectContext",
|
2198 | 2242 | "required": false
|
|
2217 | 2261 | "type": "cwsprChatProgrammingLanguage",
|
2218 | 2262 | "required": false
|
2219 | 2263 | },
|
| 2264 | + { |
| 2265 | + "type": "cwsprChatPromptContextCount", |
| 2266 | + "required": false |
| 2267 | + }, |
| 2268 | + { |
| 2269 | + "type": "cwsprChatRuleContextCount", |
| 2270 | + "required": false |
| 2271 | + }, |
2220 | 2272 | {
|
2221 | 2273 | "type": "cwsprChatTotalCodeBlocks",
|
2222 | 2274 | "required": false
|
|
0 commit comments