mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 18:11:48 +00:00
* 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>
21 lines
620 B
JSON
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"]
|
|
}
|