Markus Schönbein

Results 4 comments of Markus Schönbein

Maybe like this: ``` php $sKey = 'vsnr'; $sName = 'Vers. Nr.'; if(isset($this->request->params['paging']['Order']['options']['sort']) && $this->request->params['paging']['Order']['options']['sort'] == $sKey){ echo $this->Paginator->sort( $sKey, array( 'asc' => $sName . ' ', 'desc' => $sName...

@antonreshetov I think that is the Problem. The host cannot be reached in the container with "localhost" but with "host.docker.internal". Can you make a config var for the host adress?

> manage to make it work by forcing the extension to run locally. > > add this to the vscode setting > > ``` > "remote.extensionKind": { > "antonreshetov.masscode-assistant": [...