Kaynağa Gözat

chore(bash): mark bashEnv ownership FIXME

Tianyi Cui 1 ay önce
ebeveyn
işleme
2309f97a16
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3 0
      packages/bash/tool-bash/src/index.ts

+ 3 - 0
packages/bash/tool-bash/src/index.ts

@@ -354,6 +354,9 @@ const BACKGROUND_OUTPUT_PROPERTIES = {
 } as const
 
 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)
   bashEnv.register({
     name: 'session-persistence',