Skip to content

Commit bd211fd

Browse files
committed
fix ordering
1 parent 1a888ea commit bd211fd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1419,12 +1419,6 @@
14191419
"allowedValues": ["cache", "remote", "fallback", "override", "unknown"],
14201420
"description": "The location of the language server"
14211421
},
1422-
{
1423-
"name": "lspSetupStage",
1424-
"type": "string",
1425-
"allowedValues": ["getManifest", "getServer", "validate", "launch", "handshake", "final"],
1426-
"description": "The stage of the LSP setup process"
1427-
},
14281422
{
14291423
"name": "loadFileTime",
14301424
"type": "int",
@@ -1435,6 +1429,12 @@
14351429
"type": "string",
14361430
"description": "User locale. Examples: en-US, en-GB, etc."
14371431
},
1432+
{
1433+
"name": "lspSetupStage",
1434+
"type": "string",
1435+
"allowedValues": ["getManifest", "getServer", "validate", "launch", "handshake", "final"],
1436+
"description": "The stage of the LSP setup process"
1437+
},
14381438
{
14391439
"name": "manifestLocation",
14401440
"type": "string",

0 commit comments

Comments
 (0)