You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After fetching repo from git with git clone https://margo.sh/GoSublime to Packages directory of Sublime Text 3 installation,
I restart SublimeText and nothing happens.
Nothing on the status bar, ctrl+., ctrl+x does nothing
Where to look?
The text was updated successfully, but these errors were encountered:
The ctrl/cmd+.,ctrl/cmd+x chord's command can also be invoked via the Sublime Text command palette: menu > Tools > Command Palette and typing command GoSublime: Edit Margo Etension.
Otherwise, maybe there's an error in the Sublime text console ctrl/cmd+`.
Thanks, I figured out what was the problem. Proper Packages folder is located not within the Program Files folder, but in the /C/Users/User/AppData/Roaming/Sublime Text 3/Packages
Now, open Sublime Text 3, menu > Tools > Command Palette and typing command GoSublime: Edit Margo Extension.
I think this should be in the docs for the installation.
After fetching repo from git with
git clone https://margo.sh/GoSublime
to Packages directory of Sublime Text 3 installation,I restart SublimeText and nothing happens.
Nothing on the status bar,
ctrl+.
,ctrl+x
does nothingWhere to look?
The text was updated successfully, but these errors were encountered: