No syntax highlighting for source code elements in bootstrap file
Shenniey opened this issue · 1 comments
Shenniey commented
This happens when debugging with both Microsoft Edge (EdgeHTML) and Microsoft Edge (Chromium).
Step of reproduce: (Repro Gifs has been attached)
-
Run below commands in a command prompt:
npm install -g create-react-app
create-react-app my-app
cd my-app
npm start
-
Open my-app folder in another command prompt.
-
Configure the Edge debugger with launch.json file.
-
Set breakpoint at index.js
-
Launch either Edge browser against localhost(F5)
-
Step into until you can reach the bootstrap file
Result: No syntax highlighting for source code elements in bootstrap file.
Shenniey commented
Closing this issue because webpack sets up this file WITHOUT a .js extension, so VSCode does not know how to highlight the syntax.