mirror of
https://github.com/tiennm99/serena.git
synced 2026-07-14 22:21:46 +00:00
23 lines
610 B
JSON
23 lines
610 B
JSON
{
|
|
"_description": "This file contains the initialization parameters for the Dart Language Server.",
|
|
"processId": "$processId",
|
|
"rootPath": "$rootPath",
|
|
"rootUri": "$rootUri",
|
|
"capabilities": {},
|
|
"initializationOptions": {
|
|
"onlyAnalyzeProjectsWithOpenFiles": false,
|
|
"suggestFromUnimportedLibraries": true,
|
|
"closingLabels": false,
|
|
"outline": false,
|
|
"flutterOutline": false,
|
|
"allowOpenUri": false
|
|
},
|
|
"trace": "verbose",
|
|
"workspaceFolders": [
|
|
{
|
|
"uri": "$uri",
|
|
"name": "$name"
|
|
}
|
|
]
|
|
|
|
} |