Mordef
Mordef
VSCode version: 1.18.1 CodeSync version: 2.5.0 CodeSync log: no logfile Issue: Export Extensions works Export Settings and All got Error: Unexpected token ) Running the contributed command:'codeSync.exportSettings' failed. After reinstall:...
**Describe the bug** Have installed TYPO3/Surf globally `composer global require typo3/surf` it's located under ~/.config/composer My settings: (Yes, try all :) ) ```json "intelephense.environment.includePaths": [ "~/.config/composer", "~/.config/composer/vendor", "~/.config/composer/vendor/typo3", "~/.config/composer/vendor/typo3/surf", "~/.config/composer/",...
Can i use resolve-url-loader without webpack? Try to use it with https://github.com/sass/dart-sass
When i use `${tabSize}` i got this error: ``` Formatter failed: ... function toString() { [native code] } ``` In `extension.ts` at line 38: ``` .replace(/\${tabSize}/g, '' + options.tabSize.toString); ```...
The Event `PostProcessICalRowsForICalDownloadEvent` is not usable in Version 9.0.8 ```php $this->eventDispatcher->dispatch( new PostProcessICalRowsForICalDownloadEvent($iCalRowsForAnEvent, $day), ); array_push($iCal, ...$iCalRowsForAnEvent); ``` When change the Eventsdata, the return value is not used. ```php $postProcessEvent...