Skip to content

Commit 40772af

Browse files
authored
Merge pull request #11 from contentstack-expert-services/staging
Staging
2 parents 46ff223 + d7c5b54 commit 40772af

File tree

4 files changed

+395
-4
lines changed

4 files changed

+395
-4
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@ node_modules/
2222

2323
.vercel
2424

25-
.vscode
2625
.eslintcache

.vscode/extensions.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
3+
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
4+
5+
// List of extensions which should be recommended for users of this workspace.
6+
"recommendations": [
7+
"dbaeumer.vscode-eslint",
8+
"snyk-security.snyk-vulnerability-scanner",
9+
"SonarSource.sonarlint-vscode"
10+
11+
],
12+
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
13+
"unwantedRecommendations": [
14+
15+
]
16+
}

0 commit comments

Comments
 (0)