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

Custom extensions don't work correctly on Windows #4

Open
HerbCaudill opened this issue Jun 17, 2019 · 0 comments
Open

Custom extensions don't work correctly on Windows #4

HerbCaudill opened this issue Jun 17, 2019 · 0 comments

Comments

@HerbCaudill
Copy link

HerbCaudill commented Jun 17, 2019

To reproduce

  1. Change settings to use typescript with no testFolder, as follows:
  "createTest.srcFileExtension": ".ts",
  "createTest.testFileExtension": ".test.ts",
  "createTest.testFolder": "",
  1. Run "create test".

Expected result

myfile.test.ts

Actual result

myfile.ts.ts


This appears to be a Windows-specific issue; the pathUtils tests fail when I run them.

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

1 participant