-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typescript (.ts and .tsx) files have no syntax highlighting when opened in the dev tools Sources tab #5618
Comments
Possibly blocking a script from Google that's doing the styling. |
But I would think that whatever's responsible for providing syntax highlighting for files in the devtools would be shipped with Brave? It doesn't seem like something an external script would need to be downloaded for |
Bump. |
That would be great |
This stopped me as a web developer to use brave as main browser. Three times =( |
This may be fixed now; with Nightly (and it'll work its way down through channels), you can enable remote debugging under brave://settings/privacy. When this is enabled, it should fetch sources @ksbrar @rguillaume @alexichepura and others: can you please try Nightly and confirm it works? (with Remote Debugging enabled?) |
@bsclifton thanks for the update! It works for me in nightly after enabling remote debugging and browser restart. |
Closing as this is fixed with brave/brave-core#4044 Thanks for the confirmation, @alexichepura! 😄 |
Description
I'm developing a website using Typescript. When I open the dev tools, go to the Sources tab and click any
.ts
or.tsx
files, there is no syntax highlighting.Steps to Reproduce
Requires node/npm to be installed
npx create-react-app myappname --typescript
cd myappname
npm start
localhost:3000
in braveActual result:
No syntax highlighting although the debugger still works
Expected result:
Syntax highlighting, shown in Chrome
Reproduces how often:
Easily reproduced. I've never seen it working correctly
Brave version (brave://version info)
Chrome for comparison:
Version/Channel Information:
Other Additional Information:
Miscellaneous Information:
The text was updated successfully, but these errors were encountered: