Code Monkey home page Code Monkey logo

Comments (10)

50Wliu avatar 50Wliu commented on August 17, 2024 1

Yes. To get around that you can clone the repository and then apm link --dev it, then run Atom in developer mode (atom --dev).

from language-csharp.

damieng avatar damieng commented on August 17, 2024 1

I'm thinking the best option here might be to just drop NAnt files from the language-csharp grammar. It's not a core part of the C# tooling and it could be easily provided by a 3rd party for those that need it.

from language-csharp.

HebaruSan avatar HebaruSan commented on August 17, 2024

I'm seeing this for a bash script called build, I think because of this:

fileTypes: [
"build"
]

from language-csharp.

envygeeks avatar envygeeks commented on August 17, 2024

That too! Yeah every time I open up my script/build 😢

from language-csharp.

damieng avatar damieng commented on August 17, 2024

Any thoughts on this @shiftkey ? Not sure what to replace the mapping with to make it msbuild specific.

from language-csharp.

HebaruSan avatar HebaruSan commented on August 17, 2024

I wanted to try changing it to fileTypes: [ "\\.build" ] to see if that would still work for real NAnt files, but I couldn't find the grammar file in Atom. Is it installed in compressed form on Windows?

from language-csharp.

HebaruSan avatar HebaruSan commented on August 17, 2024

Thanks. Nope, my idea did not work; with both "\\.build" and just ".build", it failed to recognize NAnt.Console.build as a NAnt build file, and defaulted to normal XML.

from language-csharp.

HebaruSan avatar HebaruSan commented on August 17, 2024

That solution would work well for me, but I don't know how well I fit the profile of your target audience for this package. I don't use NAnt and had to go looking for a sample file for testing.

from language-csharp.

damieng avatar damieng commented on August 17, 2024

I've used .NET since 1.0 and have never used NAnt... it looks like their last release was 5 years ago.

from language-csharp.

shiftkey avatar shiftkey commented on August 17, 2024

Belated 👍 to removing the NAnt support, especially if it wasn't implemented properly and meddled with other file extensions 🔥

from language-csharp.

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.