m27315

Results 3 issues of m27315

## Steps to Reproduce 1. Search for word (C-s). 2. Exit incremental search through movement (e.g., C-a, jump to front of line). 3. Assuming a different word is now under...

In trying to use minimap with large org-mode documents, I noticed the following issues: 1. Nothing happens when minimap is first enabled. The status bar claims that is enabled, but...

I'm trying to run a select test in a Docker container. My `settings.json` looks like: ``` { "phpunit.command": "docker run --rm -t -v ${workspaceFolder}:${workspaceFolder} -u 258006334:258000513 -e XDEBUG_MODE=develop,coverage,debug,trace -e XDEBUG_CONFIG='client_host=10.120.1.1...