Skip to content

Commit 6be0fa4

Browse files
Merge branch 'develop' into clean-up-gitignore
2 parents 43a8fb3 + 214994b commit 6be0fa4

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

.vscode/extensions.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
// To see these extensions in VS Code:
3+
// 1. Open the Command Palette (Ctrl+Shift+P)
4+
// 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:
32+
"unwantedRecommendations": [
33+
34+
]
35+
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="https://cloud.githubusercontent.com/assets/1268976/20607953/d7ae489c-b24a-11e6-9cc4-91c6c74c5e88.png"/>
2+
<a href="https://www.cypress.io"><img src="https://cloud.githubusercontent.com/assets/1268976/20607953/d7ae489c-b24a-11e6-9cc4-91c6c74c5e88.png"/></a>
33
</p>
44
<p align="center">
55
<a href="https://on.cypress.io">Documentation</a> |

0 commit comments

Comments
 (0)