|
1491 | 1491 | "type": "string",
|
1492 | 1492 | "description": "Language used for the project."
|
1493 | 1493 | },
|
| 1494 | + { |
| 1495 | + "name": "languageServerLocation", |
| 1496 | + "type": "string", |
| 1497 | + "allowedValues": ["cache", "remote", "fallback", "override"], |
| 1498 | + "description": "The location of the language server" |
| 1499 | + }, |
| 1500 | + { |
| 1501 | + "name": "languageServerSetupStage", |
| 1502 | + "type": "string", |
| 1503 | + "allowedValues": ["getManifest", "getServer", "validate", "launch", "handshake", "all"], |
| 1504 | + "description": "The stage of the LSP setup process" |
| 1505 | + }, |
| 1506 | + { |
| 1507 | + "name": "languageServerVersion", |
| 1508 | + "type": "string", |
| 1509 | + "description": "The version of the language server" |
| 1510 | + }, |
1494 | 1511 | {
|
1495 | 1512 | "name": "loadFileTime",
|
1496 | 1513 | "type": "int",
|
|
1501 | 1518 | "type": "string",
|
1502 | 1519 | "description": "User locale. Examples: en-US, en-GB, etc."
|
1503 | 1520 | },
|
| 1521 | + { |
| 1522 | + "name": "manifestLocation", |
| 1523 | + "type": "string", |
| 1524 | + "allowedValues": ["cache", "remote", "override"], |
| 1525 | + "description": "The location of the manifest" |
| 1526 | + }, |
| 1527 | + { |
| 1528 | + "name": "manifestSchemaVersion", |
| 1529 | + "type": "string", |
| 1530 | + "description": "The version of the manifest schema file" |
| 1531 | + }, |
1504 | 1532 | {
|
1505 | 1533 | "name": "metricId",
|
1506 | 1534 | "type": "string",
|
|
6189 | 6217 | }
|
6190 | 6218 | ]
|
6191 | 6219 | },
|
| 6220 | + { |
| 6221 | + "name": "languageServer_setup", |
| 6222 | + "description": "Sets up a language server", |
| 6223 | + "passive": true, |
| 6224 | + "unit": "Milliseconds", |
| 6225 | + "metadata": [ |
| 6226 | + { |
| 6227 | + "type": "id" |
| 6228 | + }, |
| 6229 | + { |
| 6230 | + "type": "languageServerLocation", |
| 6231 | + "required": false |
| 6232 | + }, |
| 6233 | + { |
| 6234 | + "type": "languageServerSetupStage" |
| 6235 | + }, |
| 6236 | + { |
| 6237 | + "type": "languageServerVersion", |
| 6238 | + "required": false |
| 6239 | + }, |
| 6240 | + { |
| 6241 | + "type": "manifestLocation", |
| 6242 | + "required": false |
| 6243 | + }, |
| 6244 | + { |
| 6245 | + "type": "manifestSchemaVersion", |
| 6246 | + "required": false |
| 6247 | + }, |
| 6248 | + { |
| 6249 | + "type": "result" |
| 6250 | + } |
| 6251 | + ] |
| 6252 | + }, |
6192 | 6253 | {
|
6193 | 6254 | "name": "rds_createConnectionConfiguration",
|
6194 | 6255 | "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