Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for locations in elm.json #786

Open
rogozind opened this issue Jun 9, 2022 · 0 comments
Open

add support for locations in elm.json #786

rogozind opened this issue Jun 9, 2022 · 0 comments

Comments

@rogozind
Copy link

rogozind commented Jun 9, 2022

We have to use a non-standard "location" field in elm.json. This is required to workaround a bug in ELM. It looks like this:

    },
    "locations": {
        "elm/virtual-dom": {
            "method": "git",
            "url": "git@github.com:jinjor/virtual-dom.git",
            "ref": "fix-extension-bug"
        }
    }
},

Unfortunately IntelliJ does not understand this and errors out trying to load that ELM.json. I have to cut this out, open the file and then restore the section.

Could we adjust the extension to ignore this non-standard element?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant