Giter VIP home page Giter VIP logo

Comments (3)

gingerhelp avatar gingerhelp commented on August 11, 2024

This has proven to be a bit more challenging that I had thought - might need a bit of direction here on where to look to diagnose what I am seeing. The change I made on my end to the extension was:

  1. Anywhere that this line was present:
      argsAry.push("-r");
      argsAry.push(String(customSettings.Folder));

I replaced it with:

        argsAry.push("-r");
        argsAry.push(String(epicorSettings.epicorCustomizationFolder));
  1. And anywhere we had this:
      argsAry.push("-j");
      argsAry.push(String(customSettings.ProjectFolder));

I replaced it with this:

        argsAry.push("-j");
        argsAry.push(String(openFolder));

On any projects I OPEN'ed (and CustomizationInfo.json was built from my system) everything works the same as before with this change in place but for a project another developer OPEN'ed I am seeing it hand up on 'Toolboxing Project' with no errors thrown to the console or anything. Any ideas?

from epicor-editor.

josegomez avatar josegomez commented on August 11, 2024

from epicor-editor.

gingerhelp avatar gingerhelp commented on August 11, 2024

Closing this out just to clean up open issues. This VSCode plugin is deprecated in favor of the full Visual Studio version.

from epicor-editor.

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.