All variables purple italic after update
After an update all variables were purple/italic... and debugging isnt working anymore (breakpoints stays normal red without a check inside)
Got a own webserver which is running at port 8090...
looks like webstorm doesn't recognize my project files anymore.. maybe you can help me fix this problem
Please sign in to leave a comment.
>After an update all variables were purple/italic
please provide a screenshot + code snippets/files
>Got a own webserver which is running at port 8090...
Must be https://youtrack.jetbrains.com/issue/WEB-40437 ; try specifying Remote URL mappings in the Run/Debug Configuration.
Please see https://www.jetbrains.com/help/webstorm/2019.2/debugging-javascript-on-an-external-server-with-mappings.html#ws_js_debug_on_remote_server_mappings
For example, if your web server serves files from the public folder, you need specifying URL mappings for this folder, like:
Just found a topic which had the same proplem with breakpoints after updating ^^
Answer of Joel "Got it working, had to set my Remote URL in the Run/Debug Configuration (didn't have to do this before, so not sure why that changed)."
But the problem with the purple/italic variables still exists!
Before:
After:
or are these just new styles?
Edit: ok looks like you added just new styles...
Looks OK... Check the settings for Global variable in Settings | Editor | Color Scheme | JavaScript
Yes was the color scheme!
In combination with the breakpoint issue i thought this is some kind of 'error' like not finding my files etc. ^^
Thank you very much!