vscode: make sls snippet a fileTemplate

This commit is contained in:
John Bowdre 2024-02-08 13:16:06 -06:00
parent 8073e647a7
commit 55e7798133

View file

@ -140,6 +140,7 @@
languageSnippets = {
jinja-yaml = {
"Insert SLS header" = {
isFileTemplate = true;
prefix = ["sls"];
body = [
"# -*- coding: utf-8 -*-"