Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

golines not working in vscode #147

Open
suisbuds opened this issue Sep 27, 2024 · 0 comments
Open

golines not working in vscode #147

suisbuds opened this issue Sep 27, 2024 · 0 comments

Comments

@suisbuds
Copy link

suisbuds commented Sep 27, 2024

  • Go version: 1.21
  • VS Code Version: Visual Studio Code 1.93.1
  • OS Version: Linux 6.10.10-arch1-1

[description]

  1. install the tool go install github.com/segmentio/golines@latest
  2. install the run on save in vscode extension
  3. configure in setting.json
  "emeraldwalk.runonsave": {
    "commands": [
        {
            "match": "\\.go$",
            "cmd": "golines ${file} -w"
        }
    ]
}

Result: not working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant