leozhao9527

Results 8 issues of 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...

help wanted

### 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:...

bug

### 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,...

bug
help wanted
react
has workaround
block: source
sev:S3
upgrade:8.x

**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...

bug

**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...

bug

### 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...

bug
need testing

### 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...

bug
need testing

``` 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...