mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Add policy support for linux (#272579)
This commit is contained in:
@@ -42,6 +42,10 @@ export class BooleanPolicy extends BasePolicy {
|
||||
return `<checkBox refId="${this.name}">${this.name}</checkBox>`;
|
||||
}
|
||||
|
||||
renderJsonValue() {
|
||||
return false;
|
||||
}
|
||||
|
||||
renderProfileValue(): string {
|
||||
return `<false/>`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user