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
in extensions/typescript, run npm run update-grammars. This updates 3 files: the Typescript and the TypeScriptReact grammar as well as the JavaScript grammar. The JavaScript grammar is a copy of the TypeScriptReact grammar with scope names renamed from tsx to js.
Check out update-grammars.js for details.
run scripts/test-integration.sh to run the grammar tests. The test takes the entries in test/colorize-fixtures and runs the grammar and theme rule matching on it. The result is written to test/colorize-result.
If the written result is identical to the previous result, the test is green, else it is red. Use the Git diff viewer to see the differences in the result. If all changes make sense, accept the new result by committing it. If not, get back to the TypeScript grammar team or to me (for theming issues).
c: Token content, t: TextMate scope stack, r: Colorizer rules matches.
If there are just changes to the TextMate scope stack but coloring stays the same all is fine.
If there are coloring changes, be alert (I'm happy to help)...
No description provided.
The text was updated successfully, but these errors were encountered: