Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable inlay hints for VSCode (#1020)
## Summary: Inlay hints can be useful at see the types for things without having to hover over everything. They can also be useful in understand what args are being passed as what params especially when the args are literals. This PR enables all of the inlay hints in our .vscode/settings.json. In order to see the inlay hints developers must press and hold Ctrl-Opt at the same time otherwise they're not visible. If developers want to customize this behaviour they can do so in their User settings.json for VSCode. Issue: None ## Test plan: - open a .ts file in VSCode - press Ctrl-Opt - see all of the inlay hints <img width="648" alt="Screen Shot 2024-03-12 at 10 23 07 AM" src="https://github.com/Khan/webapp/assets/1044413/3df98a50-4d2d-42f9-9e8a-4de4c796ebc4"> Author: kevinbarabash Reviewers: jeresig Required Reviewers: Approved By: jeresig Checks: ✅ codecov/project, ✅ Test (macos-latest, 20.x), ✅ CodeQL, ✅ Lint, typecheck, and coverage check (ubuntu-latest, 20.x), ✅ gerald, ✅ Prime node_modules cache for primary configuration (ubuntu-latest, 20.x), ✅ Analyze (javascript), ⏭️ dependabot Pull Request URL: #1020
- Loading branch information