Skip to content

Commit

Permalink
Update _posts/2024-02-05-cde-customization.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: David Kwon <[email protected]>
  • Loading branch information
l0rd and dkwon17 authored Jan 26, 2024
1 parent 9dbd41a commit 6eb7d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-02-05-cde-customization.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ These steps can be tested iteratively from a running CDE using the "Eclipse Che:

After the last step, the CDE will be fully functional. After the Devfile has been pushed to the git repository any new contributor will be able to run the application, do some changes, and debug them in a flash.

For example you can use https://workspaces.openshift.com/#https://github.com/l0rd/rails-sample/tree/devfile[this link] to test the rails-sample using the Devfile in step 7. After the workspace has started, use task `server-start` in VS Code (Terminal => Run Tasks => Devfile) to start the application and install the VS extension `ruby-lsp` to start making changes with full language support.
For example you can use https://workspaces.openshift.com/#https://github.com/l0rd/rails-sample/tree/devfile[this link] to test the rails-sample using the Devfile in step 7. After the workspace has started, use task `server-start` in VS Code (Terminal => Run Tasks => Devfile) to start the application and install the VS Code extension `ruby-lsp` to start making changes with full language support.

## PART4: Secrets and other CDE configurations that cannot be specified in Devfile [[part4]]

Expand Down

0 comments on commit 6eb7d76

Please sign in to comment.