Files
next-portfolio/.vscode/settings.json

10 lines
234 B
JSON

{
"editor.tabSize": 2,
"yaml.schemas": {
"https://json.schemastore.org/github-workflow.json": "file:///workspace/next-portfolio/.gitea/workflows/deploy.yaml"
},
"biome.lsp": {
"configurationPath": "./frontend/biome.json"
}
}