-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I save the extension settings in settings.json? #93
Comments
@red8888 Once you configure the connection details using the connect button, and the details should be stored forever. Have you asked every time to reconfigure them? To automate this process for many machines, you can follow do the following:
You can read more about these environment variables in the README. Please let me know if it helped. |
Where does it save these settings? I dont see anything in my settings.json Basically I want to make this as easy as possible for our users to setup If the process is something like this it would be good:
This is not the behaviour I'm seeing though |
@red8888, The process of connecting via UI is actually the basic use case, and it definitely should be supported. The storing process is as following:
The retrieval process is as following:
The Global State is actually a binary file stored in the global VS-Code configuration. One possible pitfall: If after a successful connection, the credentials are not retrieved after VS-Code reload, please provide more information about your system and we'll test and investigate.
Thanks again! |
Why are there no examples of how to configure this in settings.json? I have to configure the extension every time
What are the values I can put in settings.json so I dont need to login every time?
The text was updated successfully, but these errors were encountered: