Dear Stata users,
I was wondering what options one has to run stata from VS Code. I know of the following and was wondering whether I'm overlooking something.
I was wondering what options one has to run stata from VS Code. I know of the following and was wondering whether I'm overlooking something.
- stataRun extension. It seems like this only works on mac. Has anyone achieved to make this work on windows? https://marketplace.visualstudio.com...Yeaoh.stataRun
- Run stata via jupyter notebooks, and run those from VS Code. Via stata_kernel https://kylebarron.dev/stata_kernel/
- Write a little script myself that copy pastes text from VS Code into an open instance of the stata do-file editor and runs it from there.
- There is stata batch mode. https://www.stata.com/support/faqs/windows/batch-mode/
Comment