question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support command line in executablePath

See original GitHub issue

If executablePath could support a command line, the users could easily use WSL with something like wsl shellcheck or even the Docker version, with docker run [...] shellcheck.

So we would not need to maintain custom logic such as the useWsl one.

References https://github.com/timonwong/vscode-shellcheck/issues/87.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
felipecrscommented, Sep 25, 2020

@beltaurus I really enjoyed reading your comment.

I totally agree with you regarding multiple configuration sources by the way, nonetheless, .shellcheckrc in our case does not accept all the possible configurations, just the ones which are writable in the scripts itself. That’s why the extension provides the “options”.

I think we are in violent agreement to remove useWsl. My assumption is that it does exactly what a DOS wrapper would do to access shellcheck in WSL? So for the people who want this, for some obscure reason: no need to have a feature in shellcheck-vscode… They can create a wrapper, and leave the rest of us in peace 😃

Well, you convinced me. What do you think @timonwong?

0reactions
felipecrscommented, Feb 4, 2021

I’m going to close this for now, as probably the use cases don’t seem to worth it. If anyone has any arguments, I can open this issue again.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Modifying the "Path to executable" of a windows service
When I looked at the "Path to executable" in "Services" the executed line already contained speech marks. So I had to make minor...
Read more >
How to change path to executable for a Windows Service?
You can use the sc config command to change the path a service points to: SC CONFIG YourServiceName binPath= "C:\SomeDirectory\YourFile.EXE".
Read more >
Bash option to get resolved executable path?
Having the resolved command would really help me debugging weird rvm / bundler issues. The -x option helps a lot but sometimes it...
Read more >
CommandLineEventConsumer class - Win32 apps
The CommandLineEventConsumer class starts an arbitrary process in the local ... and the ExecutablePath property is used as the command line.
Read more >
How to Add Executables to your PATH in Windows - Medium
To shed some light on this, I decided to put together a walkthrough on how to get Ruby running from the command line....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found