You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Some versions may still exist with incorrect launch.json values
198
+
constsetting='${config.python.pythonPath}';
199
+
if(args.pythonPath===setting){
200
+
returnthis.sendErrorResponse(response,2001,`Invalid launch.json (re-create it or replace 'config.python.pythonPath' with 'config:python.pythonPath')`);
201
+
}
197
202
// Add support for specifying just the directory where the python executable will be located
0 commit comments