You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So then, Visual Studio Code uses a single json file format to define themes while Visual Studio uses no less than FIVE different file formats: vssettings, vstheme, xml, pkgdef, and vsix. And, it seems that none of these are interoperable, few translators exist, and there is no way to simply export your current custom font and color environment settings to any of these. For example, if I simply want to export by current settings to anything other than vssettings, I cannot, and if I do, I cannot then convert it into anything else. And yet, generating a single universal theme file is trivial in VS Code.
Am I missing something?
Might I suggest that the VS devs switch to a single readable format, JSON, and leave the other five behind? With its launch, please include a single file conversion program functionally similar to pandoc with its own intermediate representation. You could always compress to BSON and cache for faster loading. That would reduce the current SIX formats used by VS/Code down to ONE. That's a win for users, devs, and PMs alike.
The content you are editing has changed. Please copy your edits and refresh the page.
So then, Visual Studio Code uses a single
json
file format to define themes while Visual Studio uses no less than FIVE different file formats:vssettings
,vstheme
,xml
,pkgdef
, andvsix
. And, it seems that none of these are interoperable, few translators exist, and there is no way to simply export your current customfont and color
environment settings to any of these. For example, if I simply want to export by current settings to anything other thanvssettings
, I cannot, and if I do, I cannot then convert it into anything else. And yet, generating a single universal theme file is trivial in VS Code.Am I missing something?
Might I suggest that the VS devs switch to a single readable format, JSON, and leave the other five behind? With its launch, please include a single file conversion program functionally similar to
pandoc
with its own intermediate representation. You could always compress to BSON and cache for faster loading. That would reduce the current SIX formats used by VS/Code down to ONE. That's a win for users, devs, and PMs alike.Tasks
The text was updated successfully, but these errors were encountered: