Skip to content

Commit 00c0164

Browse files
[Ignore] Better language in markdown files (#1240)
1 parent abf2496 commit 00c0164

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
Improve PSReadLine experience where no new line is rendered in the console.
7373
- ✨🔍 [PowerShellEditorServices #1119](https://github.com/powershell/powershelleditorservices/pull/1119) -
7474
Enable new debugging APIs added in PowerShell 7, improving performance and fixing issues where
75-
the debugger would hang or be unable to update breakpoints while scripts were running.
75+
the debugger would stop responding or be unable to update breakpoints while scripts were running.
7676
- 👷📟 [PowerShellEditorServices #1187](https://github.com/PowerShell/PowerShellEditorServices/pull/1187) -
7777
Upgrade built-in PSReadLine to 2.0.0 GA.
7878
- 🐛👮 [PowerShellEditorServices #1179](https://github.com/PowerShell/PowerShellEditorServices/pull/1179) -
@@ -701,7 +701,7 @@ Fix remote editing in PSCore by fixing *-Content calls in psedit scripts and set
701701
Handle exception case when finding references of a symbol
702702

703703
- [PowerShell/vscode-powershell #942](https://github.com/PowerShell/vscode-powershell/issues/942) -
704-
Temporary debugging session now does not hang when running "PowerShell Interactive Session" debugging configuration in VS Code
704+
Temporary debugging session now does not stop responding when running "PowerShell Interactive Session" debugging configuration in VS Code
705705

706706
- [PowerShell/vscode-powershell #872](https://github.com/PowerShell/vscode-powershell/issues/872) -
707707
Watch variables with children are now expandable
@@ -791,7 +791,7 @@ Fix remote editing in PSCore by fixing *-Content calls in psedit scripts and set
791791
the CodeLens feature.
792792

793793
- [PowerShell/vscode-powershell#851](https://github.com/PowerShell/vscode-powershell/issues/851) -
794-
Fixed an issue where the language server would hang when typing out a describe
794+
Fixed an issue where the language server would stop responding when typing out a describe
795795
block.
796796

797797
- [PowerShell/vscode-powershell#852](https://github.com/PowerShell/vscode-powershell/issues/852) -

Diff for: CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ so that we can ensure we are solving the right problems in the right way.
2020
- Contribute a bug fix or feature implementation by submitting a pull request
2121
- Contribute more unit tests for feature areas that lack good coverage
2222
- Review the pull requests that others submit to ensure they follow [established guidelines](#follow-the-pull-request-process)
23-
- Help others gets started with the project by contributing documentation or hanging out
24-
in the #editors room in the [PowerShell community Slack chat](http://slack.poshcode.org).
23+
- Help others gets started with the project by contributing documentation or chatting
24+
in the #editors or #vscode rooms in the [PowerShell community Slack chat](http://slack.poshcode.org).
2525

2626
## Code Contribution Guidelines
2727

0 commit comments

Comments
 (0)