DaGhostman / vscode-tree-view

VSCode extension that probvides mail symbol overview of the currently opened file
MIT License
29 stars 4 forks source link

Does not work for Python files #108

Closed egabrum closed 5 years ago

egabrum commented 5 years ago

Version [2.7.0] .py files are not parsed.

DaGhostman commented 5 years ago

Hey, could you confirm that this is the case even for simple python files? Because I suspect this might be related to #100 i.e having/using syntax that is not supported by Filbert

egabrum commented 5 years ago

No, does not work. Even for something as simple as

# -*- coding:utf-8 -*-

a = 1
b = 2

a, b = b, a
DaGhostman commented 5 years ago

this is the same sniper described https://github.com/DaGhostman/vscode-tree-view/issues/100#issuecomment-481080605

unfortunately I cat do anything about this, therefore closing as duplicate