1
0
Fork 0
mirror of https://github.com/jbowdre/dotfiles.git synced 2025-01-10 11:29:13 +00:00

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 -*-"