Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can extensions run on top of Win10? #9

Open
SeanDictionary opened this issue Dec 3, 2024 · 3 comments
Open

Can extensions run on top of Win10? #9

SeanDictionary opened this issue Dec 3, 2024 · 3 comments

Comments

@SeanDictionary
Copy link

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
Copy link
Owner

n-WN commented Dec 3, 2024

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
Copy link
Author

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>.

@n-WN
Copy link
Owner

n-WN commented Dec 4, 2024

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>.

yes

if (process.platform === 'win32' && vscode.workspace.getConfiguration().get('sagemathEnhanced.useWSL')) {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants