[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

Select the types of activity you want to include in your feed.

chore: add vscode extension to issue template links (#5524)

authored by

Hiroshi Ogawa and committed by
GitHub
(Apr 12, 2024, 11:00 AM +0200) c84113f4 5c69f3f5

+3
+3
.github/ISSUE_TEMPLATE/config.yml
··· 1 1 blank_issues_enabled: false 2 2 contact_links: 3 + - name: VS Code Extension Issues 4 + url: https://github.com/vitest-dev/vscode/issues/new/choose 5 + about: VS Code extension related issues should be reported on the vitest-dev/vscode repository. 3 6 - name: Discord Chat 4 7 url: https://chat.vitest.dev 5 8 about: Ask questions and discuss with other Vitest users in real time.