Andy Li

Results 4 comments of Andy Li

What version of java are you using? Even though the readme says "Java 8 or latter", for me both Java 16 and 11 didn't work and gave me an error...

> Having another issue, ![image](https://user-images.githubusercontent.com/22157510/220821512-1a22ffa1-4f56-4a93-b667-1811e9f302db.png) I'm getting this exact same error, but I've built the executable from source on `vc16`, with the `4.7` opencv official windows binary distribution from https://opencv.org/releases/....

I've applied the config suggested by @fisenkodv to try and hide all the ai/collab features > ```json > "collaboration_panel": { > "button": false > }, > "chat_panel": { > "button":...

@timriley thanks for the response! ```json "features": { "inline_completion_provider": "none" } ``` got rid of the copilot button for me.