Select the types of activity you want to include in your feed.
1import { VSCode } from "jsr:@smallweb/vscode@0.1.10"; 2 3const vscode = new VSCode({ 4 rootDir: Deno.env.get("SMALLWEB_DIR"), 5}); 6 7export default vscode;