Ryan Naddy

Results 58 comments of Ryan Naddy

These linting features should have a config associated with them like JSLint. JSLint allows you to specify the following for each item: * Error * Warning * Off

I have added the following to my `main.single-spa.ts` file: ``` const lifecycles = singleSpaAngular({ domElementGetter: () => { return document.getElementById('file-manager') } }) ``` I then renamed the div (seen in...

If there currently isn't a way to do this, maybe something like this would work? https://github.com/single-spa/single-spa-angular/blob/e582c4a356d7e23a994b54dc1ff20f21c4896866/libs/single-spa-angular/internals/src/dom.ts#L7 ```typescript if (ivyEnabled()) { const domElementGetter = chooseDomElementGetter(options, props); getContainerElement(domElementGetter).then(domElement => { while (domElement.firstChild)...

I have made some updates to the extension. You can now add these additional settings: 1. Set a custom php location, example: * `"artisan.php.location": "/path/to/php.exe"` 2. Added addition artisan paths,...

These commands may still be able to be executed through: F1 > `Artisan: Run Command` > `command:name`

I have written a fix for this. I should have it live within a day or two.

I have realized that getting optional values is not set in in the command list when running `php artisan list --format=json`, so optional items will always get set.

This has now been published, however, due to what is returned in `list --format=json` it isn't 100% implemented. I will leave this issue open in hopes that it will be...

@Bricklou You can try and use the command `Artisan: Start Server (Default Host and Port)` I see the issue within the code though. Thanks for reporting.

Remote has been deprecated `v12` and removed in `v14`: https://www.electronjs.org/docs/latest/breaking-changes#removed-remote-module