diff options
author | Yamagishi Kazutoshi <ykzts@desire.sh> | 2022-05-20 11:39:05 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-20 04:39:05 +0200 |
commit | dfb9e6dab1b119c907dece5555408c9b98ec8f2c (patch) | |
tree | b4035584254d0950690097605444cfad79787bab /.devcontainer | |
parent | e925b06721057f83f2e3e8e7bdb21f39318b90a2 (diff) |
Disable transpile to older iOS versions (#18462)
Diffstat (limited to '.devcontainer')
-rw-r--r-- | .devcontainer/devcontainer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 628efc8ec..9d9e54d4f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -11,7 +11,8 @@ "extensions": [ "EditorConfig.EditorConfig", "dbaeumer.vscode-eslint", - "rebornix.Ruby" + "rebornix.Ruby", + "webben.browserslist" ], // Use 'forwardPorts' to make a list of ports inside the container available locally. |