Skip to content

Commit

Permalink
Fix vitest and add extension recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
lil5 committed Nov 20, 2023
1 parent 0f34b3f commit f1241d9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions clothingloop.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,14 @@
}
],
"settings": {
"yaml.schemas": {
"https://json.schemastore.org/prometheus.rules.test.json": "file:///Users/lil5/Projects/clothingloop/clothing-loop/server/config.test.yml"
},
"prettier.documentSelectors": [".prettierrc.yml"],
"vitest.enable": true
"prettier.documentSelectors": [".prettierrc.yml"]
},
"extensions": {
"recommendations": [
"golang.go",
"esbenp.prettier-vscode",
"ms-azuretools.vscode-docker"
"ms-azuretools.vscode-docker",
"zixuanchen.vitest-explorer"
]
}
}

0 comments on commit f1241d9

Please sign in to comment.