Sublime Forum

Why does my build release not save in my tools--> build system

#1

I am following a tutorial to start coding in C++ but for some reason my compiler does’nt appear in my build release. I am using sublime text 3.

Tutorial, (look at min 19:00 to see the working example): https://www.youtube.com/watch?v=KsG6dJlLBDw&t=150s

{
	"folders":
	[
		{
			"path": "bin/..",
			"file_exclude_patterns": ["*.sublime-project"]
		}
	],

	"build_systems":
	[
		{
			"name": "Build Release",
		}
	]
}
0 Likes

#2

That’s working fine here. Are you sure you’ve opened the project? (Project > Open Project…)

1 Like

#3

Thank you so much, I have been banging my head for weeks

0 Likes