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 elixir as a language option #731

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ThatHurleyGuy
Copy link

@ThatHurleyGuy ThatHurleyGuy commented Aug 31, 2021

I saw that elixir was now supported in the leetcode web UI, and thought it would be nice to be able to do that within vscode. This PR basically just adds elixir anywhere else that has boilerplate for other languages. I wasn't sure the best way to test this, so I deleted ~/.vscode/extensions/leetcode.vscode-leetcode-0.18.0/out and ~/.vscode/extensions/leetcode.vscode-leetcode-0.18.0/node_modules/vsc-leetcode-cli and replaced the contents with my forked repos. After that I was able to set my default language and generate/test/submit problems all in elixir.

This work will depend on an update the the cli repo dependency. See associated PR here. So we'll need to update that dependency once the other PR is merged/released. If there's anything missing from this PR or if there's anything else I can provide to help with this!

Copy link

@Weilet Weilet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants