Skip to content

Commit

Permalink
fix continue tutorial shortcut for vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
sestinj committed Dec 15, 2024
1 parent ecdfee2 commit c55658a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/vscode/continue_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# ————————————————————————————————————————————————— Chat ————————————————————————————————————————————————— #

## Highlight the code below
## Press [Cmd/Ctrl + J] to add to Chat
## Press [Cmd/Ctrl + L] to add to Chat
## Try asking Continue "what sorting algorithm is this?"
def sorting_algorithm(x):
for i in range(len(x)):
Expand Down

0 comments on commit c55658a

Please sign in to comment.