Rohit Gohri

Results 115 comments of Rohit Gohri

There is also https://www.npmjs.com/package/prettier-eslint but I could never get it to work properly with VSCode, only through command line.

I couldn't get that to work either, that's why I created this repo/extension. I would suggest you try the prettier beta extension mentioned above with my extension.

I don't think this would be possible. In the current implementation I'm calling VSCode's Format Document action that in turn calls the default formatter (in this case prettier). I can't...

Oh.. Will try to look into if that's possible and expose multiple actions. You might be interested in https://github.com/prettier/prettier-vscode/issues/1555 If prettier adds their own action, then you can use this...

Would be great if you (or someone) can open a PR. I'll be happy to merge it and release

Your temporary fix is the solution if you can make the selector not use css-in-js class names. Feel free to open a PR adding the style override here - https://github.com/rohit-gohri/redocusaurus/blob/main/packages/docusaurus-theme-redoc/src/theme/Redoc/styles.css

I have a different problem that I think might be happening because of this issue. That some of the requests are going through the VPC while rest are going through...

Looking at this issue a year after subscribing to it, I feel the requirement doesn't make sense if we look at the implications of supporting this. Because if this is...