How to use cpp in pulsar? Windows User. #200
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I'm not a C++ developer, so might be missing why it's necessary to set the Pulsar Path anywhere for this to work. But on Windows if you did a User (the default) install, that path should look like: EDIT: I'll add, if you're a Windows user who did not use the default installation directory, but you can't remember where you installed Pulsar, an easy way to locate your installation folder would be by opening the DevTools within Pulsar then running |
Beta Was this translation helpful? Give feedback.
I'm not a C++ developer, so might be missing why it's necessary to set the Pulsar Path anywhere for this to work.
But on Windows if you did a User (the default) install, that path should look like:
C:\Users\YOUR_USER_NAME_HERE\AppData\Local\Programs\pulsar
otherwise:%UserProfile%\AppData\Local\programs\pulsar
EDIT:
I'll add, if you're a Windows user who did not use the default installation directory, but you can't remember where you installed Pulsar, an easy way to locate your installation folder would be by opening the DevTools within Pulsar then running
atom.applicationDelegate.getWindowLoadSettings().resourcePath
, this will return something like:"C:\Users\USER_NAME\AppData\Local\Prog…