Skip to content

VSCodium native module for loading and reading OS policies

License

Notifications You must be signed in to change notification settings

VSCodium/policy-watcher

 
 

Repository files navigation

Version

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

MIT

About

VSCodium native module for loading and reading OS policies

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 84.1%
  • Python 13.5%
  • JavaScript 2.4%