-
Notifications
You must be signed in to change notification settings - Fork 79
Outline view nesting issue #176
Comments
I can confirm that this occurred earlier. Can't say exactly, but for sure before 0.9.0. |
Hey @wbinnssmith any thoughts on this? It looks like the ol/li isn't nested in the dom so not sure what the intent was on how to identify the nesting here. Basically direct items beneath a branch have the same nesting as children below a peer. (getGrammarScopes, getLanguageName, getServerName and filterChangedWatchedFiles in my screenshot should all be considered the same 'level' as startServerProcess - not its children) |
thanks for the report! looks like this is a simple repro: class P:
p = 1
class K:
k = 1 |
thanks @laughedelic @damieng @matthewwithanm ! going to look into this soon. |
Here's another screenshot, which shows that the problem could be about rendering the list, not the nesting itself (that's why I opened #192 before): In this outline the only misplaced items are highlighted, the red line shows that they are on the same level as Notice also that the rest of the outline is correct: the |
this should be better in next week's release. thanks @peterhal for the fix! |
Will publish a release with 7a73f33 soon :) |
filterChangeWatchedFiles should be shown below TypeScriptLanguageClient not onDidConvertAutocomplete - the result payload looks like this;
This occurs in both 0.9.1 and 0.9.2 (and possibly earlier)
The text was updated successfully, but these errors were encountered: