Skip to content

Commit a88e6d4

Browse files
committed
remove fallback option for manifest
1 parent 23f1184 commit a88e6d4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1416,7 +1416,7 @@
14161416
{
14171417
"name": "languageServerLocation",
14181418
"type": "string",
1419-
"allowedValues": ["cache", "remote", "fallback", "override", "unknown"],
1419+
"allowedValues": ["cache", "remote", "fallback", "override"],
14201420
"description": "The location of the language server"
14211421
},
14221422
{
@@ -1443,7 +1443,7 @@
14431443
{
14441444
"name": "manifestLocation",
14451445
"type": "string",
1446-
"allowedValues": ["cache", "remote", "fallback", "override", "unknown"],
1446+
"allowedValues": ["cache", "remote", "override"],
14471447
"description": "The location of the manifest"
14481448
},
14491449
{
@@ -6003,6 +6003,7 @@
60036003
"name": "languageServer_setup",
60046004
"description": "Sets up a language server",
60056005
"passive": true,
6006+
"unit": "Milliseconds",
60066007
"metadata": [
60076008
{
60086009
"type": "id"

0 commit comments

Comments
 (0)