Граф коммитов

592 Коммитов

Автор SHA1 Сообщение Дата
Chet Husk 46a7766df0 Address Noah's review notes 2023-08-22 22:03:41 -05:00
Chet Husk eb76988ca5
Update README.md with telemetry notice 2023-08-22 15:58:10 -05:00
Chet Husk 47cddacccb
Update vscode-dotnet-runtime-extension/README.md
Co-authored-by: Noah Gilson <noahgilson@microsoft.com>
2023-08-22 15:32:13 -05:00
Chet Husk 3250aa7d47 minor typo 2023-08-21 16:51:33 -05:00
Chet Husk f89eef7905 make intro paragraph pop, add troubleshooting steps front and center 2023-08-21 16:35:20 -05:00
Chet Husk babfbcca71
Merge branch 'main' into reword-runtime-extension 2023-08-19 12:58:49 -05:00
Noah Gilson 3b1cf5e418
Merge pull request #1123 from dotnet/JL03-Yue/bug-report
Update issue templates
2023-08-18 17:07:32 -07:00
Noah Gilson 28bf5d6f92
Merge branch 'main' into JL03-Yue/bug-report 2023-08-18 16:01:58 -07:00
Noah Gilson 8852b0fc4a Add more whitespace to the issue template in hopes that it makes it clearer where users can type 2023-08-18 15:58:19 -07:00
Chet Husk cfb1f90ef1
Merge branch 'main' into reword-runtime-extension 2023-08-18 14:55:12 -05:00
Chet Husk da2f368c47
Merge pull request #536 from jogo-/patch-1 2023-08-18 12:39:25 -05:00
Chet Husk d218ecfb50
Merge pull request #1257 from dotnet/changelogs 2023-08-18 12:39:00 -05:00
Chet Husk 53906ffefd
Merge branch 'main' into reword-runtime-extension 2023-08-18 11:06:09 -05:00
Chet Husk 2ea00a8784
Merge branch 'main' into patch-1 2023-08-18 11:05:08 -05:00
Annie Li 6e31358cc7
Update vscode-dotnet-runtime-library/src/Utils/IssueReporter.ts
Co-authored-by: Noah Gilson <noahgilson@microsoft.com>
2023-08-17 18:37:06 -07:00
Noah Gilson 9d4201415f
Merge branch 'main' into JL03-Yue/bug-report 2023-08-17 14:45:17 -07:00
annie 868881deed update the issue reporter test to include changed redirect url 2023-08-16 20:46:15 -07:00
annie 8c62159179 updated the redirect template to be the template choosing page; updated bug report template to incorporate prompt not from vscode 2023-08-16 12:58:12 -07:00
Chet Husk d74de36438 Remove old changelog 2023-08-15 15:03:01 -05:00
Chet Husk c5d0d2d495 add changelog for runtiem and sdk extensions 2023-08-15 13:57:16 -05:00
Chet Husk 9fab8e4c09 Changelog stubs 2023-08-15 13:15:42 -05:00
Noah Gilson 741314bd0e
Merge pull request #1212 from nagilson/nagilson-no-ps-error
Verify that PowerShell Install Scripts can Execute
2023-08-14 10:07:01 -07:00
Noah Gilson de4c9f1964 Add message saying the install wasn't done if its already there 2023-08-11 15:34:07 -07:00
Noah Gilson fa6c2940e2 Fix linter issues 2023-08-10 10:47:27 -07:00
Noah Gilson 9ccaabe008 Remove the copy of 2 logos on the extension page. 2023-08-09 16:40:50 -07:00
Noah Gilson 774395308c Use PNG instead of .SVG files as VS Code now fails if you try to use svg files
This change was for security purposes on vscode's end.
It was breaking our code. I used the url on vsmarketplace as it should be a stable url, even if the version changes.
2023-08-09 16:01:36 -07:00
Noah Gilson c43a6671c3 Verify that PowerShell Install Scripts can Execute
Add an error to tell users how to install powershell if it's not on the PATH.
Also check execution policy to see if the elevation level needed to run dotnet install is available or not.

Also changes the timeout value for those who have slower internet -> assuming 8 mbps/sec for downloading .NET is roughly 4.5 minutes or 270 seconds + internet SP ramp up time.

Changes messaging for timeout to include instructions on how to change timeout value and also makes button more likely to be clicked on, or that's the hope.
2023-08-09 15:40:34 -07:00
annie 4de6f67fdc fixing issue reporter test 2023-08-07 20:35:01 -07:00
annie 672600c0c1 change issure reporter prompt 2023-08-04 15:19:30 -07:00
annie d5681375a5 bug report v1 2023-08-04 15:07:44 -07:00
annie 3452ea4f68 add clipboard prompt 2023-08-02 11:39:49 -07:00
annie 363a28a197 feature request about comment 2023-08-01 18:51:39 -07:00
annie bd019b937d change about 2023-08-01 18:27:41 -07:00
annie 928bdf4008 change about 2023-08-01 18:20:12 -07:00
annie ba4698b353 change security about 2023-08-01 18:11:29 -07:00
annie d162173c83 change name 2023-08-01 17:55:22 -07:00
annie 09946cdca9 add bug, feature, security template 2023-07-28 14:49:21 -07:00
annie c27bb1c4c3 update bug report 2023-07-28 14:11:36 -07:00
annie 2b3b7402e3
Merge pull request #1122 from JL03-Yue/JL03-Yue/error-issue
fix logging issue and add a logging unit test
2023-07-28 14:07:13 -07:00
annie 23daa8c849
Update .github/ISSUE_TEMPLATE/🐜bug-report--vs-code-runtime-extension.md
Co-authored-by: Noah Gilson <noahgilson@microsoft.com>
2023-07-28 13:35:55 -07:00
annie 13afa36d52
Update .github/ISSUE_TEMPLATE/🐜bug-report--vs-code-runtime-extension.md
Co-authored-by: Noah Gilson <noahgilson@microsoft.com>
2023-07-28 13:35:46 -07:00
annie 70ed1feadb
Update .github/ISSUE_TEMPLATE/🐜bug-report--vs-code-runtime-extension.md
Co-authored-by: Noah Gilson <noahgilson@microsoft.com>
2023-07-28 13:35:36 -07:00
annie e0dfbe9151
Update .github/ISSUE_TEMPLATE/🐜bug-report--vs-code-runtime-extension.md
Co-authored-by: Noah Gilson <noahgilson@microsoft.com>
2023-07-28 13:35:28 -07:00
annie f321981c50
Update .github/ISSUE_TEMPLATE/🐜bug-report--vs-code-runtime-extension.md
Co-authored-by: Noah Gilson <noahgilson@microsoft.com>
2023-07-28 13:35:17 -07:00
annie 84e0e52461 Remove comment line 2023-07-28 13:33:39 -07:00
annie f4d1cfcf70 Merge branch 'JL03-Yue/error-issue' of https://github.com/JL03-Yue/vscode-dotnet-runtime into JL03-Yue/error-issue 2023-07-28 13:21:14 -07:00
annie 192cadb435 change loggingObserver test comment 2023-07-28 13:21:06 -07:00
annie 7f867ecd7f
Update vscode-dotnet-runtime-library/src/test/unit/LoggingObserver.test.ts
Co-authored-by: Noah Gilson <OTAKUPENGUINOP@GMAIL.COM>
2023-07-28 13:18:09 -07:00
annie bce2c96a61 using push to change the log 2023-07-28 13:17:03 -07:00
annie 85977b9b60
Update issue templates 2023-07-27 17:23:54 -07:00