[ci] format
This commit is contained in:
parent
95a3e09e81
commit
076dd47d9f
6 changed files with 6 additions and 21 deletions
7
.vscode/extensions.json
vendored
7
.vscode/extensions.json
vendored
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
"recommendations": [
|
||||
"astro-build.astro-vscode",
|
||||
"esbenp.prettier-vscode",
|
||||
"editorconfig.editorconfig",
|
||||
"dbaeumer.vscode-eslint"
|
||||
],
|
||||
"recommendations": ["astro-build.astro-vscode", "esbenp.prettier-vscode", "editorconfig.editorconfig", "dbaeumer.vscode-eslint"],
|
||||
"unwantedRecommendations": []
|
||||
}
|
||||
|
|
4
examples/blog/.vscode/extensions.json
vendored
4
examples/blog/.vscode/extensions.json
vendored
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"recommendations": [
|
||||
"astro-build.astro-vscode"
|
||||
],
|
||||
"recommendations": ["astro-build.astro-vscode"],
|
||||
"unwantedRecommendations": []
|
||||
}
|
||||
|
|
4
examples/docs/.vscode/extensions.json
vendored
4
examples/docs/.vscode/extensions.json
vendored
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"recommendations": [
|
||||
"astro-build.astro-vscode"
|
||||
],
|
||||
"recommendations": ["astro-build.astro-vscode"],
|
||||
"unwantedRecommendations": []
|
||||
}
|
||||
|
|
4
examples/minimal/.vscode/extensions.json
vendored
4
examples/minimal/.vscode/extensions.json
vendored
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"recommendations": [
|
||||
"astro-build.astro-vscode"
|
||||
],
|
||||
"recommendations": ["astro-build.astro-vscode"],
|
||||
"unwantedRecommendations": []
|
||||
}
|
||||
|
|
4
examples/portfolio/.vscode/extensions.json
vendored
4
examples/portfolio/.vscode/extensions.json
vendored
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"recommendations": [
|
||||
"astro-build.astro-vscode"
|
||||
],
|
||||
"recommendations": ["astro-build.astro-vscode"],
|
||||
"unwantedRecommendations": []
|
||||
}
|
||||
|
|
4
examples/starter/.vscode/extensions.json
vendored
4
examples/starter/.vscode/extensions.json
vendored
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
"recommendations": [
|
||||
"astro-build.astro-vscode"
|
||||
],
|
||||
"recommendations": ["astro-build.astro-vscode"],
|
||||
"unwantedRecommendations": []
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue