Skip to content

Commit

Permalink
Merge pull request #84 from kamadorueda/kamadorueda
Browse files Browse the repository at this point in the history
feat: document vscode extension
  • Loading branch information
kamadorueda authored Feb 13, 2022
2 parents 1589612 + 4cdac7b commit bfda249
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/**/*.vsix
/**/node_modules/
/**/result*
/.direnv
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@
Humans care about the content,
machines about the style!

- ✔️ **Native**

We integrate with common code editors:

- [Alejandra extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=kamadorueda.alejandra)

## Getting started

Let's get Alejandra on our systems:
Expand Down
2 changes: 1 addition & 1 deletion integrations/vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ with [Alejandra](https://github.com/kamadorueda/alejandra).

Enjoy!

# Troubleshooting
## Troubleshooting

If you encounter a problem
please let us know in the
Expand Down
8 changes: 2 additions & 6 deletions integrations/vscode/jsconfig.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
{
"compilerOptions": {
"checkJs": true,
"lib": [
"ES2020"
],
"lib": ["ES2020"],
"module": "CommonJS",
"target": "ES2020"
},
"exclude": [
"node_modules"
]
"exclude": ["node_modules"]
}
2 changes: 1 addition & 1 deletion treefmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ options = ["run", "--"]

[formatter.prettier]
command = "prettier"
includes = ["*.json", "*.md", "*.toml", "*.yaml"]
includes = ["*.js", "*.json", "*.md", "*.toml", "*.yaml"]
options = ["--plugin", "prettier-plugin-toml", "--write"]

[formatter.rust]
Expand Down

0 comments on commit bfda249

Please sign in to comment.