Python Forum
A trouble with VS Code
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A trouble with VS Code
#20
(Sep-09-2019, 05:40 AM)snippsat Wrote: Yes,with that option it will always run with Python interpreter that's active

Thanks for your kind confirmation.

Some points encountered during implementation of suggested course of action are placed below, for ready reference:

In my case, the file path involves a space (i.e. Program Files). As a result, insertion of generic statement (shown below) into json file attracts error:
"code-runner.executorMap": {"python": "$pythonPath $fullFileName"}
As a remedial measure, if hard string (with enclosing escape characters) is entered as shown below, there is no problem:
"code-runner.executorMap": {"python": "\"C:\\Program Files\\Python37\\python.exe\""}
However, such hard wiring of path would have the drawback of losing the flexibility provided by the generic statement as per your original suggestion i.e.:
"code-runner.executorMap": {"python": "$pythonPath $fullFileName"}
It would be great if a way could be found to make a success of generic statement, even for file paths having empty spaces.

In absence of such solution, might it not be preferable to avoid making any entry at all in json file. That way, the default python interpreter, as selected by the user, would prevail.
A.D.Tejpal
Reply


Messages In This Thread
A trouble with VS Code - by Truman - Sep-01-2019, 11:41 PM
RE: A trouble with VS Code - by Larz60+ - Sep-02-2019, 04:23 AM
RE: A trouble with VS Code - by Truman - Sep-02-2019, 03:36 PM
RE: A trouble with VS Code - by Truman - Sep-03-2019, 08:02 PM
RE: A trouble with VS Code - by Larz60+ - Sep-04-2019, 10:24 PM
RE: A trouble with VS Code - by Truman - Sep-04-2019, 11:14 PM
RE: A trouble with VS Code - by Larz60+ - Sep-05-2019, 03:36 AM
RE: A trouble with VS Code - by snippsat - Sep-05-2019, 12:02 PM
RE: A trouble with VS Code - by Truman - Sep-05-2019, 12:31 PM
RE: A trouble with VS Code - by perfringo - Sep-05-2019, 12:48 PM
RE: A trouble with VS Code - by snippsat - Sep-05-2019, 02:11 PM
RE: A trouble with VS Code - by Larz60+ - Sep-05-2019, 02:13 PM
RE: A trouble with VS Code - by Truman - Sep-05-2019, 02:53 PM
RE: A trouble with VS Code - by snippsat - Sep-05-2019, 04:02 PM
RE: A trouble with VS Code - by Truman - Sep-05-2019, 04:52 PM
RE: A trouble with VS Code - by snippsat - Sep-05-2019, 05:21 PM
RE: A trouble with VS Code - by Truman - Sep-05-2019, 05:27 PM
RE: A trouble with VS Code - by adt - Sep-08-2019, 03:58 PM
RE: A trouble with VS Code - by snippsat - Sep-09-2019, 05:40 AM
RE: A trouble with VS Code - by adt - Sep-09-2019, 08:34 AM
RE: A trouble with VS Code - by snippsat - Sep-09-2019, 12:22 PM
RE: A trouble with VS Code - by adt - Sep-09-2019, 04:03 PM
RE: A trouble with VS Code - by snippsat - Sep-09-2019, 09:50 PM
RE: A trouble with VS Code - by Truman - Sep-21-2019, 10:05 PM
RE: A trouble with VS Code - by Truman - Sep-25-2019, 10:23 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020