gpt4 book ai didi

dart - 使用 shift+r flutter 时,Vscode 不支持全局评估

转载 作者:IT王子 更新时间:2023-10-29 06:57:50 25 4
gpt4 key购买 nike

当我在调试控制台上使用热重载时,它显示“不支持全局评估”。我该如何解决这个问题?

在我阅读这篇文章之前 global evaluation , 但它对我没有帮助

这是我的图像 problem

最佳答案

在launch.json中添加配置"console":"terminal"

示例:

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "dart_application_1",
"request": "launch",
"type": "dart",
"program": "bin/dart_application_1.dart",
"console": "terminal"
}
]
}

提供更多详细信息 here

关于dart - 使用 shift+r flutter 时,Vscode 不支持全局评估,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55173052/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com