Remove .vscode folder

This commit is contained in:
Maciej Pędzich 2024-02-23 16:36:48 +01:00
parent c4447e0a4f
commit 6aaba3995a
3 changed files with 0 additions and 21 deletions

View File

@ -1,4 +0,0 @@
{
"recommendations": ["astro-build.astro-vscode"],
"unwantedRecommendations": []
}

11
.vscode/launch.json vendored
View File

@ -1,11 +0,0 @@
{
"version": "0.2.0",
"configurations": [
{
"command": "./node_modules/.bin/astro dev",
"name": "Development server",
"request": "launch",
"type": "node-terminal"
}
]
}

View File

@ -1,6 +0,0 @@
{
"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:///home/maciek/maciejpedzi.ch/.gitea/workflows/deploy.yaml"
}
}