Skip to content

Commit

Permalink
Add vitest to recommended VSCode extensions (streamlit#9843)
Browse files Browse the repository at this point in the history
## Describe your changes

Adds the official
[vitest-explorer](https://github.com/vitest-dev/vscode) to the list of
recommended VSCode extensions.

---

**Contribution License Agreement**

By submitting this pull request you agree that all contributions to this
project are made under the Apache 2.0 license.
  • Loading branch information
lukasmasuch authored Nov 12, 2024
1 parent a11ae39 commit 02d7c99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"ms-python.python",
"ms-python.debugpy",
"charliermarsh.ruff",
"EditorConfig.EditorConfig"
"EditorConfig.EditorConfig",
"vitest.explorer"
]
}

0 comments on commit 02d7c99

Please sign in to comment.