Can not Use compas vscode with Rhino

Hello I have aproblem to run compas in vscode with rhino I already install all compas_rhino but it still not working pls help!!!

hi,

to run code in Rhino, please use the PythonScriptEditor in Rhino EditPythonScript, or run the script with the RunPythonScript command.

VS Code is a code editor independent of Rhino.

compas_rhino is a package for working with compas in Rhino, but you have to be in Rhino…

hope this helps!
tom

It seems you are using the codeListener workflow and running your RhinoPython script directly from VSCode. I do the same.

In fact, I could run your code just fine, just press F2. You probably have some other problems.