Skip to content

p-chan-sandbox/vscode-mdx-example

Repository files navigation

vscode-mdx-example

A example of vscode-mdx

  • Open src/mdx/index.mdx, Confirm disabled type check of TypeScript
    • Ex) Add undefined props does not show an error
  • Set mdx.experimentalLanguageServer in .vscode/settings.json to true
  • Add **/*.mdx to include in tsconifg.json
  • Set checkJs in tsconfig.json to true
  • Cmd + Shift + P -> Developer: Reload Window
  • Open src/mdx/index.mdx, Confirm enabled type check of TypeScript
    • Ex) Add undefined props show an error

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published