mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-04 05:22: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;
|
"vim.useCtrlKeys" = false;
|
||||||
"window.restoreWindows" = "none";
|
"window.restoreWindows" = "none";
|
||||||
"workbench.startupEditor" = "none";
|
"workbench.startupEditor" = "none";
|
||||||
|
"yaml.customTags" = [
|
||||||
|
"!reference sequence"
|
||||||
|
];
|
||||||
"[markdown]" = {
|
"[markdown]" = {
|
||||||
"editor.defaultFormatter" = "yzhang.markdown-all-in-one";
|
"editor.defaultFormatter" = "yzhang.markdown-all-in-one";
|
||||||
"editor.quickSuggestions" = {
|
"editor.quickSuggestions" = {
|
||||||
|
|
Loading…
Reference in a new issue