File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ ' vscode-mdx ' : patch
3+ ---
4+
5+ Add metadata for server trace configuration
Original file line number Diff line number Diff line change 7373 " compact" ,
7474 " verbose"
7575 ],
76+ "enumDescriptions" : [
77+ " Turn tracing off." ,
78+ " Trace messages only." ,
79+ " Compact message tracing." ,
80+ " Verbose message tracing."
81+ ],
7682 "default" : " off" ,
77- "description" : " Trace MDX language server requests in the output console."
83+ "description" : " Trace MDX language server requests in the output console." ,
84+ "tags" : [
85+ " advanced"
86+ ]
7887 },
7988 "mdx.trace.server.format" : {
8089 "enum" : [
8190 " text" ,
8291 " json"
8392 ],
93+ "enumDescriptions" : [
94+ " Format as human friendly text" ,
95+ " Format as raw JSON"
96+ ],
8497 "default" : " text" ,
85- "description" : " How to format traced MDX language server requests."
98+ "description" : " How to format traced MDX language server requests." ,
99+ "tags" : [
100+ " advanced"
101+ ]
86102 },
87103 "mdx.validate.validateReferences" : {
88104 "enum" : [
You can’t perform that action at this time.
0 commit comments