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

User can either open the folder or just the file when selecting the problem #373

Closed
jdneo opened this issue Jul 25, 2019 · 0 comments · Fixed by #511
Closed

User can either open the folder or just the file when selecting the problem #373

jdneo opened this issue Jul 25, 2019 · 0 comments · Fixed by #511
Labels
enhancement New feature or request
Milestone

Comments

@jdneo
Copy link
Member

jdneo commented Jul 25, 2019

Now if the workspace does not contain the folder that specified in leetcode.workspaceFolder. The extension will ask user to open/add it into the VS Code, which might terminate the execution to generate the problem file -- which hurt the user experience.

We can have two solution for this:

  1. Add one more choice such as Just open problem file in editor to only open that file in VS Code.
  2. Just open the problem file instead of asking users to open the folder. Then add a command / button that can let users open the folder.
@jdneo jdneo added the enhancement New feature or request label Jul 25, 2019
@jdneo jdneo added this to the 0.16.1 milestone Feb 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant