maciejpedzi.ch/.vscode/settings.json

7 lines
297 B
JSON
Raw Normal View History

2023-04-26 10:24:52 +02:00
{
"yaml.schemas": {
"file:///c%3A/Users/Maciej/.vscode/extensions/atlassian.atlascode-2.10.1/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml",
"https://json.schemastore.org/github-workflow.json": "file:///c%3A/Workspaces/my-website/.github/workflows/deploy.yml"
}
}