8000 Shell pipe not executed in workspace · Issue #286 · 71/dance · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Shell pipe not executed in workspace #286
Closed
@pjungkamp

Description

@pjungkamp

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0