File tree 3 files changed +33
-0
lines changed
3 files changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "recommendations" : [
3
+ " rogalmic.bash-debug" ,
4
+ " redhat.vscode-yaml"
5
+ ]
6
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "version" : " 0.2.0" ,
3
+ "configurations" : [
4
+ {
5
+ "type" : " bashdb" ,
6
+ "request" : " launch" ,
7
+ "name" : " Bash-Debug (simplest configuration)" ,
8
+ "program" : " ${file}"
9
+ }
10
+ ]
11
+ }
Original file line number Diff line number Diff line change
1
+ #
2
+ # Copyright (c) 2019-2021 Red Hat, Inc.
3
+ # This program and the accompanying materials are made
4
+ # available under the terms of the Eclipse Public License 2.0
5
+ # which is available at https://www.eclipse.org/legal/epl-2.0/
6
+ #
7
+ # SPDX-License-Identifier: EPL-2.0
8
+ #
9
+ # Contributors:
10
+ # Red Hat, Inc. - initial API and implementation
11
+ #
12
+ schemaVersion : 2.2.0
13
+ metadata :
14
+ name : devspaces-images
15
+ # add components:, unless basic udi component is good enough?
16
+ # add commands: for building all of the containers?
You can’t perform that action at this time.
0 commit comments