Skip to content

Repros for linting bug related to enabling the typescript.inlayHints.parameterNames feature in VS Code

Notifications You must be signed in to change notification settings

danegsta/typescript-inlayhints-linting

Repository files navigation

This repo demonstrates a couple bugs related to TypeScript linting when the inlayHints feature is enabled. The workspace config has typescript.inlayHints.parameterNames.enabled set to "literals". After opening the project, if you open either composeRepro.ts or reduceRepro.ts (or both), you'll see linting errors in both files. However, if you make any modifications to either file or restart the TypeScript server, the errors go away. However, restarting VS Code will cause the linting errors to reappear. Disabling the inlayHints feature prevents the error from appearing in the first place.

About

Repros for linting bug related to enabling the typescript.inlayHints.parameterNames feature in VS Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published