2019-11-12 22:48:25 +03:00
|
|
|
{
|
2021-03-14 03:10:36 +03:00
|
|
|
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
|
2019-11-12 22:48:25 +03:00
|
|
|
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
|
|
|
|
// List of extensions which should be recommended for users of this workspace.
|
|
|
|
"recommendations": [
|
2021-10-29 16:42:33 +03:00
|
|
|
"amodio.tsl-problem-matcher",
|
2020-06-19 20:33:14 +03:00
|
|
|
"dbaeumer.vscode-eslint",
|
2022-11-22 12:37:51 +03:00
|
|
|
"esbenp.prettier-vscode",
|
2022-11-25 14:05:19 +03:00
|
|
|
"firsttris.vscode-jest-runner",
|
2022-11-22 12:37:51 +03:00
|
|
|
"Orta.vscode-jest",
|
2019-11-12 22:48:25 +03:00
|
|
|
],
|
|
|
|
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
|
|
|
|
"unwantedRecommendations": []
|
2020-06-19 20:33:14 +03:00
|
|
|
}
|