Code Monkey home page Code Monkey logo

Comments (6)

Shatur avatar Shatur commented on June 12, 2024

@spindensity Could you check if #14 fixes the issue for you?

from neovim-cmake.

spindensity avatar spindensity commented on June 12, 2024

No, the following code segments need to be changed also:

function utils.get_reply_dir(build_dir)
return build_dir / '.cmake/api/v1/reply'
end

local query_dir = build_dir / '.cmake/api/v1/query'
if not query_dir:mkdir({ parents = true }) then
utils.notify('Unable to create folder ' .. query_dir.filename, vim.log.levels.ERROR)
return false
end

from neovim-cmake.

Shatur avatar Shatur commented on June 12, 2024

@spindensity Nice catch, fixed. Could you check it again?

from neovim-cmake.

spindensity avatar spindensity commented on June 12, 2024

I can confirm 2cfda5e fixed the problem.

Thanks.

from neovim-cmake.

Shatur avatar Shatur commented on June 12, 2024

Thank you!

from neovim-cmake.

Shatur avatar Shatur commented on June 12, 2024

Closed by #14.

from neovim-cmake.

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.