mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 11:41:49 +02:00
feature(vscode): support for controlling vscode from widgets
This commit is contained in:
@ -52,6 +52,7 @@ def test_start_server(qtbot, mocked_client):
|
||||
stdout=subprocess.PIPE,
|
||||
stderr=subprocess.DEVNULL,
|
||||
preexec_fn=os.setsid,
|
||||
env=mock.ANY,
|
||||
)
|
||||
in mock_popen.mock_calls
|
||||
)
|
||||
|
Reference in New Issue
Block a user