sourcegraph/.vscode/extensions.json
Quinn Slack 4002774429
reapply "switch from jest to vitest for faster, simpler tests (#57886)" (#58145)
* reapply "switch from jest to vitest for faster, simpler tests (https://github.com/sourcegraph/sourcegraph/pull/57886)"

This was reverted in https://github.com/sourcegraph/sourcegraph/pull/58116 due to an issue with the browser tests.

* include fetch-mock

* fix flakiness

* rm mock that did not work in experimentalVmThreads

* fix

* timeout

* fixup

---------

Co-authored-by: William Bezuidenhout <william.bezuidenhout@sourcegraph.com>
2023-11-07 12:00:18 +02:00

21 lines
620 B
JSON

{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"sourcegraph.sourcegraph",
"sourcegraph.cody-ai",
"editorconfig.editorconfig",
"esbenp.prettier-vscode",
"graphql.vscode-graphql",
"golang.go",
"exiasr.hadolint",
"bierner.markdown-mermaid",
"ecmel.vscode-html-css",
"dbaeumer.vscode-eslint",
"foxundermoon.shell-format",
"timonwong.shellcheck",
"felixfbecker.css-stacking-contexts"
],
"unwantedRecommendations": ["ms-vscode.vscode-typescript-tslint-plugin", "eg2.tslint"]
}