A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/winpython/winpython/wiki/VSCode below:

VSCode · winpython/winpython Wiki · GitHub

VS Code Installation Folder

Unzip VS Code ZIP file (See VS Code Download, Look for the .zip in 64 Bit variant) into <WinPythonInsFolder>/t/VSCode.

Making VS Code recognizing Winpython

have a vscode and install the python extension.

Currently three options:

Option 1:

Option 2:

nota:

to make it work:

Option 3: (too complex)

 "python.pythonPath": "C:\\WinP\\bd37\\bu\\winp64-3.7.x.0\\python-3.7.1rc2.amd64\\python.exe",
{
    "python.pythonPath": "C:\\WinP\\bd37\\bu\\winp64-3.7.x.0\\python-3.7.1rc2.amd64\\python.exe",
    "workbench.colorTheme": "Visual Studio Dark",
    "editor.minimap.enabled": true,
    "python.linting.pylintArgs": [
        "--disable=C0301", // Line too long
        "--disable=C0103", // Invalid function name"
        "--disable=C0303", // Trailing whitespace
        "--disable=C0111" // :Missing function docstrin"
    ],
    "editor.renderWhitespace": "none",
    "editor.renderControlCharacters": true,
    "[cpp]": {
        "editor.quickSuggestions": false
    },
    "[c]": {
        "editor.quickSuggestions": false
    },
    "python.jediEnabled": false
}

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4