As in the title. VSCode IntelliSense is lost after switching from defineConfig() to withMermaid() helper. Code complete suggestions no longer show up and unsupported properties can be freely added to the config.
I can't seem to reproduce the issue with latest version of vitepress. I had an older version of vitepress in my project when I faced this. I'll go ahead and close this issue.
As in the title. VSCode IntelliSense is lost after switching from
defineConfig()
towithMermaid()
helper. Code complete suggestions no longer show up and unsupported properties can be freely added to the config.