We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4aa893c + 3cef926 commit 2940eebCopy full SHA for 2940eeb
.vscode/extensions.json
@@ -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
@@ -0,0 +1,5 @@
+ "files.associations": {
+ "*.tpl": "smarty"
+ }
0 commit comments