leozhao9527
leozhao9527
First, really thanks for this project! I've used this for a long time. Today, I am upgrading the plugin to v5, but after upgrading, seems the Vscode cannot detected my...
### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information ```bash Operating System: Platform: linux Arch: x64 Version:...
### Describe the bug When export the react component with memo like this `export default React.memo(Circle);` Then in the doc "show code" part, it shows as this: In storybook 7,...
**Describe the bug** As long as I specify the SDK to iOS in settings or use "Select target platform" to select iOS, then code completion is stop working. Seems currently...
**Describe the bug** As long as I specify the SDK to iOS in settings or use "Select target platform" to select iOS, then code completion is stop working. Seems currently...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior I've define some environment variables in one desktop client with my...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior If we have a inherit header, the code snippet is not...
``` const logger = pino({ level: config.LOGGER.LEVEL, transport: process.env.NODE_ENV !== 'production' ? { target: 'pino-pretty', } : undefined, }); logger.info({ name: '123', orderBy: [] }); ``` with `pino-pretty`, it logs...