From d30ae29682ff68566719f717a2ec95b62886ecbb Mon Sep 17 00:00:00 2001 From: Yan Date: Wed, 15 May 2024 00:58:12 -0700 Subject: [PATCH] automate --- welcome/vscode/.bashrc | 1 + welcome/vscode/DESCRIPTION.md | 7 ++----- 2 files changed, 3 insertions(+), 5 deletions(-) create mode 100644 welcome/vscode/.bashrc diff --git a/welcome/vscode/.bashrc b/welcome/vscode/.bashrc new file mode 100644 index 0000000..7dea54e --- /dev/null +++ b/welcome/vscode/.bashrc @@ -0,0 +1 @@ +/challenge/solve diff --git a/welcome/vscode/DESCRIPTION.md b/welcome/vscode/DESCRIPTION.md index ac1fd01..3268064 100644 --- a/welcome/vscode/DESCRIPTION.md +++ b/welcome/vscode/DESCRIPTION.md @@ -3,11 +3,8 @@ You can start this challenge using the Start button below. Wait for confirmation that it started, and then click on the Workspace tab in the navigation bar (or, if you are quick enough, the Workspace link in the brief popup)! Once VSCode loads, launch a terminal (press `Control-Shift-Backtick` or click the `☰` button in VSCode's left panel, select the Terminal menu, and click New Terminal) and run the challenge! -The challenges itself, like all the other challenges, lives in the `/challenge` directory. -In this case, the challenge program is `/challenge/solve`. -Just by running it in VSCode, you will get the flag! - -As a reminder, this platform uses "flags" to track your progress. +When we detect that you have launched the terminal in VSCode, we will give you the flag! +As a reminder, this platform uses flags to track your progress. Flags are cryptographic tokens that are given to you when you solve challenges. Once you see it, copy-paste it into the submission box below and submit! Then, once you get the confirmation that the flag was correct, move on to the next challenge!