mirror of
https://github.com/VSCodium/policy-watcher.git
synced 2025-12-10 03:53:55 -06:00
@vscodium/policy-watcher
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%