We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a5834 commit a97c085Copy full SHA for a97c085
src/installer/python-prompt.js
@@ -16,7 +16,7 @@ export default class PythonPrompt {
16
17
async prompt() {
18
const selectedItem = await vscode.window.showInformationMessage(
19
- 'PlatformIO: Can not find working Python 2.7 or 3.5+ Interpreter. Please install the latest Python 3 and restart VSCode',
+ 'PlatformIO: Can not find working Python 3.6+ Interpreter. Please install the latest Python 3 and restart VSCode',
20
{ title: 'Install Python', isCloseAffordance: false },
21
{ title: 'I have Python', isCloseAffordance: false },
22
{ title: 'Try again', isCloseAffordance: false },
0 commit comments