You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Occurred while typiing name of module in new source code file in Atom Editor
Typed: module FunctionBasics (Error occurred while typing name, first 2 or 3 characters)
(note: autocomplete setting via atom-elm package (language-elm) is initiated autocomplete after two (2) characters).
SEE Stack Trace Below
Atom Version: 1.8.0 System: Microsoft Windows 7 Enterprise Thrown From: language-elm package, v1.5.0
Stack Trace
Uncaught Error: No elm-oracle suggestions
At /C:/Users/22711973/.atom/packages/language-elm/lib/elmOracle.js:144
Error: No elm-oracle suggestions
at parseOutput (C:/Users/22711973/.atom/packages/language-elm/lib/elmOracle.js:125:11)
at provideSuggestions (C:/Users/22711973/.atom/packages/language-elm/lib/elmOracle.js:27:27)
at ChildProcess.<anonymous> (C:/Users/22711973/.atom/packages/language-elm/lib/elmOracle.js:62:9)
at emitTwo (events.js:87:13)
at ChildProcess.emit (events.js:172:7)
at maybeClose (internal/child_process.js:818:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
I also get this error in vim. Mostly when I do it on Tuple functions. Maybe Tuple needs to be added to things elm-oracle knows about? To my understanding elm-oracle just looks at the documentation.json file inside the elm-stuff directory. I have checked that file under the core directory and have found that Tuple exists.
[Enter steps to reproduce below:]
(note: autocomplete setting via atom-elm package (language-elm) is initiated autocomplete after two (2) characters).
SEE Stack Trace Below
Atom Version: 1.8.0
System: Microsoft Windows 7 Enterprise
Thrown From: language-elm package, v1.5.0
Stack Trace
Uncaught Error: No elm-oracle suggestions
Commands
Config
Installed Packages
The text was updated successfully, but these errors were encountered: