我曾經fvm用于flutter 1.22某些目的,已經為 fvm 安裝了所有東西,只更改了路徑,settings.json但檔案不存在,.vscode我無法在任何地方找到它

uj5u.com熱心網友回復:
您需要手動創建檔案。
settings.json:
{
"dart.flutterSdkPath": ".fvm/flutter_sdk",
// Remove .fvm files from search
"search.exclude": {
"**/.fvm": true
},
// Remove from file watching
"files.watcherExclude": {
"**/.fvm": true
}
}
來源:為 VSCode 配置 fvm
轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/430627.html
上一篇:selenium.common.exceptions.WebDriverException:訊息:“chromedriver”可執行檔案需要使用ChromeDriverManager和Python在P
