Giter Club home page Giter Club logo

Comments (7)

MikhailArkhipov avatar MikhailArkhipov commented on August 15, 2024 1

Adding some estimate. @AlexanderSher - it needs further clarification.

from python-language-server.

debonte avatar debonte commented on August 15, 2024 1

@micimize what language server are you using? If you're using Pylance, head over to Pylance's issue tracker at https://github.com/microsoft/pylance-release/issues

from python-language-server.

DonJayamanne avatar DonJayamanne commented on August 15, 2024

Blocked by microsoft/language-server-protocol#500

from python-language-server.

psarka avatar psarka commented on August 15, 2024

The issue microsoft/language-server-protocol#500 seems to be closed now, so should this be unblocked?

(Anxiously waiting for this feature!)

from python-language-server.

jakebailey avatar jakebailey commented on August 15, 2024

Not until LSP 3.15 is released, and then not until there's a client implementation for the feature.

microsoft/language-server-protocol@4e17257

from python-language-server.

micimize avatar micimize commented on August 15, 2024

Would this include optional removal of said imports? Currently I'm using autoflake as a task which I then trigger on save, but this results in some "content of the file is newer" complaints.

task.json#tasks entry
    {
      "type": "process",
      "label": "autoflake.removeUnusedImports",
      "command": "${command:python.interpreterPath}",
      "args": [
        "-m",
        "autoflake",
        "-i",
        "--remove-all-unused-imports",
        "${file}"
      ]
    },

from python-language-server.

judej avatar judej commented on August 15, 2024

Thank you for the report. This project is no longer active. If you are using the Python language server in VSCode, the language server you are using is Pylance and please the http://github.com/microsoft/pylance-release to report issues.

If you are using Visual Studio, then, please use http://github.com/microsoft/PTVS to report issues.

thank you

from python-language-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.