Code Monkey home page Code Monkey logo

Comments (3)

glat avatar glat commented on June 12, 2024

I confirm the behaviour. It seems that current directory should be set to the project directory when launching linter. In last release it is set to the file directory and linter does not understand that it's in a directory to ignore to.

Fix will come. I'll let you know.

Keep in mind that you've to set "On Save" linting, otherwise the shadow copy created is located in %TEMP% and so no ignore will be honoured.

from multilinter.

glat avatar glat commented on June 12, 2024

Fix is live on extensions store. Please upgrade and check it.

I changed "Real Time" linting. Now shadow file is temporarily saved in same directory of file with a temporary filename [fileName].multilinter.[fileExtension] and deleted after linting.
In folder projects it can appear for a moment in VS project explorer. To let VS ignore them add the following section in your .csproj

<ItemGroup> <None Remove="**\*.multilinter.*" Visible="false" /> <Content Remove="**\*.multilinter.*" Visible="false" /> <Compile Remove="**\*.multilinter.*" Visible="false" /> <EmbeddedResource Remove="**\*.multilinter.*" Visible="false" /> </ItemGroup>

Default value of InstallationType is now local, so you can omit in your config.

Let me know

from multilinter.

martiensk avatar martiensk commented on June 12, 2024

Looks good mate. Thank you very much, I will happily close this issue.

from multilinter.

Related Issues (12)

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.