mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
fixes #3931: [php] opening php tag should be recognised as a valid intellisense option
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"compile": "gulp compile-extension:php && gulp compile-extension:php"
|
||||
"compile": "gulp compile-extension:php",
|
||||
"watch": "gulp watch-extension:php"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user