From 517f08aa48312bef44cf33ed32e643287dd729ba Mon Sep 17 00:00:00 2001 From: Mykhailo Kuznietsov Date: Thu, 8 Jun 2023 12:35:12 +0000 Subject: [PATCH] feat: add devfile and vscode settings to the repo Signed-off-by: Mykhailo Kuznietsov --- .vscode/extensions.json | 6 ++++++ .vscode/launch.json | 11 +++++++++++ devfile.yaml | 16 ++++++++++++++++ 3 files changed, 33 insertions(+) create mode 100644 .vscode/extensions.json create mode 100644 .vscode/launch.json create mode 100644 devfile.yaml diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000000..3c23c868ef --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,6 @@ +{ + "recommendations": [ + "rogalmic.bash-debug", + "redhat.vscode-yaml" + ] +} \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000000..8e9a9a5a68 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,11 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "type": "bashdb", + "request": "launch", + "name": "Bash-Debug (simplest configuration)", + "program": "${file}" + } + ] +} \ No newline at end of file diff --git a/devfile.yaml b/devfile.yaml new file mode 100644 index 0000000000..dcd36056af --- /dev/null +++ b/devfile.yaml @@ -0,0 +1,16 @@ +# +# Copyright (c) 2019-2021 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation +# +schemaVersion: 2.2.0 +metadata: + name: devspaces-images +# add components:, unless basic udi component is good enough? +# add commands: for building all of the containers?