Skip to content

The left-hand side pane with directory does NOT automatically update with new generated files #10318

@rodrigosf672

Description

@rodrigosf672

Run the following Python script:

with open('output.txt', 'w') as f:
    f.write('Line 1\n')
    f.write('Line 2\n')
    f.write('Line 3\n')

Current Positron behavior (wrong)

On the left pane folder directory structure, notice that the output.txt file does NOT appear automatically, despite it existing in the folder structure. Workaround is to click the refresh button.

Current VS Code behavior (correct)

File is automatically generated on the left pane.

I identified a bug with file creation in general, not specific to Git repo started. The left-hand side pane with directory does NOT automatically update with new generated files from Python/R scripts. --> Add bug for that

And add ticket for automating file folder verification.

Originally posted by @rodrigosf672 in #9782

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: folder templateIssues related to New Folder Template category.

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions