mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-03 13:02:19 +00:00
vscode: support !reference tags
This commit is contained in:
parent
9898851bf8
commit
72edef0bca
1 changed files with 3 additions and 0 deletions
|
@ -229,6 +229,9 @@
|
|||
"vim.useCtrlKeys" = false;
|
||||
"window.restoreWindows" = "none";
|
||||
"workbench.startupEditor" = "none";
|
||||
"yaml.customTags" = [
|
||||
"!reference sequence"
|
||||
];
|
||||
"[markdown]" = {
|
||||
"editor.defaultFormatter" = "yzhang.markdown-all-in-one";
|
||||
"editor.quickSuggestions" = {
|
||||
|
|
Loading…
Reference in a new issue