Jason
Jason
There are errors: `` in `popup.html` and ` const formData = { ..... proxySetup: !noProxyCheckBox.checked, ...... } ` in `popup.js`. `proxySetup` value is `!noProxyCheckBox.checked`, but in the html file, `checked`...
It works on a directory, but not on `Multi-root Workspaces` and `single-file (not opened within a direcory)`
Please add the function into context menu, just like **[`Preview on Web Server (yuichinukiyama.vscode-preview-server)`](https://marketplace.visualstudio.com/items?itemName=yuichinukiyama.vscode-preview-server)**
**Add a feature**: `php-cs-fixer.executablePath` in the config could be a **path list string** with separator **`;`**, just like `php-cs-fixer.config`. For example, if `php-cs-fixer.executablePath` or `php-cs-fixer.executablePathWindows` is set to **`"${workspaceRoot}\\vendor\\bin\\php-cs-fixer.bat;D:\\.global\\vendor\\bin\\php-cs-fixer.bat;${extensionPath}\\php-cs-fixer.phar"`**, then......
In a JSON file, if I run the command `Minify: Selection`: * before minified: ```json { "autoload": { "psr-4": { "App\\something": "app\\something" } } } ``` * after minified: ```json...
fix file.insertFinalNewLine with files.insertFinalNewline
**Describe the bug** The methods named with `string`, `int`, `float` does not trigger the intellisense of PHP Intelephense. **To Reproduce** ```php // Laravel Migration class MyTable extends Migration { public...