File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 "cmd" : " ${workspaceFolder}/vendor/bin/mago format ${file}"
1111 }
1212 ]
13- }
14- }
13+ },
14+ "terminal.integrated.defaultProfile.linux" : " zsh" ,
15+ "terminal.integrated.shellIntegration.enabled" : true
16+ }
Original file line number Diff line number Diff line change 1+ {
2+ "version" : " 2.0.0" ,
3+ "tasks" : [
4+ {
5+ "label" : " Composer Test" ,
6+ "type" : " shell" ,
7+ "command" : " composer test" ,
8+ "presentation" : {
9+ "reveal" : " always" ,
10+ "panel" : " new" ,
11+ "group" : " tests"
12+ },
13+ "runOptions" : {
14+ "runOn" : " folderOpen"
15+ }
16+ },
17+ {
18+ "label" : " MAGO Analyse" ,
19+ "type" : " shell" ,
20+ "command" : " mago analyse" ,
21+ "presentation" : {
22+ "reveal" : " always" ,
23+ "panel" : " new" ,
24+ "group" : " analysis"
25+ },
26+ "runOptions" : {
27+ "runOn" : " folderOpen"
28+ }
29+ }
30+ ]
31+ }
Original file line number Diff line number Diff line change 7676 }
7777 ],
7878 "direction" : " horizontal" ,
79- "width" : 233.5
79+ "width" : 233.5 ,
80+ "collapsed" : true
8081 },
8182 "right" : {
8283 "id" : " 7ca2f4f0bbdfa382" ,
184185 },
185186 "active" : " ca2d8013c7331e8e" ,
186187 "lastOpenFiles" : [
187- " Process.md" ,
188- " Idea.md" ,
189- " Design.md" ,
190- " TODO.md" ,
191- " Excalidraw/Overall.md" ,
192- " Domain/Characters.md" ,
193188 " Domain/Dice.md" ,
194189 " Domain/Session.md" ,
190+ " Design.md" ,
191+ " Idea.md" ,
192+ " Process.md" ,
193+ " TODO.md" ,
195194 " Domain/World.md" ,
195+ " Domain/Characters.md" ,
196+ " Excalidraw/Overall.md" ,
196197 " Domain/NPC.md" ,
197198 " Excalidraw/Drawing 2026-03-02 14.34.45.excalidraw.md" ,
198199 " Sem título" ,
Original file line number Diff line number Diff line change 11# Purpose
22Hub of creative creation involving RPG, making easy to create histories and managing parties.
33## Anchors
4+ [[ Session]]
45[[ Dice]]
56[[ World]]
6- [[ Characters]]
7- [[ NPC]]
7+
88
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments