You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ts-hint] fix vscode type hint plugin enabling (#77099)
### What
Fix the enabling of ts hint plugin in vscode. This is a regression
introduced in #76300, where we use the plugin config `{ "name": "next"
}` to directly check if it has a `enabled` property, and determine if we
should enable the plugin. This PR fixed the way of reading plugin config
and keep it enabled by default.
Fixes 76980
0 commit comments