Skip to content

[feature] allow multiple script context roots#795

Merged
helloanoop merged 1 commit intousebruno:mainfrom
DaPutzy:feature/additional-script-context-roots
Oct 26, 2023
Merged

[feature] allow multiple script context roots#795
helloanoop merged 1 commit intousebruno:mainfrom
DaPutzy:feature/additional-script-context-roots

Conversation

@DaPutzy
Copy link
Copy Markdown
Contributor

@DaPutzy DaPutzy commented Oct 25, 2023

Description

Solves #438 (contains additional context).

This feature allows the user to add addtional script context roots to be able to share code/scripts between collections.

Example collection config:

{
  "version": "1",
  "name": "cloud",
  "type": "collection",
  "scripts": {
    "additionalContextRoots": [
      "../scripts"
    ]
  }
}

It supports absolute and relative paths.

Contribution Checklist:

  • The pull request only addresses one issue or adds one feature.
  • The pull request does not introduce any breaking changes
  • I have added screenshots or gifs to help explain the change if applicable.
  • I have read the contribution guidelines.
  • Create an issue and link to the pull request.

@helloanoop
Copy link
Copy Markdown
Contributor

Nice @DaPutzy !

Thanks for getting this done!

@DaPutzy DaPutzy deleted the feature/additional-script-context-roots branch October 26, 2023 16:47
bijin-bruno pushed a commit that referenced this pull request Feb 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants