aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: 55d7b040788c0f9192ba5894922a25b46cc674c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"terminal.integrated.defaultProfile.windows": "MSYS2 MinGW x64",
	"terminal.integrated.profiles.windows": {
		"MSYS2 MinGW x64": {
			"path": [ "C:/msys64/msys2_shell.cmd" ],
			"args": [ "-defterm", "-no-start", "-mingw64", "-shell", "sh", "-here" ],
			"icon": "terminal-bash"
		}
	},
	"cmake.configureOnOpen": false,
	"files.eol": "\n",
	"files.associations": {
		"entity.h": "c",
		"shop.h": "c"
	}
}