Skip to content

Commit 50e0670

Browse files
committed
Revert VSSymbolSettings schema update
1 parent 3b81788 commit 50e0670

File tree

2 files changed

+0
-71
lines changed

2 files changed

+0
-71
lines changed

package.json

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -501,13 +501,6 @@
501501
"description": "Array of symbol server URLs (example: http\u200b://MyExampleSymbolServer) or directories (example: /build/symbols) to search for .pdb files. These directories will be searched in addition to the default locations -- next to the module and the path where the pdb was originally dropped to.",
502502
"default": []
503503
},
504-
"authenticatedSymbolServers": {
505-
"type": "array",
506-
"items": {
507-
"$ref": "#/definitions/VSAuthenticatedSymbolServer"
508-
},
509-
"description": "Array of authenticated symbol server URLs and associated authentication data."
510-
},
511504
"searchMicrosoftSymbolServer": {
512505
"type": "boolean",
513506
"description": "If 'true' the Microsoft Symbol server (https\u200b://msdl.microsoft.com\u200b/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
@@ -1389,13 +1382,6 @@
13891382
"description": "Array of symbol server URLs (example: http\u200b://MyExampleSymbolServer) or directories (example: /build/symbols) to search for .pdb files. These directories will be searched in addition to the default locations -- next to the module and the path where the pdb was originally dropped to.",
13901383
"default": []
13911384
},
1392-
"authenticatedSymbolServers": {
1393-
"type": "array",
1394-
"items": {
1395-
"$ref": "#/definitions/VSAuthenticatedSymbolServer"
1396-
},
1397-
"description": "Array of authenticated symbol server URLs and associated authentication data."
1398-
},
13991385
"searchMicrosoftSymbolServer": {
14001386
"type": "boolean",
14011387
"description": "If 'true' the Microsoft Symbol server (https\u200b://msdl.microsoft.com\u200b/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
@@ -1828,13 +1814,6 @@
18281814
"description": "Array of symbol server URLs (example: http\u200b://MyExampleSymbolServer) or directories (example: /build/symbols) to search for .pdb files. These directories will be searched in addition to the default locations -- next to the module and the path where the pdb was originally dropped to.",
18291815
"default": []
18301816
},
1831-
"authenticatedSymbolServers": {
1832-
"type": "array",
1833-
"items": {
1834-
"$ref": "#/definitions/VSAuthenticatedSymbolServer"
1835-
},
1836-
"description": "Array of authenticated symbol server URLs and associated authentication data."
1837-
},
18381817
"searchMicrosoftSymbolServer": {
18391818
"type": "boolean",
18401819
"description": "If 'true' the Microsoft Symbol server (https\u200b://msdl.microsoft.com\u200b/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
@@ -2509,13 +2488,6 @@
25092488
"description": "Array of symbol server URLs (example: http\u200b://MyExampleSymbolServer) or directories (example: /build/symbols) to search for .pdb files. These directories will be searched in addition to the default locations -- next to the module and the path where the pdb was originally dropped to.",
25102489
"default": []
25112490
},
2512-
"authenticatedSymbolServers": {
2513-
"type": "array",
2514-
"items": {
2515-
"$ref": "#/definitions/VSAuthenticatedSymbolServer"
2516-
},
2517-
"description": "Array of authenticated symbol server URLs and associated authentication data."
2518-
},
25192491
"searchMicrosoftSymbolServer": {
25202492
"type": "boolean",
25212493
"description": "If 'true' the Microsoft Symbol server (https\u200b://msdl.microsoft.com\u200b/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
@@ -2948,13 +2920,6 @@
29482920
"description": "Array of symbol server URLs (example: http\u200b://MyExampleSymbolServer) or directories (example: /build/symbols) to search for .pdb files. These directories will be searched in addition to the default locations -- next to the module and the path where the pdb was originally dropped to.",
29492921
"default": []
29502922
},
2951-
"authenticatedSymbolServers": {
2952-
"type": "array",
2953-
"items": {
2954-
"$ref": "#/definitions/VSAuthenticatedSymbolServer"
2955-
},
2956-
"description": "Array of authenticated symbol server URLs and associated authentication data."
2957-
},
29582923
"searchMicrosoftSymbolServer": {
29592924
"type": "boolean",
29602925
"description": "If 'true' the Microsoft Symbol server (https\u200b://msdl.microsoft.com\u200b/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",

src/tools/VSSymbolSettings.json

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@
1414
"description": "Array of symbol server URLs (example: http\u200b://MyExampleSymbolServer) or directories (example: /build/symbols) to search for .pdb files. These directories will be searched in addition to the default locations -- next to the module and the path where the pdb was originally dropped to.",
1515
"default": []
1616
},
17-
"authenticatedSymbolServers": {
18-
"type": "array",
19-
"items": {
20-
"$ref": "#/definitions/VSAuthenticatedSymbolServer"
21-
},
22-
"description": "Array of authenticated symbol server URLs and associated authentication data."
23-
},
2417
"searchMicrosoftSymbolServer": {
2518
"type": "boolean",
2619
"description": "If 'true' the Microsoft Symbol server (https\u200b://msdl.microsoft.com\u200b/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
@@ -84,35 +77,6 @@
8477
"default": true
8578
}
8679
}
87-
},
88-
"VSAuthenticatedSymbolServer": {
89-
"type": "object",
90-
"description": "Provides configuration for a symbol server that requires authentication.",
91-
"properties": {
92-
"url": {
93-
"type": "string",
94-
"description": "The URL for this authenticated symbol server."
95-
},
96-
"authorization": {
97-
"type": "string",
98-
"description": "The HTTP Authorization header to use for this symbol server."
99-
},
100-
"errorInfo": {
101-
"type": "string",
102-
"description": "A user visible error message explaining why authorization could not be obtained for this server."
103-
}
104-
},
105-
"required": [ "url" ]
106-
},
107-
108-
"Capabilities": {
109-
"properties": {
110-
"supportsAuthenticatedSymbolServers": {
111-
"type": "boolean",
112-
"description": "The debug adapter supports the 'authenticatedSymbolServers' field of VSSymbolOptions."
113-
}
114-
}
11580
}
116-
11781
}
11882
}

0 commit comments

Comments
 (0)