mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
15 lines
193 B
Plaintext
15 lines
193 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"dart.vmAdditionalArgs": [
|
|
"--no-sound-null-safety"
|
|
],
|
|
"dart.flutterRunAdditionalArgs": [
|
|
"--no-sound-null-safety"
|
|
]
|
|
}
|
|
} |