Sublime Forum

How do i restart sublime text 3

#1

Sublime text 3 keeps giving me an error message every time that I start up the application. It says I need to restart it. How do I do that? I have closed that program and reopened it, but that doesn’t seem to fix the problem. What other was of restarting it are there?

0 Likes

#2

What is the exact error message?

Also, use 3chars followed by python or nothing ( to highlight, specifying a language can help but isn't necessary ) and paste the CONSOLE output of your Sublime Text program followed by 3 more chars to make it look like

this

To open the console:

{ "keys": ["ctrl+`"], "command": "show_panel", "args": {"panel": "console", "toggle": true} },

CTRL + ` by default… Pasting the data will help isolate the problem.

0 Likes