Files
Reactive-Resume/.vscode/settings.json
2023-11-05 12:31:42 +01:00

11 lines
356 B
JSON

{
"typescript.tsdk": "node_modules/typescript/lib",
"files.associations": {
"compose-dev.yml": "dockercompose",
".github/workflows/*.yml": "github-actions-workflow"
},
"yaml.schemas": {
"https://json.schemastore.org/github-workflow.json": "file:///Users/amruth/Projects/Reactive-Resume/.github/workflows/publish-docker-image.yml"
}
}