Baptiste Augrain de583c88fa
chore: clean up
2025-12-17 02:45:45 +01:00
2025-12-17 02:45:45 +01:00
2025-08-13 10:10:38 +02:00
2022-05-18 00:28:30 -07:00
2025-03-28 14:31:50 +01:00
2025-12-17 02:45:45 +01:00
2025-01-21 17:20:51 +01:00
2025-03-28 15:33:17 +01:00
2025-01-21 16:47:21 +01:00
2025-03-28 15:33:17 +01:00
2025-01-21 16:47:21 +01:00
2025-08-13 10:15:05 +02:00
2025-08-13 10:15:05 +02:00
2025-12-17 02:45:45 +01:00

@vscodium/policy-watcher

Version

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

MIT

Description
No description provided
Readme MIT 448 KiB
Languages
C++ 90.5%
Python 8.2%
JavaScript 1.3%