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

Allow the extension to be active in untrusted workspaces #364

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Feb 22, 2024

  1. Allow the extension to be active in untrusted workspaces

    Closes editorconfig#305
    
    Just ran into this today. At an absolute minimum, the language definition and grammar should be available even in untrusted workspaces, but a quick look suggests that the generate command is also safe. There is no substitution in the template, plus the user would have to run the command manually. At worst, untrusted files could set their own `.editorconfig`, which only applies to files below in the directory hierarchy: This is probably wanted behavior even in an untrusted workspace.
    jashug authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    7b2b79a View commit details
    Browse the repository at this point in the history