Skip to content

Commit 50e428c

Browse files
committed
Add VSCode extension recommendations
VSCode on opening a workspace will highlight recommended extensions based on the a workspace file at .vscode/extensions.json. * Create this file and add it as an exception to gitignore. * Add the swift and editorconfig extensions as recommendations.
1 parent 7c7c622 commit 50e428c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
xcuserdata
1313

1414
# Ignore VSCode user data.
15+
!.vscode/
1516
.vscode/*
17+
!.vscode/extensions.json
1618

1719
# Commonly used name for build products, at the top level.
1820
/build

.vscode/extensions.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"recommendations": ["swiftlang.swift-vscode", "editorconfig.editorconfig"]
3+
}

0 commit comments

Comments
 (0)