Skip to content

Commit 46e9a7c

Browse files
committed
port over definition of types and metrics
1 parent b03090c commit 46e9a7c

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1413,6 +1413,18 @@
14131413
"type": "string",
14141414
"description": "Language used for the project."
14151415
},
1416+
{
1417+
"name": "languageServerSetupStage",
1418+
"type": "string",
1419+
"allowedValues": ["getManifest", "getServer", "validate", "launch", "final"],
1420+
"description": "The stage of the LSP setup process"
1421+
},
1422+
{
1423+
"name": "languageServerResourceLocation",
1424+
"type": "string",
1425+
"allowedValues": ["cache", "remote", "fallback", "override", "unknown"],
1426+
"description": "The location of the LSP resource"
1427+
},
14161428
{
14171429
"name": "loadFileTime",
14181430
"type": "int",
@@ -1423,6 +1435,11 @@
14231435
"type": "string",
14241436
"description": "User locale. Examples: en-US, en-GB, etc."
14251437
},
1438+
{
1439+
"name": "manifestVersion",
1440+
"type": "string",
1441+
"description": "The version of the manifest file"
1442+
},
14261443
{
14271444
"name": "metricId",
14281445
"type": "string",
@@ -5971,6 +5988,24 @@
59715988
}
59725989
]
59735990
},
5991+
{
5992+
"name": "languageServer_setup",
5993+
"description": "LSP setup event",
5994+
"metadata": [
5995+
{
5996+
"type": "languageServerSetupStage",
5997+
"required": true
5998+
},
5999+
{
6000+
"type": "languageServerResourceLocation",
6001+
"required": false
6002+
},
6003+
{
6004+
"type": "manifestVersion",
6005+
"required": false
6006+
}
6007+
]
6008+
},
59746009
{
59756010
"name": "rds_createConnectionConfiguration",
59766011
"description": "Called when creating a new database connection configuration to for a RDS database. In Datagrip we do not get this infromation if it is created directly, so this is only counts actions.",

0 commit comments

Comments
 (0)