Skip to content

Commit b0f15b8

Browse files
Review changes links, additional info
1 parent cea4ceb commit b0f15b8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: .gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ bundle.Dockerfile
3030

3131
.DS_STORE
3232

33-
#VSCode
33+
# VSCode
3434
.vscode

Diff for: CONTRIBUTING.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ To write and inspect unit tests:
5959

6060
## Local debugging with VSCode
6161
Steps outlining how to run the operator locally.
62-
- Populate the `.vscode/launch.json` file with the location of your Kubernetes config file and desired namespace.
62+
- Ensure you are authenticated to your Kubernetes/OpenShift Cluster.
63+
- Populate the [.vscode/launch.json](https://github.com/project-codeflare/codeflare-operator/tree/main/.vscode/launch.json) file with the location of your Kubernetes config file and desired namespace.
6364
- In VSCode on the activity bar click `Run and Debug` or `CTRL + SHIFT + D` to start a local debugging session of the CodeFlare Operator.
6465
The operator should be running as intended.

0 commit comments

Comments
 (0)