chore(bash): mark bashEnv ownership FIXME
This commit is contained in:
@@ -354,6 +354,9 @@ const BACKGROUND_OUTPUT_PROPERTIES = {
|
|||||||
} as const
|
} as const
|
||||||
|
|
||||||
export function apply(ctx: Context, config: Config = {}): void {
|
export function apply(ctx: Context, config: Config = {}): void {
|
||||||
|
// FIXME(bash-env-ownership): Move ctx.bashEnv to a tool-independent shell
|
||||||
|
// environment plugin; replacing this tool with persistent Bash must not
|
||||||
|
// remove the managed DSH_* contributor seam.
|
||||||
const bashEnv = new BashEnvRegistry(ctx, config)
|
const bashEnv = new BashEnvRegistry(ctx, config)
|
||||||
bashEnv.register({
|
bashEnv.register({
|
||||||
name: 'session-persistence',
|
name: 'session-persistence',
|
||||||
|
|||||||
Reference in New Issue
Block a user