Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

outline: No symbols found in document '*.py' #6683

Open
Cupcc opened this issue Nov 21, 2024 · 0 comments
Open

outline: No symbols found in document '*.py' #6683

Cupcc opened this issue Nov 21, 2024 · 0 comments
Assignees
Labels
needs repro Issue has not been reproduced yet

Comments

@Cupcc
Copy link

Cupcc commented Nov 21, 2024

Environment data

  • Pylance version: v2024.11.2
  • OS and version: windows 10
  • Python version (& distribution if applicable, e.g. Anaconda): python3.12.7 (conda)

Code Snippet

def main ():
    print("Hello World")

if __name__ == "__main__":
    main()

Repro Steps

when I enable pylance-release installed by microsoft, outline didn't work.
but I disabled this plugin, the outline worked successfully.
pylance enabled
Image

pylance disabled
Image

Do I need to provide further information?

@github-actions github-actions bot added the needs repro Issue has not been reproduced yet label Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs repro Issue has not been reproduced yet
Projects
None yet
Development

No branches or pull requests

2 participants