Darren Schroeder
Darren Schroeder
ya, i understood that they weren't steps. I did option 2 and got it working after i copied the scm files.
Thanks. I wonder why that stopped working?
You might try single quotes or backtick quotes. Double quotes interpret escapes, so they don't work in windows very well since windows paths are filled with escapes. Another option is...
Good point. If vscode is creating and quoting the executable to run, I'm not sure there is a way to fix this. I've pointed out this issue to others as...
To follow on Ian's point, we'd love to have someone submit a great PR to vscode to support nushell in their codebase for launching commands and such. Any takers?
Thanks. I gave it a 👍🏻. Seems like they used to use that to prioritize fixes and stuff.
> @rtpg as far as the example it can be as simple as the > > https://github.com/nushell/reedline/blob/main/examples/basic.rs > > but call it _disable_prompt.rs_ I don't really understand what you're saying...
unresponsive.
We already have --config, --env-config, and plugin-config to specify the files to load. Does that not work for you?
so, if i understand you correctly, you're saying that if i use `nu -c --config /path/to/config.nu --env-config /path/to/env.nu` it won't load these specified config files. is that correct? i haven't...