DifficultNick

Results 7 comments of DifficultNick
trafficstars

I'm sorry for repeated question, but is there any known way to use fomantic-ui for React now with node v16 and npm v8? I got the same error as described...

Thanks for your answer! Yeah, ignore-scripts + gulp install/build works. And now i realised why i was confused: I missed the thing that FUI (compared to SUI) doesn't have type...

I have noticed that client side of my extension stopped sending autocomplete request to the server side. So `connection.onCompletion` stops being invoked. This happens after 5 minutes of working in...

@jrieken, yes other requests work well (for example `connection.onHover` and others). This is my extension for custom language. ([here is the repo](https://github.com/tiburon-research/vsc-xml-plugin) if needed)

This happens for all completion requests and I haven't found any errors neither in dev tools console nor in any output channel nor in debug console. Explicitly triggered completion requests...

> Is this for all files or just some languages? When this happens does this only affect your tib language or also completions in other files like TS/JS or CSS?...

looks like it's not related to snippets. I could not find a sequence of steps to reproduce the problem with my extension =( Every time I write the same text,...