Gerard Roche

Results 255 comments of Gerard Roche

Hmm. Are you projects located at `~/projects`? With: ``` |-- ~/projects |-- project/name |-- project/name2 |-- project-b/name |-- project-b/name2 ``` This should display a select list with the four projects...

I think there is confusion between Sesame projects and Sublime projects. They are different things and nothing to do with one another. Sesame only provides an easy way to access...

Ah yes, move both `test.sublime-project` and `test.sublime-workspace` into a folder: ~/Code/projects/test/test.sublime-project ~/Code/projects/test/test.sublime-workspace Sesame looks for folders, it won't pickup `sublime-project` files by themselves. With the test project above and a...

@joelmellon Did you ever get it working? I wrote a blog post which may help: https://blog.gerardroche.com/2023/05/19/sesame-a-sublime-text-plugin/

@mike2hex no worries. Glad you got it working, and for the information. 1) The PROJECTS_PATH is intentionally loaded before the sublime setting to allow overriding it directly in sublime. Loading...

Looks fixed. Close?

I don't think this is a Package Control issue.

My unit tests for osx have started failing. I assume it's related to this issue. It times out when trying to install Package Control: ``` ... /Users/runner/work/NeoVintageous/NeoVintageous Run . $GITHUB_ACTION_PATH/../../scripts/utils.sh...

I implemented this as a plugin because it's useful outside of the context of NeoVintageous. It has been submitted to Package Control. https://github.com/gerardroche/sublime-show-ascii-value