badlogic / vscode-dos-dev-extension

Visual Studio Code DOS development extension
MIT License
30 stars 3 forks source link

VSCodium support....? #3

Open HUNT3Rdotme opened 1 year ago

HUNT3Rdotme commented 1 year ago

...Because some people don't want to deal with any (more/Microsoft) telemetry on their systems. 😋

badlogic commented 1 year ago

Not sure that's possible. The extension depends on the C/C++ extension from Microsoft (though most of it is disabled in favor of the clangd extension). Haven't looked into what VSCodium supports and what it doesn't support. You can build a package with npm install & vsce package and see if that can be installed in VSCodium.