Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VSCODE EXTENSION - Can we make it simpler to add configuration files #533

Open
Samuel-Morgan-Tyghe opened this issue Aug 20, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@Samuel-Morgan-Tyghe
Copy link

Samuel-Morgan-Tyghe commented Aug 20, 2024

  1. Either a command option
  2. a workspace setting
  3. or a command line (add path) to bash or zsh

Any customization of the rules makes this hard to use

@nallenscott
Copy link

Would love to be able to manage everything in the workspace settings (configs and ignores).

@daveshanley
Copy link
Owner

daveshanley commented Aug 26, 2024

What would be the ideal experience? So I can think it through and work on it.

@daveshanley daveshanley added the enhancement New feature or request label Aug 26, 2024
@Samuel-Morgan-Tyghe
Copy link
Author

Ideally in the extension page you have instructions.

  1. open command palette
  2. type add configuration file
  3. select file from list / manually enter path

@Samuel-Morgan-Tyghe
Copy link
Author

To deduplicate every user having to add this. we can save the location to find it locally to the workplace.json file

IE

{
    "recommendations": [
        "pb33f.vacuum",
        "redocly.openapi-vs-code"
    ],
    "vacuum-rules-src":"path/to/rules.yaml"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants