pfgithub / language-zig-zls

atom zig grammar and zls
MIT License
2 stars 1 forks source link

Setting a zls path via Atom's GUI does not work #1

Closed ashpool37 closed 4 years ago

ashpool37 commented 4 years ago

Steps to reproduce:

  1. In Atom go to Edit -> Preferences -> Packages -> language-zig-zls -> Settings
  2. Enter a path to zls into the "zls path" field

Expected behavior

  1. The package recognizes and uses the specified zls binary
  2. The warning about setting a zls path is gone

Actual behavior

  1. The value is saved under the key language-zig-zls.zls in config.cson
  2. The package seems to ignore the value
  3. The warning about setting a zls path persists

Workaround

Manually specify the value in config.cson:

  "language-zig":
    zls: "/path/to/zls"
pfgithub commented 4 years ago

I was developing with the package name language-zig and forgot to edit it once I found out language-zig was taken already, oops.