-
Notifications
You must be signed in to change notification settings - Fork 81
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
Terminus not opening #433
Comments
What error message do you receive? |
thanks for replying bro, like the terminus wont open up , no errors
whatsoever, it just wont open up in my windows 7 laptop that's it, Whereas,
I just checked on my other windows 10 pc and its working fine there. Also
I've also used terminus like 2-3 weeks before on my same Win7 laptop and
then it was working fine.
Also here's the sublime-build I'm using for terminus in both the PCs :
{
"target": "terminus_exec",
"cancel": "terminus_cancel_build",
"shell_cmd": "g++ \"${file}\" -o \"${file_path}/${file_base_name}\"",
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
"working_dir": "${file_path}",
"selector": "source.c++",
"variants":
[
{
"name": "Run",
"shell_cmd": "g++ \"${file}\" -o \"${file_path}/${file_base_name}\" &&
\"${file_path}/${file_base_name}\""
}
]
}
…On Tue, Aug 27, 2024 at 9:02 PM Randy Lai ***@***.***> wrote:
What error message do you receive?
—
Reply to this email directly, view it on GitHub
<#433 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BK2BO7VNYXEKAXQ5K6KDORLZTSLYVAVCNFSM6AAAAABNFTJ32CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMJSHA4DQOBXGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Do you select the right build system? If there is no error message in the console, it seems like that you haven't triggered the Terminus commands. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version : Build 4180
I'm on my old laptop which I still use most of the time (running Windows 7 tho). And when I first installed sublime text 4 with terminus like 2 weeks ago, it was running well without any issues, but since yesterday terminus won't even open (using terminus for c++, sublime-build).
Without terminus I won't even get to complete my college work. Please fix this issue ASAP. Thanks :)
The text was updated successfully, but these errors were encountered: