Reputation: 111
So I'm learning vue.js and vsCode is giving me this red dot on my code, the code is running perfectly fine and other editors such as atom is giving me no errors. What is that red dot for?
Upvotes: 13
Views: 21700
Reputation: 503
It's a breakpoint (used for debugging). You can read about it here.
Upvotes: 18