diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e8dc09b1041e..652fdc60144d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -15,6 +15,11 @@ "cSpell.language": ",en" }, + // Install features. Type 'feature' in the VS Code command palette for a full list. + "features": { + "git-lfs": "latest" + }, + // Visual Studio Code extensions which help authoring for docs.github.com. "extensions": [ "dbaeumer.vscode-eslint",