Thomas Zilz

Results 17 comments of Thomas Zilz

I'm having a similar problem, it also only happens when running the language server from the packaged electron app. It looks like inside the packaged bundle the environment variables differ...

@kittaakos Thanks for sharing your `fix-path` solution, that definitely seems to solve the path problem (I'm on MacOS). I'm still seeing a very strange problem though. When running in a...

@kittaakos Thanks for the response. The problem appears whenever the `tsserver-path` points to a file that is inside application package (e.g. `/Applications/MyApp.app/Contents/Resources/app.asar.unpacked/node_modules/typescript/lib/tsserver.js`). In my case, I wanted to make sure...

Good idea, PR welcome!

@Tyriar IMO it doesn't make much sense to create a separate handler for this. The likely consumer of this API would be our renderer that renders the url in a...

> I guess merging in to the existing link API and having a setting `ITerminalOptions.enableAnsiHyperlinks` for opt-in and details the why? How would be the story for embedders to support...

I think we are not interested into the regular ligatures (in fact, it would be bad to enable ligatures for `li` and such), but for things like `==`, `!==`, `=>`...

@princjef Thanks for sharing your explorations, really really helpful! I have also been putting some thoughts into this topic a couple days ago, and I came to the following conclusion:...

@cancan101 Are you sure it's failing on `box-sizing: border-box`? I would have thought that it might fail with `box-sizing: content-box` 🤔

I'm not sure if I've ever seen such a behaviour. Can you clarify the `connect to a server` step please? Are you connecting to a Linux server via SSH? The...