- Notifications
You must be signed in to change notification settings - Fork16
Set --url in SSH config#470
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
d18593d
todead511
Comparegithub-actionsbot commentedAug 27, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Qodana Community for JVM4 new problems were found
💡 Qodana analysis was run in the pull request mode: only the changed files were checked View the detailed Qodana reportTo be able to view the detailed Qodana report, you can either:
To get -name:'Qodana Scan'uses:JetBrains/qodana-action@v2023.3.2with:upload-result:true Contact Qodana teamContact us atqodana-support@jetbrains.com
|
4cb1177
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
This fixes an issue where you have
CODER_URL
in your environment but then connect to a different URL. The plugin will configure the settings file, but the cli will ignore it in favor of the environment variable. The flag is always preferred, so setting that ensures we use the right URL.Unit tests show it gets added at least, but sure would be nice if we could test the flow. For now I manually set
CODER_URL
to something bogus when launching Gateway (likehttp://localhost:1234) then added a new connection as normal to dev.coder.com.