Tilix: Could tilix be used as an intergrated terminal in vscode?

Created on 21 Jun 2018  路  2Comments  路  Source: gnunn1/tilix

Hey folks,

First of all, thank you so much for this awesome terminal, it has become my default on Ubuntu!

I am mostly using VSCode these days and would love to use tilix as its default integrated terminal. I have tried this:

    "terminal.integrated.shell.linux": "/usr/bin/tilix",
    "terminal.integrated.shellArgs.linux": [
        "--window-style",
        "disable-csd-hide-toolbar"
    ]

While the terminal opens as expected, it doesn't do so inside vscode but as its own window which is not what I would like to happen. But I wonder if this is event achievable considering tilix is a GTK app, not a console app, right?

Is there any interest in this by any chance?

Thanks again :)

Most helpful comment

No it can not and I have no interest in doing it.

Well, at least that's straight and clear.

All 2 comments

No it can not and I have no interest in doing it. Supporting it would likely mean re-writing the terminal into whatever extension mechanism VSCode uses unless it supports parenting windows from other processes which seems unlikely.

No it can not and I have no interest in doing it.

Well, at least that's straight and clear.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

vaijab picture vaijab  路  4Comments

iax7 picture iax7  路  4Comments

vaijab picture vaijab  路  3Comments

honze-net picture honze-net  路  3Comments

alalfakawma picture alalfakawma  路  4Comments