mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-04 00:36:58 +03:00
webide: failing terminal (#1087)
* fail bash terminal by setting config to run bogus command * one last fix for hiding terminal Initially attempted to use external terminal with echo command but this still opened an integrated terminal. Changing the terminal command from /bin/bash to echo "No Terminal Available" crashes the integrated terminal, which of course is better than having a working terminal!
This commit is contained in:
parent
fac312dd40
commit
63960bfa85
@ -1,3 +1,4 @@
|
|||||||
{
|
{
|
||||||
"daml.telemetry": "Enable"
|
"daml.telemetry": "Enable",
|
||||||
|
"terminal.integrated.shell.linux": "echo \"No terminal available\""
|
||||||
}
|
}
|
||||||
|
@ -59,10 +59,10 @@ div.window-appicon {
|
|||||||
}*/
|
}*/
|
||||||
|
|
||||||
/*hide the actual terminal and debug console*/
|
/*hide the actual terminal and debug console*/
|
||||||
.part.panel.bottom ul.actions-container li.action-item[title*="Debug Console"],
|
.part.panel ul.actions-container li.action-item[title*="Debug Console"],
|
||||||
.part.panel.bottom ul.actions-container li.action-item[title*="Terminal"],
|
.part.panel ul.actions-container li.action-item[title*="Terminal"],
|
||||||
.part.panel.bottom div.integrated-terminal,
|
.part.panel div.integrated-terminal,
|
||||||
.part.panel.bottom div.repl {
|
.part.panel div.repl {
|
||||||
display:none !important;
|
display:none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user