Closed
Description
kakoune lets me insert the local directory/file names/contents using ls
or cat
.
I'd expect !# ls
to insert a list of all file in the working directory. Instead it inserts my home directories contents.
Checking with !# env
shows that the command runs in an empty environment (not even PATH
is present!). See
PWD=/home/redacted
SHLVL=0
_=/usr/bin/env
This is the same with terminal.integrated.automationProfile.linux
unconfigured and with a basic configuration
"terminal.integrated.automationProfile.linux": {
"path": "/bin/sh",
"args": ["-c"]
}
I'm unable to inject the `${workspaceFolder}" into the environment of the shell pipes.
Metadata
Metadata
Assignees
Labels
No labels