vscode-elixir icon indicating copy to clipboard operation
vscode-elixir copied to clipboard

Make language IDs compliant with new identifier guidelines

Open timmhirsens opened this issue 6 years ago • 4 comments

Docs: https://code.visualstudio.com/docs/languages/identifiers#_new-identifier-guidelines

This is a breaking change as it may have an influence on other extensions relying on the current ids. The impact will have to be investigated.

Primer: https://github.com/vscode-icons/vscode-icons/issues/1414

timmhirsens avatar Jan 08 '18 07:01 timmhirsens

Just a friendly advice. Since this is a breaking change, if you are following Semantic Versioning the version number should be bumped to 2.0.0.

JimiC avatar Jan 09 '18 18:01 JimiC

Yup, probably the smart thing to do. Will still have to check if there is a way for me to find out if any extensions are depending on the identifiers.

timmhirsens avatar Jan 09 '18 18:01 timmhirsens

From what I know, only file icon extensions and the client of the said extension, if that extension has a server service, are depending on the language ids. You may probably want to give a heads up to other file icon extension authors about this change.

JimiC avatar Jan 09 '18 19:01 JimiC

@fr1zle when do you plan to merge this pr? I just those changes manually in my installation files, it worked, but would be nice to have it in distro.

ahmetcetin avatar May 09 '19 10:05 ahmetcetin