-
Notifications
You must be signed in to change notification settings - Fork 16
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
Windows in WSL support #8
Comments
Since I don't have Windows computer, welcome for contributing if anyone wants to help :) I could provide a setup session for this. |
I don't have any experience with typescript or vscode plugins, but I suspect it would have something to do with how the Briefly looking at the code - I see there are no special options given to Another issue is that the command |
We are similar. I am also new to typescript and vscode thingy. This is just my "toy project" to avoid developer directly deal with terminal and remember ansible-vault command in my working space. Therefore you may feel the code is not really clean and organized... sorry 🙇 I have setup the dev env in Windows and it looks like cannot take the correct path in extension runtime. Back to your question,
It's fine for debug purpose, and actually I could get the command output in my development env. Once I could regenerate the error, I could check the message and fix it.
This command also requires Thanks again your comments and please let me know if I understand wrongly. |
Hey, I checked this, and it should be possible. You already found out that |
I'd be happy to set up a session with you @dhoeric if you wanted to get Windows support for this working. I may be able to take a look at the code but I'm not too familiar with Typescript |
It does not work as simple as you say, I have just tried. |
I use Visual Code on Windows, but run Ansible in VM's or in Window's Linux Subsystem (WSL). With the newer versions, you can launch Linux programs from Windows with the
c:\Windows\System32\bash.exe
command.I first tried to set
ansibleVault.executable
toc:\\Windows\\System32\\bash.exe -lc 'workon ansible2; ansible-vault $*' --
which is a command that works from thecmd.exe
windows shell (without the escaped\
). Running this however completely hangs all input in Visual Studio, forcing me to restart it.I've tried quite a few things, including a wrapper shellscript, wrapper batch script, ... all with the same results.
The text was updated successfully, but these errors were encountered: