Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vscode launch scripts #1117

Merged
merged 19 commits into from
Jun 2, 2021
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Fix link to quickstart in vscode.md
  • Loading branch information
fhammerl committed May 27, 2021
commit 982de0f7dd31b01dd8e31347bb44a81da8381899
2 changes: 1 addition & 1 deletion docs/contribute/vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ To successfully start the runner, you need to register it using a repository and
Run `Configure` first to build the source code and set up the runner in `_layout`.
Once it's done creating `_layout`, it asks for the url of your repository and your token in the terminal.

Check [Quickstart](../contribute.md##Quickstart:-Run-a-job-from-a-real-repository) if you don't know how to get this token.
Check [Quickstart](../contribute.md#quickstart:-run-a-job-from-a-real-repository) if you don't know how to get this token.

## Debugging

Expand Down