const createWatcher = require("@vscodium/policy-watcher");
createWatcher(
// vendor name
"VSCodium",
// product name
"VSCodium",
{
UpdateMode: { type: "string" },
SCMInputFontSize: { type: "number" },
},
(update) => console.log(update)
);
forked from microsoft/vscode-policy-watcher
-
Notifications
You must be signed in to change notification settings - Fork 0
VSCodium native module for loading and reading OS policies
License
VSCodium/policy-watcher
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
VSCodium native module for loading and reading OS policies
Resources
License
Code of conduct
Security policy
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C++ 84.1%
- Python 13.5%
- JavaScript 2.4%