We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4585a8c commit ce508a8Copy full SHA for ce508a8
1 file changed
extensions/typescript-language-features/src/tsServer/serverError.ts
@@ -39,7 +39,7 @@ export class TypeScriptServerError extends Error {
39
"TypeScriptRequestErrorProperties" : {
40
"command" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
41
"serverid" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
42
- "sanitizedstack" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
+ "sanitizedstack" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" }
43
}
44
*/
45
return {
0 commit comments