- 安装code runner插件
- 在settings.json配置"code-runner.runInTerminal": true
- 在
.bash_profile
文件中添加dart-sdk路径,然后执行source .bash_profile
.bash_profile内容如下
export PATH=/xxx/flutter/bin:/xxx/flutter/bin/cache/dart-sdk/bin:$PATH
.bash_profile
文件中添加dart-sdk路径,然后执行source .bash_profile
.bash_profile内容如下
export PATH=/xxx/flutter/bin:/xxx/flutter/bin/cache/dart-sdk/bin:$PATH
本文标题:vscdoe 中运行dart代码
本文链接:https://www.haomeiwen.com/subject/zndlnctx.html
网友评论