Results 54 comments of javaduke

Like this: ``` function startClient(context: ExtensionContext) { console.log('Starting Test LSP Client...'); const clientOptions: LanguageClientOptions = { documentSelector: [{ scheme: 'file', language: 'testlang' }], }; connection = connectToServer("0.0.0.0", "3000", "test-language-server"); client...

Yes, cross feed is a bit rough too. I was just turning some parts this morning and when feeding manually I get much better finish. As for tuning the servo,...

Hmm, I see, so the servo to shaft must be even higher. OK, thanks, I will experiment with it.

Sorry, what's auto-tuning option? I don't remember seeing it in the software. Can you please point me to any instructions?

Ah, found it, thank you!

Ah, that's an interesting idea! The metric system can be sometimes useful too ;) I'll give it a try :) Thank you!

I'm unable to reproduce this issue with any of my sample Raml files. Can you please attach the Raml file that is causing this error?

Could you please compress the project and attach it to this ticket?

Also, can you please describe the exact steps you take? Are you importing the existing Maven project using New -> Project From Existing Sources? I have similar issues reported by...

Can you please post your RAML file? Or is it happening with any RAML file you are trying to open?