Eugleo / magic-racket

The best coding experience for Racket in VS Code
https://marketplace.visualstudio.com/items?itemName=evzen-wybitul.magic-racket
GNU General Public License v3.0
199 stars 29 forks source link

powershell does not need '\' #95

Closed chemPolonium closed 1 year ago

anryoshi commented 1 year ago

Should be adjusted according to version.

Eugleo commented 1 year ago

Hey, any updates on this? I can't test on PowerShell.

chemPolonium commented 1 year ago

Sorry but I am not familiar with the development of vscode extensions. I don't know how to add feature detecting "powershell 5.1" (which needs '\') or "powershell 7" (which does not need '\').

This problem is issued here: https://github.com/Eugleo/magic-racket/issues/94