atomi wrote:I've changed my terminal to:
- Code: Select all
"terminal": "C:\\Windows\\system32\\cmd.exe",
The terminal window loads, however it takes nearly a minute for a prompt to appear.
This bug has been fixed in version 1.1.1.
atomi wrote:I've changed my terminal to:
- Code: Select all
"terminal": "C:\\Windows\\system32\\cmd.exe",
The terminal window loads, however it takes nearly a minute for a prompt to appear.
wbond wrote:I just tested out Console 2 and it worked as expected just setting the exe path. What the plugin does is launch the exe with the CWD set to the directory that contains the file or folder you were editing or selected.
{
// The command to execute for the terminal, leave blank for the OS default
"terminal": "C:\\Dropbox\\Software\\Console2\\Console.exe",
"parameters": ["-d", "."]
}
"keys": ["ctrl+alt+shift+m"],
"command": "open_terminal_project_folder",
"args": {
"parameters": ["middleman server --livereload"]
}
firefusion wrote:I can't get custom parameters to work on windows![]()
This open default CMD terminal in the right place but doesn't pass the parameters.
- Code: Select all
"keys": ["ctrl+alt+shift+m"],
"command": "open_terminal_project_folder",
"args": {
"parameters": ["middleman server --livereload"]
}
"keys": ["ctrl+alt+shift+m"],
"command": "open_terminal_project_folder",
"args": {
"parameters": ["middleman", "server", "--livereload"]
}
firefusion wrote:Still no joy. It doesn't even pass one parameter if it reduce it to that.
I've tried it with cmd, powershell and running sublime in admin mode.
Windows 64bit.
willi297 wrote:This is a nice plugin, and one I had wanted to implement for a while. We would like it if you could fork your plugin over to the SublimeText org on GitHub. Follow the link to get instructions for requesting membership to the org:
https://github.com/SublimeText
{
"terminal": "C:/Program Files (x86)/Git/bin/sh.exe",
"parameters": ["--login", "-i"]
}Return to Plugin Announcements
Users browsing this forum: Alexa [Bot] and 6 guests