Skip to content

Instantly share code, notes, and snippets.

View muchisx's full-sized avatar
www.forEach(goal => goal.achieve())

Miguel Ángel muchisx

www.forEach(goal => goal.achieve())
View GitHub Profile
@muchisx
muchisx / .json
Last active February 29, 2024 18:53
VSCode Liquid Snippets by Muchisx
{
// Place your snippets for liquid here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
// Example:
// "Print to console": {
// "prefix": "log",
// "body": [
// "console.log('$1');",
@muchisx
muchisx / readme.md
Last active October 10, 2023 20:47 — forked from panoply/readme.md
VSCode Liquid v4.0.0

UPGRADE GUIDE   –   vscode-liquid v4.0.0

Update the relating files to the structures found below, adjust where necessary. This update should not take longer than 1 minute for most users, it is just copy/paste unless you have some custom beautification rules, in that case you will need to re-apply them where required. Refer to the Release Notes for additional information and understanding.

Get support in the Discord Server if you run into any issues, I am here and I am human!

Updating the .liquidrc File