We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f1520 commit 6e315f7Copy full SHA for 6e315f7
.markdownlint.json
@@ -1,4 +1,5 @@
1
{
2
"MD013": false,
3
- "MD033": false
+ "MD033": false,
4
+ "MD022": false
5
}
CHANGELOG.md
@@ -1,5 +1,13 @@
# PowerShell Editor Services Release History
+## v2.3.0-preview.4
+### Tuesday, February 23, 2021
+
6
+- 📖 🐛 [PowerShellEditorServices #1416](https://github.com/PowerShell/PowerShellEditorServices/pull/1416) -
7
+ Fix some markdownlint errors in README.
8
+- 🛫 🐛 [PowerShellEditorServices #1415](https://github.com/PowerShell/PowerShellEditorServices/pull/1415) -
9
+ Fix configuration processing to ensure that profiles are loaded.
10
11
## v2.3.0-preview.3
12
### Friday, February 19, 2021
13
0 commit comments