We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Web Authorization 登录方式支持 Trae CN.
导入 VS Code 配置到 Trae CN 后,插件的 Web Authorization 登录方式会打开 VS Code ,无法在 Trae CN 中登录。
扩展 /src/shared.ts 中的 protocol 变量支持 Trae CN 的 URL Scheme (trae-cn), 使登录用的 authLoginUrl 可以唤起 Trae CN 应用。
The text was updated successfully, but these errors were encountered:
我也遇到了同样的问题,是在 cursor 上,但是我已经通过修改对应的 protocol 实现了,估计 trae 也是一样的原理,你可以 fork 下来自行编译实现,可以参照我提的 pr
Sorry, something went wrong.
No branches or pull requests
🚀 Feature Proposal
Web Authorization 登录方式支持 Trae CN.
Motivation
导入 VS Code 配置到 Trae CN 后,插件的 Web Authorization 登录方式会打开 VS Code ,无法在 Trae CN 中登录。
Contribution
扩展 /src/shared.ts 中的 protocol 变量支持 Trae CN 的 URL Scheme (trae-cn), 使登录用的 authLoginUrl 可以唤起 Trae CN 应用。
The text was updated successfully, but these errors were encountered: