mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
fix: useMsal setting doesn't have tags (#232534)
This commit is contained in:
@@ -101,7 +101,11 @@
|
||||
"properties": {
|
||||
"microsoft.useMsal": {
|
||||
"type": "boolean",
|
||||
"description": "%useMsal.description%"
|
||||
"description": "%useMsal.description%",
|
||||
"tags": [
|
||||
"onExP",
|
||||
"preview"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user