Update vscode settings
This commit is contained in:
parent
b089e350c7
commit
073f3ac189
1 changed files with 3 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
|||
scalameta.metals
|
||||
hashicorp.terraform
|
||||
bradlc.vscode-tailwindcss
|
||||
asciidoctor.asciidoctor-vscode
|
||||
]
|
||||
);
|
||||
userSettings = {
|
||||
|
|
@ -24,6 +25,7 @@
|
|||
};
|
||||
"tailwindCSS.experimental.classRegex" = [
|
||||
[ "cls\\(([^)]*)\\)" "\"([^']*)\"" ]
|
||||
[ "cls\\s*:=\\s*\\(?([^,^\\n^\\)]*)" "\"([^']*)\"" ]
|
||||
];
|
||||
|
||||
"files.autoSave" = "onFocusChange";
|
||||
|
|
@ -47,6 +49,7 @@
|
|||
};
|
||||
"workbench.colorTheme" = "Gruvbox Material Dark";
|
||||
"workbench.iconTheme" = "material-icon-theme";
|
||||
"asciidoc.use_kroki" = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue