Skip to content
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

Preview #1430

Merged
merged 648 commits into from
Jun 6, 2024
Merged

Preview #1430

merged 648 commits into from
Jun 6, 2024

Conversation

sestinj
Copy link
Contributor

@sestinj sestinj commented Jun 6, 2024

No description provided.

Ruben Kostandyan and others added 30 commits May 11, 2024 22:31
Without this fix, the continue icon sticks out from the other toolwindow icons,
resulting in an inconsistent appearance of the whole IDE and creates a feeling
that the continue plugin "doesn't fit, something must be broken".

According to
https://plugins.jetbrains.com/docs/intellij/icons.html#new-ui-icon-colors
specific colors are needed to work nicely with dark and light modes. Bonus is
that the active tool window icon color then changes automatically to white.

Co-authored-by: Lukas Baron <[email protected]>
@@ -276,6 +279,12 @@
text =
"This may mean that you forgot to add '/v1' to the end of your 'apiBase' in config.json.";
}
} else if (
resp.status === 404 &&
resp.url.includes("api.openai.com")

Check failure

Code scanning / CodeQL

Incomplete URL substring sanitization High

'
api.openai.com
' can be anywhere in the URL, and arbitrary hosts may come before or after it.
Copy link

netlify bot commented Jun 6, 2024

Deploy Preview for continuedev ready!

Name Link
🔨 Latest commit e8cc2d6
🔍 Latest deploy log https://app.netlify.com/sites/continuedev/deploys/66616656f752f7000891b99e
😎 Deploy Preview https://deploy-preview-1430--continuedev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@sestinj sestinj merged commit aa18568 into main Jun 6, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.