You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 2. Select "Extensions: Show Recommended Extensions"
5
+
6
+
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
7
+
8
+
// List of extensions which are recommended for Cypress contributors using VS Code:
9
+
"recommendations": [
10
+
// Name: ESLint
11
+
// Description: Integrates ESLint JavaScript into VS Code.
12
+
"dbaeumer.vscode-eslint",
13
+
// Name: GitHub linker
14
+
// Description: Create links to fragments of code in GitHub
15
+
"gimenete.github-linker",
16
+
// Name: GitLens — Git supercharged
17
+
// Description: Supercharge the Git capabilities built into Visual Studio Code — Visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via powerful comparison commands, and so much more
18
+
"eamodio.gitlens",
19
+
// Name: Terminals Manager
20
+
// Description: An extension for setting-up multiple terminals at once, or just running some commands
21
+
// There are several Terminals defined in `.vscode/terminals.json` that can be used via this plugin.
22
+
"fabiospampinato.vscode-terminals",
23
+
// Name: Test Utils
24
+
// Description: Add, remove, and move .only in tests
25
+
"chrisbreiding.test-utils",
26
+
// Name: Toggle Quotes
27
+
// Description: Toggle cycle " -> ' -> `
28
+
"britesnow.vscode-toggle-quotes",
29
+
],
30
+
31
+
// List of extensions recommended by VS Code that should not be recommended for Cypress contributors using VS Code:
0 commit comments