Fix typo in verbose launch args
This commit is contained in:
parent
32c7e3fa34
commit
8ed21d303f
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@ -14,7 +14,7 @@
|
|||||||
"request": "launch",
|
"request": "launch",
|
||||||
"mode": "debug",
|
"mode": "debug",
|
||||||
"program": "${workspaceRoot}",
|
"program": "${workspaceRoot}",
|
||||||
"args": ["--enableDebugFeatures --enableVerboseLogging"]
|
"args": ["-enableDebugFeatures", "-enableVerboseLogging"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user