Skip to content

Commit 985575e

Browse files
committed
Update package.json
1 parent f1329b3 commit 985575e

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

package.json

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"tar": "6.0.5",
8181
"tmp": "0.0.33",
8282
"vscode-debugprotocol": "1.33.0",
83-
"vscode-languageserver-protocol": "^3.15.3",
83+
"vscode-languageserver-protocol": "3.16.0",
8484
"yauzl": "2.10.0"
8585
},
8686
"devDependencies": {
@@ -496,17 +496,17 @@
496496
"items": {
497497
"type": "string"
498498
},
499-
"description": "Array of symbol server URLs (example: http://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.",
499+
"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.",
500500
"default": []
501501
},
502502
"searchMicrosoftSymbolServer": {
503503
"type": "boolean",
504-
"description": "If 'true' the Microsoft Symbol server (https://msdl.microsoft.com/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
504+
"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'.",
505505
"default": false
506506
},
507507
"searchNuGetOrgSymbolServer": {
508508
"type": "boolean",
509-
"description": "If 'true' the NuGet.org symbol server (https://symbols.nuget.org/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
509+
"description": "If 'true' the NuGet.org symbol server (https\u200b://symbols.nuget.org\u200b/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
510510
"default": false
511511
},
512512
"cachePath": {
@@ -993,6 +993,7 @@
993993
"pickProcess": "csharp.listProcess",
994994
"pickRemoteProcess": "csharp.listRemoteProcess"
995995
},
996+
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
996997
"configurationAttributes": {
997998
"launch": {
998999
"type": "object",
@@ -1465,17 +1466,17 @@
14651466
"items": {
14661467
"type": "string"
14671468
},
1468-
"description": "Array of symbol server URLs (example: http://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.",
1469+
"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.",
14691470
"default": []
14701471
},
14711472
"searchMicrosoftSymbolServer": {
14721473
"type": "boolean",
1473-
"description": "If 'true' the Microsoft Symbol server (https://msdl.microsoft.com/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
1474+
"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'.",
14741475
"default": false
14751476
},
14761477
"searchNuGetOrgSymbolServer": {
14771478
"type": "boolean",
1478-
"description": "If 'true' the NuGet.org symbol server (https://symbols.nuget.org/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
1479+
"description": "If 'true' the NuGet.org symbol server (https\u200b://symbols.nuget.org\u200b/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
14791480
"default": false
14801481
},
14811482
"cachePath": {
@@ -1897,17 +1898,17 @@
18971898
"items": {
18981899
"type": "string"
18991900
},
1900-
"description": "Array of symbol server URLs (example: http://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.",
1901+
"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.",
19011902
"default": []
19021903
},
19031904
"searchMicrosoftSymbolServer": {
19041905
"type": "boolean",
1905-
"description": "If 'true' the Microsoft Symbol server (https://msdl.microsoft.com/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
1906+
"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'.",
19061907
"default": false
19071908
},
19081909
"searchNuGetOrgSymbolServer": {
19091910
"type": "boolean",
1910-
"description": "If 'true' the NuGet.org symbol server (https://symbols.nuget.org/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
1911+
"description": "If 'true' the NuGet.org symbol server (https\u200b://symbols.nuget.org\u200b/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
19111912
"default": false
19121913
},
19131914
"cachePath": {
@@ -2089,6 +2090,7 @@
20892090
"pickProcess": "csharp.listProcess",
20902091
"pickRemoteProcess": "csharp.listRemoteProcess"
20912092
},
2093+
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
20922094
"configurationAttributes": {
20932095
"launch": {
20942096
"type": "object",
@@ -2561,17 +2563,17 @@
25612563
"items": {
25622564
"type": "string"
25632565
},
2564-
"description": "Array of symbol server URLs (example: http://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.",
2566+
"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.",
25652567
"default": []
25662568
},
25672569
"searchMicrosoftSymbolServer": {
25682570
"type": "boolean",
2569-
"description": "If 'true' the Microsoft Symbol server (https://msdl.microsoft.com/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
2571+
"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'.",
25702572
"default": false
25712573
},
25722574
"searchNuGetOrgSymbolServer": {
25732575
"type": "boolean",
2574-
"description": "If 'true' the NuGet.org symbol server (https://symbols.nuget.org/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
2576+
"description": "If 'true' the NuGet.org symbol server (https\u200b://symbols.nuget.org\u200b/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
25752577
"default": false
25762578
},
25772579
"cachePath": {
@@ -2993,17 +2995,17 @@
29932995
"items": {
29942996
"type": "string"
29952997
},
2996-
"description": "Array of symbol server URLs (example: http://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.",
2998+
"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.",
29972999
"default": []
29983000
},
29993001
"searchMicrosoftSymbolServer": {
30003002
"type": "boolean",
3001-
"description": "If 'true' the Microsoft Symbol server (https://msdl.microsoft.com/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
3003+
"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'.",
30023004
"default": false
30033005
},
30043006
"searchNuGetOrgSymbolServer": {
30053007
"type": "boolean",
3006-
"description": "If 'true' the NuGet.org symbol server (https://symbols.nuget.org/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
3008+
"description": "If 'true' the NuGet.org symbol server (https\u200b://symbols.nuget.org\u200b/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.",
30073009
"default": false
30083010
},
30093011
"cachePath": {

0 commit comments

Comments
 (0)