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
|
scalameta.metals
|
||||||
hashicorp.terraform
|
hashicorp.terraform
|
||||||
bradlc.vscode-tailwindcss
|
bradlc.vscode-tailwindcss
|
||||||
|
asciidoctor.asciidoctor-vscode
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
userSettings = {
|
userSettings = {
|
||||||
|
|
@ -24,6 +25,7 @@
|
||||||
};
|
};
|
||||||
"tailwindCSS.experimental.classRegex" = [
|
"tailwindCSS.experimental.classRegex" = [
|
||||||
[ "cls\\(([^)]*)\\)" "\"([^']*)\"" ]
|
[ "cls\\(([^)]*)\\)" "\"([^']*)\"" ]
|
||||||
|
[ "cls\\s*:=\\s*\\(?([^,^\\n^\\)]*)" "\"([^']*)\"" ]
|
||||||
];
|
];
|
||||||
|
|
||||||
"files.autoSave" = "onFocusChange";
|
"files.autoSave" = "onFocusChange";
|
||||||
|
|
@ -47,6 +49,7 @@
|
||||||
};
|
};
|
||||||
"workbench.colorTheme" = "Gruvbox Material Dark";
|
"workbench.colorTheme" = "Gruvbox Material Dark";
|
||||||
"workbench.iconTheme" = "material-icon-theme";
|
"workbench.iconTheme" = "material-icon-theme";
|
||||||
|
"asciidoc.use_kroki" = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue