refactor(IDE): add more extensions, fix tailwind intellisense
This commit is contained in:
parent
87e13f71f5
commit
8d9bf58019
8
.vscode/extensions.json
vendored
8
.vscode/extensions.json
vendored
@ -1,3 +1,9 @@
|
|||||||
{
|
{
|
||||||
"recommendations": ["tauri-apps.tauri-vscode", "rust-lang.rust-analyzer"]
|
"recommendations": [
|
||||||
|
"tauri-apps.tauri-vscode",
|
||||||
|
"rust-lang.rust-analyzer",
|
||||||
|
"bradlc.vscode-tailwindcss",
|
||||||
|
"DavidAnson.vscode-markdownlint",
|
||||||
|
"solidjs-community.solid-snippets"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -1,3 +1,4 @@
|
|||||||
{
|
{
|
||||||
"typescript.tsdk": "./node_modules/typescript/lib"
|
"typescript.tsdk": "./node_modules/typescript/lib",
|
||||||
|
"tailwindCSS.classAttributes": ["class", "className"]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user