gpt4 book ai didi

flutter - 在 VS Code 中为 dart 禁用自动格式化

转载 作者:行者123 更新时间:2023-12-03 04:08:49 25 4
gpt4 key购买 nike

所以我想在我的应用程序上工作,但是当我保存时,文档突然自动格式化。昨天我没有问题,但现在我有。我已经通过自动格式化进行了检查,但这是关闭的。当我打开 VS Code 时,我收到一条消息,要为默认语言或类似的东西设置 dart,也许这就是问题所在?
我想要这样:

      theme: ThemeData(
backgroundColor: Colors.white70,
primarySwatch: Colors.blue,
brightness: Brightness.light
),
但我是这样理解的:
      theme: ThemeData(
backgroundColor: Colors.white70,
primarySwatch: Colors.blue,
brightness: Brightness.light),

最佳答案

配置文件 .vscode/settings.json

{
"editor.formatOnSave": false,
"[dart]": {
"editor.formatOnSave": false
}
}

关于flutter - 在 VS Code 中为 dart 禁用自动格式化,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62889725/

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