Open VS Code Settings:
- Go to File > Preferences > Settings (or use the shortcut Ctrl + , on Windows/Linux or Cmd + , on macOS).
Search for "Inlay Hints":
- In the search bar at the top of the Settings tab, type inlay hints.
Disable the Desired Hints:
- For the type hints you're seeing in your example (rowNumber: number, rowDescription: string, etc.), you'll likely want to uncheck or set to false the
Restart IDE