I was trying to setup Visual Studio Code as my default editor. And followed the tutorial here:
But this part:
Was giving me the Invalid escape error because of * , I don’t undestand why or how to fix it.
I was trying to setup Visual Studio Code as my default editor. And followed the tutorial here:
But this part:
Each \ character is ‘escaped’ by preceding it with another \ character, except the last one on the line which is not, so VS code is treating * as a special character - so change the last \ to \
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.