docs: fix and improve documentation#306065
Open
afsuyadi wants to merge 10 commits intomicrosoft:mainfrom
Open
Conversation
Contributor
📬 CODENOTIFYThe following users are being notified based on files changed in this PR: @bpaseroMatched files:
|
Author
|
Hello, @mjbvz please review my pull request. Thanks a lot.. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue : #306063
Full summary for every file fix:
.eslint-plugin-local/README.md - Line 3
Error type: Subject-verb disagreement
Before: Some example custom rules includes:
After: Some example custom rules include:
.devcontainer/README.md - Line 45
Error type: Redundant preposition ("under in")
Before: You should see VNC web client (6080) under in the list of ports.
After: You should see VNC web client (6080) in the list of ports.
.devcontainer/README.md - Line 71
Error type: Missing word ("need to change")
Before: You may also need change your VNC client's Picture Quality setting
After: You may also need to change your VNC client's Picture Quality setting
build/monaco/README-npm.md - Line 6
Error type: Wrong plural form ("languages supports")
Before: that contains this module and adds languages supports.
After: that contains this module and adds language support.
extensions/json-language-features/CONTRIBUTING.md - Multiple lines
Error type: Missing space before '[' hyperlink
Before: with a single window with themulti-root workspace
After: with a single window with the multi-root workspace
extensions/css-language-features/CONTRIBUTING.md — Multiple lines
Error type: Missing space before backtick
Before: setting breakpoints in\css-language-features/client/
After: setting breakpoints in \css-language-features/client/