Zulip Chat Archive

Stream: general

Topic: symbol is missing from vscode outline


fonqL (Jul 04 2024 at 14:59):

vscode version: 1.84.2

open Nat in
def x := 0

set_option pp.all true in
def y := 0

x and y can't be shown in vscode outline.
behavior:

Marc Huisinga (Jul 04 2024 at 16:26):

fonqL said:

vscode version: 1.84.2

open Nat in
def x := 0

set_option pp.all true in
def y := 0

x and y can't be shown in vscode outline.
behavior:

Could you create a GitHub issue at https://github.com/leanprover/lean4/issues for this?

fonqL (Jul 05 2024 at 03:03):

Sorry for the late reply.
4655


Last updated: May 02 2025 at 03:31 UTC