I’m new to PSU, and trying to get VSC working. I installed the extension, but it did not ask for a token per documentation. Where is it? How can I generate one?
Then the documentation says to enable support in PSU Settings → Configuration and it’ll generate a newt token, etc. but that menu item doesn’t exist in my version ( 5.1.2 ) so I’m stuck on where to go from here.
In VS Code, in the Universal pane, click the Add Connection button under Connections. You will only have Default if you haven’t configured any. It will open the settings dialog.
From here, you can set the Default connection information. Paste your app token in the App Token field and your Url to your PSU server in the URL field.
If you want to setup multiple connections, you can click the Edit in settings.json button and define an array of named connections, like below. (windows auth isn’t actually implemented and just something I’m working on)