~aleteoryx/muditaos

c0c45081fc336802a0a2a1d9cef77f364021f882 — Dawid Wojtas 2 years ago 8614428
[BH-000] Fix simulator in vsc

This fix is due to a bug in Ubuntu. The GTK path
must be changed in order to run the simulator window.
1 files changed, 4 insertions(+), 1 deletions(-)

M .vscode/settings.json
M .vscode/settings.json => .vscode/settings.json +4 -1
@@ 93,5 93,8 @@
        "semaphore": "cpp",
        "byte": "cpp"
    },
    "favorites.sortDirection": "ASC",
    "terminal.integrated.env.linux": {
        "GTK_PATH": ""
    },
    "favorites.sortDirection": "ASC"
}