Read Preferences
Preferences are a key-value store that is local to each editor client. To read all the available preferences:
ts
import { Preferences } from "@vaguevoid/tools";
const preferences = await Preferences.all();
console.log(preferences);