-
Notifications
You must be signed in to change notification settings - Fork 4
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
Availability in the other marketplace #7
Comments
Relevant Discord discussion of the same topic: TLDR there's not a clear way to do that specifically due to the extension's dependency on Microsoft .NET 6. .NET is open source so it would stand to reason that there might be an open source dotnet distribution available via that same alternate marketplace, which if so please direct me towards it. ps if you're not in the Discord already, you really should be @ https://discord.gg/Q6pZGSR |
You may be able to hook into this: https://open-vsx.org/extension/ms-dotnettools/vscode-dotnet-runtime But I just installed it manually via the visx file from the regular marketplace, and it all seems to be working fine (though I can't directly compare it with VSCode since I don't have that installed, and I'm pretty new to everything so I don't know what might be missing...), and I don't remember installing .net 6 myself, though it could've been something else or I might not've hit the part that requires it yet...? |
It feels a bit redundant to have a non-MS version of VS Code, connected to a non-MS extension marketplace... to then use an unofficial redistribution of what appears to be the actual official Microsoft .NET toolkit to install the MS version of .NET 6 0.o In other words: at the point you're happy installing all of that Microsoft software, why bother with the non-MS fork of VS Code at all? |
There's also this as an option: dotnet/vscode-csharp#3401 (comment)
Perhaps, but redundancies are designed into all sorts of things for all sorts of reasons, a lot of the time it's on purpose too.
It might help to think of it as more a step in a process, than an end result. Sure right now there are some parts of the pipeline that can't be replaced with an open alternative, and some of those parts might be entirely closed and could be doing all sorts of shenanigans in the background. I'm not opposed to Microsoft authoring software... Or anyone else for that matter. Is open-sourcing the 'core' of a thing, only to then continue adding a bunch of neat stuff on top that isn't open and so incentivising people to stick with and begin to rely upon the 'technically open but really closed' version, really that different to the old 'Embrace, Extend, Extinguish'? Feels like 'Open, Extend, De-facto-Extinguish-all-else' to me... The more we push for open source software and open protocols and workable/interchangable alternatives to things, the less likely we are to be gradually encircled and trapped in a corporate hellscape of monopoly after monopoly at every level of software we use... Plus, on a more personal/specific level, I find it easier to maintain a healthy separation between work and home, in this WFH era, by using different editors for each. At the end of the day, all I can do is ask for the extension to be published to the open alternative marketplace, so other people using other compatible editors for whatever their reasons can benefit from the extension existing, in a way that is both legal and convenient. If y'all just don't want to, that's absolutely, totally fine by the way. I just think it'd be nice, handy, and 'proper' if it was published by the actual author, somewhere the actual author can control updates and whatnot, to have it be more widely accessible. I should join the Discord, and probably will if I ever get into writing scripts, but I'm still just getting started, and not being able to install it in 'my' editor of choice in the 'standard' way, is an obstacle to actually starting. Either I'm talking sense you agree with (or at least can understand how it'd be agreeable to others), or I'm talking nonsense and you don't agree at all. |
G'Day Guys,
Would you mind also publishing to https://open-vsx.org/ as mentioned over here: https://github.com/VSCodium/vscodium/blob/master/DOCS.md#extensions--marketplace
That would allow people to also use VSCodium with the addon if they wanted to.
Cheers.
The text was updated successfully, but these errors were encountered: