poidstotal / stataRun

Provide a Visual Studio Code extension to run code(.do, .ado and command from) for Visual Studio Editor
25 stars 8 forks source link

Windows wimax fix #8

Closed Najsztub closed 4 years ago

Najsztub commented 5 years ago
  1. Added proper path to wimax module for Windows to fix #6 and #4
  2. Added building instructions for Windows based on Atom stata-exec.
  3. Modified code execution. Previously the code saved each command into a temporary do-file and executed them. Now if we send only a single line or the selection if less than 8192 chars long we send only the code filtered with comments removed. If we send a whole file we just send the do "file"'` command to Stata. If the file is an unsaved new file or we have a large selection we now write to the temp file and then execute it in Stata.
poidstotal commented 4 years ago

Hi Najsztub, Sorry to see this that late. i'll merge and let other test. Thanks