From c873080b0db02cdc12712bafe3f1e0b59f500f70 Mon Sep 17 00:00:00 2001 From: Davor Runje Date: Thu, 13 Jun 2024 18:44:11 +0200 Subject: [PATCH] changed CRLF to LF (#2935) --- .devcontainer/devcontainer.json | 44 +++++++++++++------------- .devcontainer/studio/devcontainer.json | 42 ++++++++++++------------ 2 files changed, 43 insertions(+), 43 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7eb7f5ae226a..8ca4604d85eb 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,22 +1,22 @@ -{ - "customizations": { - "vscode": { - "extensions": [ - "ms-python.python", - "ms-toolsai.jupyter", - "visualstudioexptteam.vscodeintellicode", - "GitHub.copilot" - ], - "settings": { - "terminal.integrated.profiles.linux": { - "bash": { - "path": "/bin/bash" - } - }, - "terminal.integrated.defaultProfile.linux": "bash" - } - } - }, - "dockerFile": "Dockerfile", - "updateContentCommand": "pip install -e . pre-commit && pre-commit install" -} +{ + "customizations": { + "vscode": { + "extensions": [ + "ms-python.python", + "ms-toolsai.jupyter", + "visualstudioexptteam.vscodeintellicode", + "GitHub.copilot" + ], + "settings": { + "terminal.integrated.profiles.linux": { + "bash": { + "path": "/bin/bash" + } + }, + "terminal.integrated.defaultProfile.linux": "bash" + } + } + }, + "dockerFile": "Dockerfile", + "updateContentCommand": "pip install -e . pre-commit && pre-commit install" +} diff --git a/.devcontainer/studio/devcontainer.json b/.devcontainer/studio/devcontainer.json index 1d7afb73773f..23627237e201 100644 --- a/.devcontainer/studio/devcontainer.json +++ b/.devcontainer/studio/devcontainer.json @@ -1,21 +1,21 @@ -{ - "customizations": { - "vscode": { - "extensions": [ - "ms-python.python", - "ms-toolsai.jupyter", - "visualstudioexptteam.vscodeintellicode" - ], - "settings": { - "terminal.integrated.profiles.linux": { - "bash": { - "path": "/bin/bash" - } - }, - "terminal.integrated.defaultProfile.linux": "bash" - } - } - }, - "dockerFile": "Dockerfile", - "updateContentCommand": "cd samples/apps/autogen-studio && pip install -e . && sudo npm install -g gatsby-cli && cd frontend && yarn install && yarn build" -} +{ + "customizations": { + "vscode": { + "extensions": [ + "ms-python.python", + "ms-toolsai.jupyter", + "visualstudioexptteam.vscodeintellicode" + ], + "settings": { + "terminal.integrated.profiles.linux": { + "bash": { + "path": "/bin/bash" + } + }, + "terminal.integrated.defaultProfile.linux": "bash" + } + } + }, + "dockerFile": "Dockerfile", + "updateContentCommand": "cd samples/apps/autogen-studio && pip install -e . && sudo npm install -g gatsby-cli && cd frontend && yarn install && yarn build" +}