I just tried to start the solana curriculum and after running " Dev Containers: Rebuild Container and Reopen in Container" there is no “freecodecamp: run course”-command as said in the manual. Also I get asked what kind of configuration I want, when I hit Dev Containers: Rebuild Container and Reopen in Container and there is no instruction what to choose.
@vincenthehna Either:
a) git clone did not work as expected (the .devcontainers folder is incorrect)
b) You are not in the correct workspace when opening VSCode
Would you mind sharing a screenshot or more info of what is displayed?
I repeated the process 3 or 4 times now, never succeeded.
Screenshots show step by step. Like I said dev containers prompts me to choose a config, I dont know which one to choose. In the screenshots I went with nodejs+typescript.
ah ok I now opened VSC in the folder and did the dev containers Rebuild Container and Reopen in Container command. Now i can start the course. Its weird to me that there is a difference between “cd” into the folder or open VSC in the folder directly…
thanks for your help
It maybe was not validating it I dont know but after upgrading the FCC extension it always returns the error page
export async function checkProgram(
connection,
payer,
programId,
accountPubkey
) {
if (connection.getAccountInfo(PublicKey).executable === false) {
throw new Error(‘Division by zero is not allowed’);
} else {
return ‘’;
}
}