|
1413 | 1413 | "type": "string", |
1414 | 1414 | "description": "Language used for the project." |
1415 | 1415 | }, |
| 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 | + }, |
1416 | 1428 | { |
1417 | 1429 | "name": "loadFileTime", |
1418 | 1430 | "type": "int", |
|
1423 | 1435 | "type": "string", |
1424 | 1436 | "description": "User locale. Examples: en-US, en-GB, etc." |
1425 | 1437 | }, |
| 1438 | + { |
| 1439 | + "name": "manifestVersion", |
| 1440 | + "type": "string", |
| 1441 | + "description": "The version of the manifest file" |
| 1442 | + }, |
1426 | 1443 | { |
1427 | 1444 | "name": "metricId", |
1428 | 1445 | "type": "string", |
|
5971 | 5988 | } |
5972 | 5989 | ] |
5973 | 5990 | }, |
| 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 | + }, |
5974 | 6009 | { |
5975 | 6010 | "name": "rds_createConnectionConfiguration", |
5976 | 6011 | "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