@markusantonwolf/ta-foodtrucks
Version:
TA-Foodtrucks plugin shows the next food truck and street food dates in your area based on Craftplaces API. You can customize the endpoints to get all dates for a specific vendor, for a specific city or just for a location you are interested in. The light
27 lines (26 loc) • 936 B
JSON
{
"css.validate": false,
"stylelint.enable": true,
"workbench.colorCustomizations": {
"activityBar.foreground": "#66cb1e",
"activityBarBadge.foreground": "#000",
"activityBarBadge.background": "#50a017"
},
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 120,
"editor.wrappingIndent": "indent",
"editor.formatOnPaste": false,
"debug.console.wordWrap": false,
"editor.tabSize": 4,
"html.format.contentUnformatted": "pre,code,textarea",
"html.format.endWithNewline": false,
"html.format.extraLiners": "head, body, /html",
"html.format.indentHandlebars": true,
"html.format.indentInnerHtml": true,
"html.format.maxPreserveNewLines": null,
"html.format.preserveNewLines": true,
"html.format.wrapLineLength": 180,
"html.format.wrapAttributes": "auto",
"files.insertFinalNewline": false,
"git.ignoreLimitWarning": true
}