# dsh-import-vscode-ai-files bundle patch # # This file is the `dsh.bundle.patch` layer of the package: when the plugin is # installed through the official DSH CLI — # # dsh plugin --profile add dsh-import-vscode-ai-files # # or from a git repo: # dsh plugin --profile add github:NEVSTOP-LAB/dsh-import-vscode-ai-files # # — the CLI appends this bundle to the profile stack and this patch inserts # the plugin row. The row's module name is the package name, resolved through # the profile's node_modules. # # The plugin publishes no service, so it sits loose in the host composition # rather than behind an `isolate` realm; registering on the host plane is what # makes its contributions global, i.e. visible to every session and preset. - insert: - id: dsh-import-vscode-ai-files name: 'dsh-import-vscode-ai-files' config: # Rendered-instructions budget, in bytes, per injection. maxBytes: 65536 # Project roots scanned: the session cwd plus this many levels below it. scanSubdirectories: 1