{ "folders": [ { "path": "." }, { "path": "../db/migrations" } ], "settings": { "js/ts.tsdk.path": "node_modules\\typescript\\lib", "biome.lsp.trace.server": "verbose", "tinymist.fontPaths": ["${workspaceFolder}/typst/fonts"], "window.restoreWindows": "all", "window.newWindowDimensions": "inherit" }, "tasks": { "version": "2.0.0", "tasks": [ { "label": "Launch Project Terminals", "type": "shell", "command": ".vscode/terminal.sh", "args": [], "presentation": { "reveal": "silent", "panel": "new" }, "group": "none", "runOptions": { "runOn": "folderOpen" }, "problemMatcher": [] } ] } }