dotnet.createfile(path) no creating file in the specified path #685
Replies: 1 comment
-
|
Looks like you found a bug. #686 should fix it Let me know if it still doesnt work |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to make a keybind for
neo-treeto calldotnet.createfile(path)based on the current node of the neo-tree state. However, even when the absolute path is passed into thedotnet.createfile()function the class/interface/etc... that gets created always get created in project root. Below is the implementation:Am I using
dotnet.createfile()wrong here?Thanks
Beta Was this translation helpful? Give feedback.
All reactions