chore: doc run on open

This commit is contained in:
cha0s 2024-01-06 16:19:48 -06:00
parent 05415ab167
commit 64b4b0899b

5
.vscode/tasks.json vendored
View File

@ -16,7 +16,10 @@
"endsPattern": "compiled successfully$", "endsPattern": "compiled successfully$",
"beginsPattern": "Compiling Client$", "beginsPattern": "Compiling Client$",
} }
} },
"runOptions": {
"runOn": "folderOpen",
},
} }
] ]
} }