Daniel Imms
Daniel Imms
@jerch can't reproduce this on master or https://github.com/xtermjs/xterm.js/pull/5411's branch. Do you have anything interesting set in .vimrc? Something I do observe is when vim mouse events are off then the...
I mean I didn't see what you saw; no scroll bar at all but scrolling would scroll the web page.
Published 0.4.0!
@Parasaran-Python > Relative Paths: Should we support relative paths? If so, to what extent? Considering they can start with . or .., what should be the scope for these? You...
@Parasaran-Python fyi it's a little easier to review your change if you don't force push. Force pushing breaks diffs so I can't diff when you've newly done over what you...
> I experimented with detectLinks and noticed an issue: it ignores anything after a space in paths that contain spaces. A relative path could be mistaken for another keyword Yeah...
> 3rd party addons can import the shared classes from xterm package > 3rd party addon would still include the whole xterm.js lib. I wouldn't worry about 3rd party libs...
You said cmd shows both Path and PATH? I don't see that with your repro, do you see something different to this?  > modifications to PATH made upstream are...
Can you show a screenshot of the issue and provide your settings.json? I have a suspicion I know what this is (emoji or other ambiguous special chars in the prompt).
FYI the original report is different to the conpty problem which is tracked in https://github.com/microsoft/vscode/issues/243584 `terminal.integrated.windowsUseConptyDll` was true for a while in insiders but was switched back to false because...