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
What is your question or topic?
When I try to execute or run my script, VSCode reports:
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:
What context or background information can you provide?
No response
What have you tried or researched already?
No response
Any additional comments?
No response