Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions db/fixtures/lessons/ruby_lessons.rb
Original file line number Diff line number Diff line change
Expand Up @@ -339,5 +339,14 @@ def ruby_lessons
previewable: false,
identifier_uuid: '20b01618-5437-40c4-a362-8b5f51421b4d'
},
'Debugging with VSCode' => {
title: 'Debugging with VSCode',
description: 'Learn to debug your code with VSCode.',
is_project: false,
# TODO: upgrade the path after PR https://github.com/TheOdinProject/curriculum/pull/30267 gets merged
# github_path: '/ruby/basic_ruby/debugging_with_vscode.md',
github_path: '/ruby/basic_ruby/debugging.md',
identifier_uuid: '0ef4b02d-21c9-4ea7-825f-927d4bbf2c2f',
},
}
end
1 change: 1 addition & 0 deletions db/fixtures/paths/full_stack_rails/courses/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
ruby_lessons.fetch('Hashes'),
ruby_lessons.fetch('Methods'),
ruby_lessons.fetch('Debugging'),
ruby_lessons.fetch('Debugging with VSCode'),
ruby_lessons.fetch('Basic Enumerable Methods'),
ruby_lessons.fetch('Predicate Enumerable Methods'),
ruby_lessons.fetch('Nested Collections'),
Expand Down