Compare commits

..

No commits in common. "55e77981338afbe2598e0bbffb56411cb6e111e5" and "85f1c0083558175227b3099d7c6d43ff5e85c014" have entirely different histories.

View file

@ -137,20 +137,6 @@
when = "editorTextFocus && markdown.extension.editor.cursor.inList && !editorHasMultipleSelections && !editorReadonly && !editorTabMovesFocus && !hasOtherSuggestions && !hasSnippetCompletions && !inSnippetMode && !inlineSuggestionVisible && !markdown.extension.editor.cursor.inFencedCodeBlock && !markdown.extension.editor.cursor.inMathEnv && !suggestWidgetVisible && editorLangId =~ /^markdown$|^rmd$|^quarto$/";
}
];
languageSnippets = {
jinja-yaml = {
"Insert SLS header" = {
isFileTemplate = true;
prefix = ["sls"];
body = [
"# -*- coding: utf-8 -*-"
"# vim: ft=yaml"
"---"
"\$0"
];
};
};
};
userSettings = {
"autoalign.moveableItems" = [
"="