Giter VIP home page Giter VIP logo

Comments (7)

Jason3S avatar Jason3S commented on September 26, 2024 1

With 3.1.1, this should work as expected.

I tested it with iTerm2, cmd-click will open the expected file and take the cursor to the right location.

I'm going to close for now.

from cspell.

Jason3S avatar Jason3S commented on September 26, 2024

Thank you for pointing that out.

from cspell.

cdeutsch avatar cdeutsch commented on September 26, 2024

@ssbarnea I ran into the same issue.

Until there is a fix you can pipe the output to sed to replace characters to make it work in iTerm2:

cspell --config './.vscode/cSpell.json' 'src/**/*.*' | sed "s/^/\.\//" | sed "s/\[/:/" | sed "s/\, /:/" | sed "s/\]//"

There's probably a more elegant pipe/sed command to use, but I didn't have the patients to figure it out 😉

from cspell.

Jason3S avatar Jason3S commented on September 26, 2024

@ssbarnea and @cdeutsch where would I find an example of "standard" format of linters? Just trying out a few linters, I get very different output.

from cspell.

Jason3S avatar Jason3S commented on September 26, 2024

Examples:

stylelint:
stylelint

eslint:
eslint

tslint:
tslint

from cspell.

ssbarnea avatar ssbarnea commented on September 26, 2024

I do not yet have such a database but I plan to build one in the future.

One thing I can guarantee to be the safest approach: user path:line:column format as 9/10 linters can support this format and is known to work with most consumers, most of them even accept "cmd file:line:colum" format for opening the file at the right line/column, so no need to parse it.

from cspell.

github-actions avatar github-actions commented on September 26, 2024

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

from cspell.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.