Code Monkey home page Code Monkey logo

Comments (3)

karthiknadig avatar karthiknadig commented on May 22, 2024

@1m188 Can you share the logs from Output > autopep8? Make sure this is the case where it is not working.

from vscode-autopep8.

1m188 avatar 1m188 commented on May 22, 2024

emmm, when I format my file, it show notification like this:

Traceback (most recent call last):
File "c:\Users\user name.vscode\extensions\ms-python.autopep8-2023.6.0\bundled\tool\lsp_server.py", line 429, in _run_tool_on_document
result = utils.run_module(
File "c:\Users\user name.vscode\extensions\ms-python.autopep8-2023.6.0\bundled\tool\lsp_utils.py", line 153, in run_module
return _run_module(module, argv, use_stdin, source)
File "c:\Users\user name.vscode\extensions\ms-python.autopep8-2023.6.0\bundled\tool\lsp_utils.py", line 138, in _run_module
runpy.run_module(module, run_name="main")
File "c:\Users\user name\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 228, in run_module
return _run_code(code, {}, init_globals, run_name, mod_spec)
File "c:\Users\user name\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "c:\Users\user name.vscode\extensions\ms-python.autopep8-2023.6.0\bundled\libs\autopep8.py", line 414, in
del pycodestyle._checks['logical_line'][pycodestyle.continued_indentation]
KeyError: <function continued_indentation at 0x000001A78FDC8820>

from vscode-autopep8.

karthiknadig avatar karthiknadig commented on May 22, 2024

Can you share the initial part of the logs where settings are passed?

from vscode-autopep8.

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.