Skip to content

Debug after update not work #4229

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

Closed
6 tasks
BlackRam-oss opened this issue Oct 25, 2022 · 2 comments
Closed
6 tasks

Debug after update not work #4229

BlackRam-oss opened this issue Oct 25, 2022 · 2 comments
Labels
Issue-Bug A bug to squash. Resolution-Duplicate Will close automatically.

Comments

@BlackRam-oss
Copy link

BlackRam-oss commented Oct 25, 2022

Prerequisites

  • I have written a descriptive issue title.
  • I have searched all open and closed issues to ensure it has not already been reported.
  • I have read the troubleshooting guide.
  • I am sure this issue is with the extension itself and does not reproduce in a standalone PowerShell instance.
  • I have verified that I am using the latest version of Visual Studio Code and the PowerShell extension.
  • If this is a security issue, I have read the security issue reporting guidance.

Summary

why this first work and now not (after update)?

(launch.json)

"version": "0.2.0",
"configurations": [
    {
        "name": "Ren'Py: Setup",
        "type": "PowerShell",
        "request": "launch",
        "script": "echo \"test\" > .renpy-sdk",
    },
]

PowerShell Version

PowerShell 5.1

Visual Studio Code Version

last

Extension Version

v2022.10.0

Steps to Reproduce

run this launch.json:

"version": "0.2.0",
"configurations": [
    {
        "name": "Ren'Py: Setup",
        "type": "PowerShell",
        "request": "launch",
        "script": "echo \"test\" > .renpy-sdk",
    },
]

Visuals

image

Logs

No response

@andyleejordan
Copy link
Member

Duplicate of #4223, just fixed it, working on getting a preview out today.

@andyleejordan andyleejordan added the Resolution-Duplicate Will close automatically. label Oct 25, 2022
@ghost
Copy link

ghost commented Oct 26, 2022

This issue has been marked as duplicate and has not had any activity in a day. It has been closed for housekeeping purposes.

@ghost ghost closed this as completed Oct 26, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug A bug to squash. Resolution-Duplicate Will close automatically.
Projects
None yet
Development

No branches or pull requests

2 participants