fixes #3931: [php] opening php tag should be recognised as a valid intellisense option

This commit is contained in:
Martin Aeschlimann
2016-03-16 15:12:24 +01:00
parent 72e4ba9ae2
commit ee9e74c2ef
2 changed files with 19 additions and 3 deletions

View File

@@ -44,6 +44,7 @@
}
},
"scripts": {
"compile": "gulp compile-extension:php && gulp compile-extension:php"
"compile": "gulp compile-extension:php",
"watch": "gulp watch-extension:php"
}
}