n-WN / sagemath-vscode-enhanced

Bringing the power of SageMath to VS Code with this extension that offers specialized syntax highlighting, quick run capabilities, and additional coding tools.
GNU Affero General Public License v3.0
25 stars 2 forks source link

Can extensions run on top of Win10? #9

Open SeanDictionary opened 17 hours ago

SeanDictionary commented 17 hours ago

I meet the problem as the title. My sage version is 9.3 and it is installed on win10. The extention is seemed to use sage <filename> to run .sage file. However, on win10, vscode's console is run as cmd. The same command is not working while i run .sage file. On win, we can't run .sage file from cmd except use the official shell. Is the extension not working on win10?

ps. I tried to set the enviroment path but it doesn't work and i'm not clearly know how to set it.

n-WN commented 16 hours ago

Can you provide me with a remote device for debugging? I don't have a Windows device, and another version will be coming soon

SeanDictionary commented 3 hours ago

My suppose is right. I test the same extention on Kali which is a Debian-based Linux. As i guess, we can directly run sage from console. Thus the extention works through running command sage <filename>.