Skip to content

Commit 461704a

Browse files
committed
change namespace to lsp
1 parent 911286f commit 461704a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1420,7 +1420,7 @@
14201420
"description": "The location of the language server"
14211421
},
14221422
{
1423-
"name": "languageServerSetupStage",
1423+
"name": "lspSetupStage",
14241424
"type": "string",
14251425
"allowedValues": ["getManifest", "getServer", "validate", "launch", "handshake", "final"],
14261426
"description": "The stage of the LSP setup process"
@@ -5995,7 +5995,7 @@
59955995
]
59965996
},
59975997
{
5998-
"name": "languageServer_setup",
5998+
"name": "lsp_setup",
59995999
"description": "LSP setup event",
60006000
"metadata": [
60016001
{
@@ -6007,7 +6007,7 @@
60076007
"required": false
60086008
},
60096009
{
6010-
"type": "languageServerSetupStage",
6010+
"type": "lspSetupStage",
60116011
"required": true
60126012
},
60136013
{

0 commit comments

Comments
 (0)