From 9631f5f2fad177fb2eb46059a1966d74f1041046 Mon Sep 17 00:00:00 2001 From: Mykhailo Kuznietsov Date: Thu, 8 Jun 2023 14:54:29 +0000 Subject: [PATCH] fixup! feat: add devfile and vscode settings to the repo --- .vscode/extensions.json | 2 +- .vscode/launch.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 3c23c868ef..814f18a15a 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -3,4 +3,4 @@ "rogalmic.bash-debug", "redhat.vscode-yaml" ] -} \ No newline at end of file +} diff --git a/.vscode/launch.json b/.vscode/launch.json index 8e9a9a5a68..db5b3c3b19 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,4 +8,4 @@ "program": "${file}" } ] -} \ No newline at end of file +}