fix auto hide IME

This commit is contained in:
Junyuan Feng
2022-12-02 21:39:33 +08:00
parent bfd31e561c
commit a0b68862fc
8 changed files with 34 additions and 37 deletions

View File

@@ -1,9 +1,9 @@
{
"dart.flutterSdkPath": ".fvm/flutter_sdk",
"search.exclude": {
"dart.flutterSdkPath": ".fvm",
"files.watcherExclude": {
"**/.fvm": true
},
"files.watcherExclude": {
"search.exclude": {
"**/.fvm": true
}
}