G
G
gadzhi152017-08-18 19:57:07
Python
gadzhi15, 2017-08-18 19:57:07

Visual studio code for python highlighting not working. Why?

Installed visual code studio. Installed the python extension. Installed packages pip3 install -U --user pylint pep8 flake8
But error highlighting doesn't work. Although everything is displayed in Pycharm. What is the problem?
Settings file

{
    "editor.fontSize": 15,
    "editor.cursorBlinking": "phase",
    "editor.renderWhitespace": "boundary",
    "window.openFilesInNewWindow": "on",
    "editor.fontFamily": "Liberation Mono",
    "editor.fontWeight": "normal",
    "editor.lineHeight": 0,
    "files.autoSave": "afterDelay",
    "editor.tabCompletion": true,
    "python.pythonPath": "!/usr/local/bin/python3.5",
    "python.formatting.formatOnSave": true,
    "code-runner.executorMap": {
        "python": "python3"
    },
    "workbench.colorTheme": "Darcula",
    "python.linting.enabled": true,
    "python.linting.lintOnSave": false,
    "python.linting.pylintEnabled": true,
    "python.linting.pylintPath": "/usr/local/bin/pylint",
    "python.linting.pylintArgs": ["--errors-only"]
}

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
BBmike, 2017-08-18
@BBmike

What is a "python extension"? there now everything is native in one installation package

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question