mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
correct wildcard usage
This commit is contained in:
@@ -272,10 +272,8 @@ export class SaveParticipant implements ISaveParticipant {
|
||||
{
|
||||
"${prefix}": "Success-",
|
||||
"${classification}": { "endPoint": "none", "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" }
|
||||
}
|
||||
],
|
||||
"${wildcard}": [
|
||||
{
|
||||
},
|
||||
{
|
||||
"${prefix}": "Failure-",
|
||||
"${classification}": { "endPoint": "none", "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user