elm-community / SublimeElmLanguageSupport

Elm language syntax highlighting and tool integration for ST2/3.

Home Page:https://packagecontrol.io/packages/Elm%20Language%20Support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

running elm-format doesn't reload file automatically

surfncode opened this issue · comments

I have to switch tab in sublime to have the file reloaded and view the formatted result. It doesn't matter if the setting elm_format_on_save is set to true or not. This happens whether elm-format is run automatically during save or from the command panel.

I’m not able to reproduce this issue with the current release.

Same here, this may help:

Traceback (most recent call last):
  File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 530, in on_activated_async
    callback.on_activated_async(v)
  File "/Users/.../Library/Application Support/Sublime Text 3/Packages/Elm Language Support/elm_show_type.py", line 226, in on_activated_async
    view_load(view)
  File "/Users/.../Library/Application Support/Sublime Text 3/Packages/Elm Language Support/elm_show_type.py", line 210, in view_load
    load_from_oracle(view.file_name())
  File "/Users/.../Library/Application Support/Sublime Text 3/Packages/Elm Language Support/elm_show_type.py", line 168, in load_from_oracle
    os.chdir(project.working_dir)
FileNotFoundError: [Errno 2] No such file or directory: ''

Nevermind, I fixed my format issue by changing the elm_paths config.