mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
新增代码文件支持行号显示
This commit is contained in:
15
pub/code_field-master/code_field.code-workspace
Normal file
15
pub/code_field-master/code_field.code-workspace
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"dart.vmAdditionalArgs": [
|
||||
"--no-sound-null-safety"
|
||||
],
|
||||
"dart.flutterRunAdditionalArgs": [
|
||||
"--no-sound-null-safety"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user