Skip to content

Track current working directory in each kernel #9

@jmcphers

Description

@jmcphers

Kallichore currently reports the current working directory of the kernel via the API, but that information is wrong if the working directory has changed since the kernel was started.

There are a few ways we could try to fix this:

  • try to get the working directory from the process itself using system APIs
  • spy on the messages on the UI comm that are sent to Positron to update its UI
  • ask the kernel what its working directory is by using the UI comm ourselves or via some other dedicated means

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions