File tree 3 files changed +20
-36
lines changed
3 files changed +20
-36
lines changed Original file line number Diff line number Diff line change 1
1
{
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.
6
2
"recommendations" : [
3
+ /**
4
+ * Astro
5
+ */
7
6
" astro-build.astro-vscode" ,
8
- " svelte.svelte-vscode" ,
7
+ /**
8
+ * MDX
9
+ */
9
10
" unifiedjs.vscode-mdx" ,
11
+ /**
12
+ * Tailwind
13
+ */
10
14
" bradlc.vscode-tailwindcss" ,
11
- " csstools.postcss" ,
15
+ /**
16
+ * Svelte
17
+ */
18
+ " svelte.svelte-vscode" ,
19
+ /**
20
+ * Prettier
21
+ */
12
22
" esbenp.prettier-vscode" ,
23
+ /**
24
+ * ESLint
25
+ */
13
26
" 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
+ ]
17
28
}
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments