mirror of
https://github.com/VSCodium/policy-watcher.git
synced 2026-02-03 19:44:56 -06:00
@vscodium/policy-watcher
Why fork from microsoft/vscode-policy-watcher
microsoft/vscode-policy-watcher is limited to only to the Microsoft vendor.
@vscodium/policy-watcher removes that limit so it can be used by any vender.
Usage
const createWatcher = require("@vscodium/policy-watcher");
createWatcher(
// vendor name
"VSCodium",
// product name
"VSCodium",
{
UpdateMode: { type: "string" },
SCMInputFontSize: { type: "number" },
},
(update) => console.log(update)
);
License
Languages
C++
90.5%
Python
8.2%
JavaScript
1.3%