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

in windows -RAW does not work #1

Open
BlackRam-oss opened this issue Jul 8, 2022 · 3 comments
Open

in windows -RAW does not work #1

BlackRam-oss opened this issue Jul 8, 2022 · 3 comments

Comments

@BlackRam-oss
Copy link

This gives error:
/bin/renpy.ps1#L4

$RenPy = Get-Content (Resolve-Path ".renpy-sdk") -Raw

I solved it in the following way:

$RenPy = Get-Content (Resolve-Path ".renpy-sdk")

this is my solution (don't know if it works correctly in other operating systems)

Error:
image

@tiliv
Copy link
Owner

tiliv commented Jul 9, 2022

Interesting! I'll have to do more testing. I don't know very much powershell, but I'll have to read about what the differences are.

Thanks!

@tiliv
Copy link
Owner

tiliv commented Jul 18, 2022

@donrp Are you running on a windows filesystem or using the WSL ubuntu subsystem? I think I was doing the latter so I wanted to confirm your experience!

@BlackRam-oss
Copy link
Author

BlackRam-oss commented Jul 18, 2022

windows filesystem, powershell, I solved in my fork, but I modified a lot of things. https://github.com/DRincs-Productions/debug-and-template-VSCode-renpy

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