Skip to content

Commit 4bc74ab

Browse files
vscode: Recommend ruff extension (#1833)
We added `ruff` in #1375. There's a corresponding VSCode extension by the author, so probably a good idea to use it to surface lints earlier than pre-commit. https://github.com/astral-sh/ruff-vscode ## Checklist - [ ] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [ ] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [ ] I have not broken the cheatsheet --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
1 parent 7a1eac9 commit 4bc74ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.vscode/extensions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// for the documentation about the extensions.json format
44
"recommendations": [
55
"AndreasArvidsson.andreas-talon",
6+
"charliermarsh.ruff",
67
"dbaeumer.vscode-eslint",
78
"esbenp.prettier-vscode",
89
"jrieken.vscode-tree-sitter-query",

0 commit comments

Comments
 (0)