python-gen READMEGetting StartedRun the extension from the debug menu. A new visual studio code window should appear on the For context of the current project, click on the ConfigurationThis extension comes with some configuration from the get go. For custom instructions, change To change the To test the code participantThe code participant can use the existing project context to generate or fix code, and using the button on the bottom of the ai response you can execute the code using the Examples of code tested
Prompt: @gen make a script that generates timestamps, booleans, code (random number ), and a name and saves it to input.csv. then another function that if the random number is less than 45 remove the row and for names use the greeting function in the project, save it to output.csv
@gen in the check_number function make test code to make sure that the function will only raise an error when the number is greater than 0.5 |