Skip to content

Commit f1b3077

Browse files
committed
add passive tag
1 parent 7ae5a99 commit f1b3077

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1422,7 +1422,7 @@
14221422
{
14231423
"name": "languageServerSetupStage",
14241424
"type": "string",
1425-
"allowedValues": ["getManifest", "getServer", "validate", "launch", "handshake", "final"],
1425+
"allowedValues": ["getManifest", "getServer", "validate", "launch", "handshake", "all"],
14261426
"description": "The stage of the LSP setup process"
14271427
},
14281428
{
@@ -5997,6 +5997,7 @@
59975997
{
59985998
"name": "languageServer_setup",
59995999
"description": "Sets up a language server",
6000+
"passive": true,
60006001
"metadata": [
60016002
{
60026003
"type": "id"

0 commit comments

Comments
 (0)