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

New file feature does not respects subfolders #192

Closed
ddeath opened this issue Nov 18, 2017 · 1 comment
Closed

New file feature does not respects subfolders #192

ddeath opened this issue Nov 18, 2017 · 1 comment

Comments

@ddeath
Copy link

ddeath commented Nov 18, 2017

  • open project
  • create subfolder A in it
  • open A
  • click on New file
  • enter the name for the file
  • hit Create file
  • file is created in project root and not in subfolder
@meriadec
Copy link
Contributor

File creation is done here:

fs.writeFile(fileName, defaultMJML, err => {
so to make new file be created on the selected folder, it will need to take it in account at this moment (using state.activeFile or state.path (to be tested)

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

No branches or pull requests

2 participants