Correct typescript-basics extension path

This commit is contained in:
zyoshoka
2025-03-18 16:33:14 +09:00
parent 142488ef0f
commit 171bed57b6
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ The file `JavaScript.tmLanguage.json` is derived from [TypeScriptReact.tmLanguag
To update to the latest version:
- `cd extensions/typescript` and run `npm run update-grammars`
- `cd extensions/typescript-basics` and run `npm run update-grammars`
- don't forget to run the integration tests at `./scripts/test-integration.sh`
The script does the following changes: