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