Initial checklist
Problem
In my testing application, I put some mdx syntax error intentionally in a specific .mdx file to see the application behavior, so I need a mdx settings to exclude a specific mdx file(s) in vscode. Otherwise, it always angry with that file(s) showing error in red.
Current solutions
There is no exclude option for now.
Proposed solutions
Adding mdx.server.exclude getting a string file name path, or a string array, or blob to exclude specific .mdx file(s) in a project.
Initial checklist
Problem
In my testing application, I put some mdx syntax error intentionally in a specific
.mdxfile to see the application behavior, so I need a mdx settings to exclude a specific mdx file(s) in vscode. Otherwise, it always angry with that file(s) showing error in red.Current solutions
There is no exclude option for now.
Proposed solutions
Adding
mdx.server.excludegetting a string file name path, or a string array, or blob to exclude specific.mdxfile(s) in a project.