Skip to content

[QUESTION]: Update documentation #253

Description

@JasperKimmel

What is your question or topic?

When I try to execute or run my script, VSCode reports:

Failed to run script: EPERM: operation not permitted, open 'C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.ini'

I found that the environment variable SCITE_USERHOME did not exist in the VSCode terminal while it does exist in Powershell itself. I was able to resolve it by adding the variable to the settings.json file in VSCode under terminal.integrated.env.windows.

Example:

"terminal.integrated.env.windows": {
    "SCITE_USERHOME": "C:\\Users\\user\\AppData\\Local\\AutoIt v3\\SciTE"
}

What context or background information can you provide?

No response

What have you tried or researched already?

No response

Any additional comments?

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions