mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
[php] add webpack support #57680
This commit is contained in:
@@ -73,8 +73,8 @@
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"compile": "gulp compile-extension:php",
|
||||
"watch": "gulp watch-extension:php"
|
||||
"compile": "npx gulp compile-extension:php-language-features",
|
||||
"watch": "npx gulp watch-extension:php-language-features"
|
||||
},
|
||||
"dependencies": {
|
||||
"vscode-nls": "^4.0.0"
|
||||
|
||||
Reference in New Issue
Block a user