We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After using the Add new parameter to '____' action once, code actions disappear.
Add new parameter to '____'
After using Add new parameter to '____' once, you should be able to use it again.
After using Add new parameter to '____' once, no more code actions are possible without restarting the language server.
Uncertain
I was trying to add an argument that gets passed down through 5 functions
[Info - 10:29:30 AM] Changed text document, going to parse it. file:///Users/wolfgang/Development/Experiments/custom_lang/fungi-lang/src/Fungi.elm [Info - 10:29:30 AM] A code action was requested [Info - 10:29:30 AM] Folding ranges were requested [Info - 10:29:30 AM] Returned 12 folding ranges [Info - 10:29:30 AM] Document Symbols were requested [Info - 10:29:30 AM] A code action was requested [Warn - 10:29:31 AM] {"shortMessage":"Command failed with exit code 1: elm make src/Path.elm src/Cli.elm src/Fungi.elm --report json --output /dev/null","command":"elm make src/Path.elm src/Cli.elm src/Fungi.elm --report json --output /dev/null","escapedCommand":"elm make \"src/Path.elm\" \"src/Cli.elm\" \"src/Fungi.elm\" --report json --output \"/dev/null\"","exitCode":1,"stdout":"","stderr":"{\"type\":\"compile-errors\",\"errors\":[{\"path\":\"/Users/wolfgang/Development/Experiments/custom_lang/fungi-lang/src/Fungi.elm\",\"name\":\"Fungi\",\"problems\":[{\"title\":\"NAMING ERROR\",\"region\":{\"start\":{\"line\":27,\"column\":40},\"end\":{\"line\":27,\"column\":49}},\"message\":[\"I cannot find a `entryPath` variable:\\n\\n27| Parser.loop [] (parseImportsHelper entryPath)\\n \",{\"bold\":false,\"underline\":false,\"color\":\"RED\",\"string\":\"^^^^^^^^^\"},\"\\nThese names seem close though:\\n\\n \",{\"bold\":false,\"underline\":false,\"color\":\"yellow\",\"string\":\"parsePath\"},\"\\n \",{\"bold\":false,\"underline\":false,\"color\":\"yellow\",\"string\":\"negate\"},\"\\n \",{\"bold\":false,\"underline\":false,\"color\":\"yellow\",\"string\":\"truncate\"},\"\\n \",{\"bold\":false,\"underline\":false,\"color\":\"yellow\",\"string\":\"Cmd.batch\"},\"\\n\\n\",{\"bold\":false,\"underline\":true,\"color\":null,\"string\":\"Hint\"},\": Read <https://elm-lang.org/0.19.1/imports> to see how `import`\\ndeclarations work in Elm.\"]}]}]}","failed":true,"timedOut":false,"isCanceled":false,"killed":false}
The text was updated successfully, but these errors were encountered:
Hrm, can you build a test case, I seem to not hit it :/
Sorry, something went wrong.
@wolfadex friendly ping
No branches or pull requests
After using the
Add new parameter to '____'
action once, code actions disappear.Expected Behavior
After using
Add new parameter to '____'
once, you should be able to use it again.Current Behavior
After using
Add new parameter to '____'
once, no more code actions are possible without restarting the language server.Possible Solution
Uncertain
Steps to Reproduce (for bugs)
Add new parameter to '____'
actionAdd new parameter to '____'
actionAdd new parameter to '____'
action in the grand-child functionAdd new parameter to '____'
action in the child function, no actions should be availableContext
I was trying to add an argument that gets passed down through 5 functions
Your Environment
Relevant logs from after the
Add new parameter to '____'
action is runThe text was updated successfully, but these errors were encountered: