Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

So i finally found how to fix the file save on windows. #119

Closed
mavericks52 opened this issue Feb 18, 2020 · 5 comments
Closed

So i finally found how to fix the file save on windows. #119

mavericks52 opened this issue Feb 18, 2020 · 5 comments

Comments

@mavericks52
Copy link

So i finally found how to fix the file on windows.

  1. Go to your .atom\packages\ide-java\package.json file.
  2. Look for this in the .json file
"dependencies": {
    "atom-languageclient": "0.9.5",
    "atom-select-list": "^0.7.1",
    "decompress": "^4.2.0"
  1. change the atom-languageclient from 0.9.5 to 0.9.9
  2. save the file
  3. Shut down atom,
  4. Go to command prompt and type apm rebuild ide-java. This will reinstall the ide-java package with the change you made.
  5. Reopen atom. The issue should be fixed.

Originally posted by @mavericks52 in #118 (comment)

@lkashef
Copy link

lkashef commented Feb 28, 2020

Thanks @mavericks52 for the help and leaving a comment on the original post so people can find the solution in the future.


I am going to close this issue, as we treat our issues as our backlog, so it's suitable to be a comment on the original issue but not an issue on it's own.

@tiagosamaha
Copy link

Doesn´t work!

@NicoNex
Copy link

NicoNex commented Sep 14, 2020

Doesn't work for me either. :/

@marchingon12
Copy link

same here!

@brentgreeff
Copy link

"dependencies": {
    "atom-languageclient": "0.9.9",
    "atom-select-list": "^0.7.1",
    "decompress": "^4.2.0"
  },

Mine was already 0.9.9.
Pretty sure it happens on save, but I get a bunch of java processes using up a huge amount of CPU, - it calms down eventually, but does not progress past 86% - rebooting, restarting atom, - nothing seems to help.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants