Files
silverbullet-icalendar/.vscode/settings.json
sstent 651a1107d1
Some checks failed
Build SilverBullet Plug / build (push) Failing after 11s
Align project structure with silverbullet-plug-template
- Rename deno.jsonc to deno.json and update build tasks
- Add PLUG.md for SB v2 installation
- Update .gitignore to include .plug.js files
- Update README.md with new installation instructions
- Simplify GitHub workflow
2026-02-15 15:27:51 -08:00

6 lines
87 B
JSON

{
"deno.enable": true,
"editor.formatOnSave": true,
"deno.config": "deno.json"
}