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

launch config args are prevented expanison due to some characters are escaped #149888

Closed
AlvinLaiPro opened this issue May 19, 2022 · 1 comment
Closed
Assignees

Comments

@AlvinLaiPro
Copy link

AlvinLaiPro commented May 19, 2022

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.67.2
  • OS Version: macOS Monterey

Steps to Reproduce:

"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceFolder}/runner.js",
"console": "integratedTerminal",
"env": {},
"args": [
   "run",
"--config",
".testringrc.js",
"--tests",
"./tests-src/{SW,MW,AW}/P?/{WEB-230,}/*.js",
 "--rc.run-number",
 "5",
 "--rc.chrome-extension",
 "false",
"--bail",

When I launch the program, VScode will escape the asterisk with the preceding config which will cause this parameter to be omitted.
image

I expected the bash shell to expand the file path with ./tests-src/SW/P1/WEB-230/web230.js but it was disabled when VScode escaped the parameter.

@roblourens
Copy link
Member

Can discuss in #149910

@github-actions github-actions bot locked and limited conversation to collaborators Jul 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants