Trouble assigning a selected interpreter default path in the json settings inside of visual studio code for python

Viewed 13

Good evening I am fairly new to programming. I have been studying python using Udemy. I have been using Visual Studio Code to practice the lessons. I can't run the code for one of the lessons because vs code is asking me to select an interpreter. Once a click that box, it gives me an option to select python, I do. I then go to run my code it goes right back to asking me to select an interpreter.

"-python.defaultInterpreterPath",
  "C:/Users/grevy/AppData/Roaming/Microsoft/Windows/Start Menu/Programs/Python 3.10"

Inside vs code the whole path is underlined with a squiggly yellow line. When I put a colon (:) after the comma (,) and before the double quotes ("") I get a value expected(516). I could not find an answer for that so I removed it trying something else.

I can't give the error message because there are several. A lot. The first three are, Value is not accepted. Valid values: "editor.tabSize", "editor.insertSpaces", "editor.detectindention"

I just fixed an issue with gpg and was very happy about that but now this.

0 Answers
Related