Update vscode settings

This commit is contained in:
Paul-Henri Froidmont 2022-07-28 05:43:34 +02:00
parent b089e350c7
commit 073f3ac189
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE

View file

@ -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;
};
};
}