- VS Code version: 1.32.3
- Extension version (available under the Extensions sidebar): 2019.3.6139
We're calling getRemoteLauncherCommand and it's failing for a user because their path to the ptvsd_launcher.py file has a space in it. Ideally this api wraps that file path in quotes. See microsoft/vscode-azurefunctions#1004 for more info
We're calling
getRemoteLauncherCommandand it's failing for a user because their path to theptvsd_launcher.pyfile has a space in it. Ideally this api wraps that file path in quotes. See microsoft/vscode-azurefunctions#1004 for more info