/ crouching_tiger.code-workspace
crouching_tiger.code-workspace
 1  {
 2  	"folders": [
 3  		{
 4  			"path": "."
 5  		}
 6  	],
 7  	"settings": {
 8  		"conventionalCommits.scopes": [
 9  			"Structure",
10  			"Features"
11  		],
12  		"workbench.colorCustomizations": {
13  			"minimap.background": "#00000000",
14  			"scrollbar.shadow": "#00000000"
15  		}
16  	}
17  }