Floobits / floobits-intellij

Real-time collaborative editing plugin for IntelliJ
Apache License 2.0
228 stars 14 forks source link

.floorc.json "share_dir" #262

Open matsievskiysv opened 7 years ago

matsievskiysv commented 7 years ago

Have the same problem as described here #180 on Debian 9.0, IntelliJ IDEA 2017.2.1, Floobits plugin version 1.6.7. Floobits creates folder ~/floobits and uses it no matter what floorc.json says. Also, when Clear cache button is clicked, message shows with the right location of the folder and complaint that folder doesn't exist.


  "auth": {
    "floobits.com": {
      "api_key": "***************",
      "secret": "*********************",
      "username": "******"
   }
  },
  "debug": false,
  "insecure": false,
  "share_dir": "~/.floobits"
}```