ActiveDirectoryDsc icon indicating copy to clipboard operation
ActiveDirectoryDsc copied to clipboard

Expected requirements for contribution should be included in VSCode settings to make it easier

Open jeremyciak opened this issue 5 years ago • 2 comments

Requirements like line length and other similar settings that can be added to the settings.json file under the .vscode folder should be so that contributors automatically benefit from those settings.

jeremyciak avatar Jul 21 '20 16:07 jeremyciak

"files.defaultLanguage": "powershell",
"[powershell]": {
  "editor.rulers": [ 120 ]
},
"[markdown]": {
  "editor.rulers": [ 120 ]
}

jeremyciak avatar Jul 21 '20 16:07 jeremyciak

We could also add a extensions.json that suggest adding the extension markdownlint that is used for validating markdown in HQRM tests.

johlju avatar Jul 23 '20 17:07 johlju