Skip to content

Commit

Permalink
Merge pull request #97 from panoply/v3.0.0
Browse files Browse the repository at this point in the history
V3.0.0
  • Loading branch information
panoply committed Sep 28, 2022
2 parents 75839c6 + 8754c2a commit e618188
Show file tree
Hide file tree
Showing 102 changed files with 11,563 additions and 4,205 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
node_modules
.vscode-test/
*.vsix
yarn.lock
test/components/*.html
.vscode/settings.json
versions
docs
dist
example

### OSX ###
# General
Expand Down Expand Up @@ -34,4 +34,4 @@ Icon
Network Trash Folder
Temporary Items
.apdisk
test/

67 changes: 0 additions & 67 deletions .liquidrc

This file was deleted.

2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ src/language/liquid.configuration.json
test/format.html
*.ts
*.js
*.cjs
example
16 changes: 11 additions & 5 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"dbaeumer.vscode-eslint"
]
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode"
],
"unwantedRecommendations": [
"neilding.language-liquid",
"Shopify.theme-check-vscode",
"killalau.vscode-liquid-snippets"
]
}
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"cSpell.words": [
"Allman",
"Mansedan",
"packagejson",
"VSIX"
]
}
3 changes: 2 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ jsconfig.json
tsconfig.json

node_modules
src/extension/**
src
docs
test
versions

rollup.config.js
yarn.lock
pnpm-lock.yaml
Loading

0 comments on commit e618188

Please sign in to comment.