首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
漫画三毛
7月前
关注
屏蔽作者: 漫画三毛
举报
没有人出现过,trae运行yarn dev时加载env的环境变量文件不正确么?如果用windows terminal或者vs code运行,读取的文件是正确的。
Vibe 编程交流圈
分享
评论
点赞
相关推荐
#Trae Agent#
我用 TRAE 做了一个有意思的Agent 「歌曲创作助手」。
点击
s.trae.com.cn
立即复刻,一起来玩吧!
6 赞 ·
1 评论
为什么我的trae 需要打开终端执行任何命令都默认的都使用 poweshell ? 我希望它默认 cmd,请问要怎么设置?我现在设置的地方有:
.vscode\settings.json
```
{
"terminal.integrated.defaultProfile.windows": "Command Prompt",
}
```
C:\Users\otm\AppData\Roaming\Trae CN\User\settings.json
```
{
"terminal.integrated.defaultProfile.windows": "Command Prompt",
"go.toolsManagement.autoUpdate": true,
"terminal.integrated.profiles.windows": {
"terminal": {
"path": "${env:windir}\\System32\\cmd.exe"
},
"PowerShell": {
"source": "PowerShell",
"icon": "terminal-powershell"
},
"Command Prompt": {
"path": [
"${env:windir}\\Sysnative\\cmd.exe",
"${env:windir}\\System32\\cmd.exe"
],
"args": [],
"icon": "terminal-cmd"
},
"Git Bash": {
"source": "Git Bash"
},
},
}
```
电脑和trae都已经重启过了,还有设置->editor设置也填的cmd.exe为默认终端。请要要在哪里设置才能让我的trae 默认使用cmd作为终端?
0 赞 ·
2 评论
#新人报道#
感觉收费版和免费版没啥区别啊
2 赞 ·
0 评论