mirror of https://github.com/microsoft/vscode.git
Address feedback
This commit is contained in:
parent
3deadb5400
commit
daa11da370
|
@ -83,7 +83,7 @@ export type McpServerInstallClassification = {
|
|||
source: { classification: 'SystemMetaData'; purpose: 'FeatureInsight'; comment: 'Installation source (gallery or local)' };
|
||||
scope: { classification: 'SystemMetaData'; purpose: 'FeatureInsight'; comment: 'Installation scope (user, workspace, etc.)' };
|
||||
success: { classification: 'SystemMetaData'; purpose: 'FeatureInsight'; isMeasurement: true; comment: 'Whether installation succeeded' };
|
||||
error?: { classification: 'SystemMetaData'; purpose: 'FeatureInsight'; comment: 'Error message if installation failed' };
|
||||
error?: { classification: 'CallstackOrException'; purpose: 'FeatureInsight'; comment: 'Error message if installation failed' };
|
||||
hasInputs: { classification: 'SystemMetaData'; purpose: 'FeatureInsight'; isMeasurement: true; comment: 'Whether the server requires input configuration' };
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue