Skip to content

Commit 2940eeb

Browse files
Merge pull request #16 from CodeForPhilly/develop
Release: v1.0.5
2 parents 4aa893c + 3cef926 commit 2940eeb

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.vscode/extensions.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
// See http://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+
"bmewburn.vscode-intelephense-client",
8+
"imperez.smarty"
9+
]
10+
}

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"files.associations": {
3+
"*.tpl": "smarty"
4+
}
5+
}

0 commit comments

Comments
 (0)