Configuration File Questions #82
Unanswered
jdhitsolutions
asked this question in
Q&A
Replies: 2 comments 2 replies
-
|
We need to better resolve the file path. It is using the parameter, but if you used the relative path, it's just going to try the current directory (I think). https://github.com/ironmansoftware/psedit/blob/main/ShowEditorCommand.cs#L64 The color values are coming from the ConsoleColor. I'll try to improve the docs around this to better implement and document this,. |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
If I'm understanding the code, you don't have a default color for comments. |
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.
-
I am assuming the configuration file is the theme JSON file. Can you provide some detail on where it should be placed? I tried referencing it with the parameter, but I don't think it is being used. From the code, it looks like the command is looking in the documents folder. I tried that too and didn't get anywhere. Or is the configuration file something different than the theme JSON file.
I'm also assuming the the color values come from
ConsoleColor.Beta Was this translation helpful? Give feedback.
All reactions