diff --git a/.editorconfig b/.editorconfig index d0459a0..67b59cf 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,5 @@ -# You can learn more about editorconfig here: https://docs.microsoft.com/en-us/visualstudio/ide/editorconfig-code-style-settings-reference +# editorconfig.org + [*] #Core editorconfig formatting - indentation @@ -10,6 +11,7 @@ align_multiline_parameter = true align_multiline_argument = true [*.cs] +# https://learn.microsoft.com/dotnet/fundamentals/code-analysis/code-style-rule-options #Formatting - indentation options diff --git a/ReadMe.md b/ReadMe.md index 6b7b563..b346ee3 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -54,8 +54,7 @@ course. But in my opinion they are not meeting people's needs. stop-gap addressing the pain of developing a debugger extension; they don't really solve the larger problem. (for instance, two major shortcomings are: they are still too low-level (you have to deal with the dbgeng COM API), and there's no REPL) -* The debugger team has recently introduce [Javascript - scripting](https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/javascript-debugger-scripting). +* The debugger team has recently introduce [JavaScript Debugger Scripting](https://learn.microsoft.com/windows-hardware/drivers/debugger/javascript-debugger-scripting). Javascript is a much better (and more well-defined) language than the old windbg scripting language, but I think that PowerShell has some advantages, the largest of which is that nobody really uses a Javascript shell--PowerShell is much better as a