desamtralized

Results 7 comments of desamtralized

Same issue, is there a solution or workaround for this?

@andrzejtokarski this repo has a workaround for it, very hacky (as also mentioned by the author) but I tried and it generated the R.java for me. I'm stuck in another...

@charafau found a way to workaround this? Thx.

Solved copying the `completion` and `getSessionDetails` from the `Example.js` and adding this to the `constructor`: ```javascript this.completion = this.completion.bind(this); this.getSessionDetails = this.getSessionDetails.bind(this); ```

If you can set it up it would be of great help. At this point I'm not sure what the correct JSON is for each $LOCAL token. Here's a list...

> just `rm -rf /Users/xxx/Library/Application\ Support/Zed/languages/rust-analyzer/*` I happened to close zed when it is updating rust-analyzer my rust analyzer was somehow corrupted, doing this solved for me. thanks!