Skip to content

Adding EditorConfig vscode plugin recommendation

Ryan Wells requested to merge ryaanwells/editorconfig-vscode into master

What does this MR do and why?

Adds EditorConfig as a recommended vscode plugin.

Why? We have an .editorconfig file but vscode doesn't read/respect this config by default. A plugin is required, and this is the officially maintained plugin for EditorConfig. I'm adding this to the recommendations block so that vscode will prompt you to install the plugin, but will not enforce you.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Not applicable for this MR.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Starting with a fresh checkout of GitLab, or when checking out this branch for the first time:
    1. If you have the plugin already installed: nothing should happen.
    2. If you do not have the plugin installed: a dismissible popup should appear in the bottom right of the window prompting you to install.

Merge request reports