Closed alexr00 closed 1 year ago
(
)
{
}
#!/bin/sh _get_current_ip() ( curl -s -f "https://avacyn.aerium.hr/ip" || exit 1 ) _ctype="Content-Type: application/json"
From @karabaja4 in https://github.com/microsoft/vscode/issues/176190#issuecomment-1455251249
just recently fixed! (duplicate of #45 ) v1.4.3
v1.4.3
The code with a problem is (notice lines 3 and 5 where
(
and)
are used instead of{
and}
):It looks like:
It should look like:
From @karabaja4 in https://github.com/microsoft/vscode/issues/176190#issuecomment-1455251249