-
Notifications
You must be signed in to change notification settings - Fork 727
Move wiki documentation into the repo #8569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Is the motivation for doing this that we want to make it easier for the communicate to contribute to documentation? We can certainly do this, but we will need to work in stages as we have a bunch of aka.ms links that point at the Wiki. So, after this PR merges, we will need to edit the aka.ms links, and then you can delete the Wiki. |
|
Looks like there is one place in the code where we reference the wiki directly (not through an aka.ms link) -- https://github.com/search?q=repo%3Adotnet%2Fvscode-csharp+remoteDebugInfoUrl&type=code I think that code path is from back when this extension didn't support ARM64. I can submit a PR to delete that code. |
|
There are a few places in 'debugger.md' that have links to the wiki that need to be updated. Search for |
Fixed with: #8574 |
docs/C#-Extension-support-for-new-Linux-Distros-with-.NET-Core.md
Outdated
Show resolved
Hide resolved
Yes, also it has been my experience that it is generally easier for us to keep it up-to-date and accurate, since we can ask for updates in PRs that change documented behavior. I certainly don't plan to remove them until I get your OK to do so. |
Removed some docs for no longer being relevant. Updated links as appropriate. Hopefully we could remove the Wiki section following this change.
CC: @gregg-miskelly for sign-off on debugger docs