this repo has no description smallweb.run
smallweb
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

add vscode example

pomdtr 769cc755 36f58118

+7
+7
example/vscode/main.ts
··· 1 + import { VSCode } from "jsr:@smallweb/vscode@0.1.10"; 2 + 3 + const vscode = new VSCode({ 4 + rootDir: Deno.env.get("SMALLWEB_DIR"), 5 + }); 6 + 7 + export default vscode;