Sublime Forum

Build system unselected after closing project

#1

After closing a project with a custom build system and opening another file (in this case a Python file) I leaves the build system unselected. So I have to manually put it back to ‘automatic’. I would expect it to revert to the default ‘automatic’ option by itself.

0 Likes

#2

With the current build system selection, there is almost no reason to ever not use “Automatic”. If it doesn’t select the correct build by default, just press ctrl+shift+b (cmd on OSX) to select the appropriate one from a list. It will only list applicable build systems and variants.

2 Likes

#3

Aaaah! That was the issue. The projects build system was explicitly selected.

0 Likes