Skip to content

Commit 148ac4b

Browse files
authored
Chore: cleanup .vscode folder (#3397)
1 parent d759c66 commit 148ac4b

File tree

3 files changed

+20
-36
lines changed

3 files changed

+20
-36
lines changed

.vscode/extensions.json

+20-9
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,28 @@
11
{
2-
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
3-
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
4-
5-
// List of extensions which should be recommended for users of this workspace.
62
"recommendations": [
3+
/**
4+
* Astro
5+
*/
76
"astro-build.astro-vscode",
8-
"svelte.svelte-vscode",
7+
/**
8+
* MDX
9+
*/
910
"unifiedjs.vscode-mdx",
11+
/**
12+
* Tailwind
13+
*/
1014
"bradlc.vscode-tailwindcss",
11-
"csstools.postcss",
15+
/**
16+
* Svelte
17+
*/
18+
"svelte.svelte-vscode",
19+
/**
20+
* Prettier
21+
*/
1222
"esbenp.prettier-vscode",
23+
/**
24+
* ESLint
25+
*/
1326
"dbaeumer.vscode-eslint"
14-
],
15-
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
16-
"unwantedRecommendations": ["heybourn.headwind"]
27+
]
1728
}

.vscode/launch-debug.json

-16
This file was deleted.

.vscode/settings.json

-11
This file was deleted.

0 commit comments

Comments
 (0)