Daniel Paschke

Results 3 comments of Daniel Paschke

for me this will only happen when `clojureVSCode.formatOnSave` is set to true

I could hack around the issue by doing the following: * add the following lifecycle hooks: ``` lifecycleHooks: { luigiAfterInit: () => { const {pathname} = window.location if (pathname !=...

additionally it needs to be updated here: https://github.com/SAP/luigi/blob/fa9031e8fd1734058d2dd2ba03fe4d6b68688133/core/third-party-cookies/init.html#L16