Skip to content
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

add debian support #2119

Open
wants to merge 23 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
9e97eed
add distro support
curllog Feb 5, 2025
00a3721
add debian distro provider and update linux version resolver
curllog Feb 5, 2025
9ab37b8
add debian test
curllog Feb 5, 2025
541518b
Merge branch 'main' into add-debian-support
curllog Feb 10, 2025
073b49b
Merge branch 'main' into add-debian-support
curllog Feb 11, 2025
d1d9c04
Merge branch 'main' into add-debian-support
curllog Feb 11, 2025
137776e
Merge branch 'main' into add-debian-support
curllog Feb 12, 2025
6e05029
Update vscode-dotnet-runtime-library/distro-data/distro-support.json
curllog Feb 12, 2025
1af1116
injectPmc during dotnetpackage checkk
curllog Feb 12, 2025
190c923
rename debian to Debian GNU/Linux
curllog Feb 13, 2025
55bcabf
fix naming for debian gnu/linux in tests
curllog Feb 15, 2025
4e3c46b
fix linter error and await injectpmcfeed
curllog Feb 15, 2025
14df443
rollback not needed changes
curllog Feb 18, 2025
cb588cb
Add credit in changelog and add information msg about MSFT vs Communi…
nagilson Feb 18, 2025
91c8e1b
Improve logging
nagilson Feb 19, 2025
7181862
Build fix
nagilson Feb 19, 2025
ffe98ba
Merge branch 'main' into add-debian-support
nagilson Feb 24, 2025
bcc1755
Merge branch 'main' into add-debian-support
nagilson Feb 26, 2025
9878131
Fix code indentation
nagilson Feb 26, 2025
2215761
Fix linter issue
nagilson Feb 26, 2025
98b8107
Fix bug where distro version was too specific
nagilson Feb 27, 2025
4653dbb
Merge remote-tracking branch 'upstream/main' into add-debian-support
nagilson Mar 7, 2025
c251f12
Fix bad merge
nagilson Mar 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vscode-dotnet-runtime-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning].

## [2.2.9] - 2025-2-26

Add community support for Debian.
Add community support for Debian SDK installation -- thank you @curllog!
Fix issue with install scripts on validating the dotnet install.
Performance improvements.

Expand Down
Loading