Welcome to mirror list, hosted at ThFree Co, Russian Federation.

settings.json « .vscode « testWorkspace « vscode-api-tests « extensions - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 987c35c44845f08aed3f6c048c0d7c0a95e23988 (plain)
1
2
3
4
5
6
7
8
9
10
{
	"search.exclude": {
		"**/search-exclude/**": true
	},
	"files.exclude": {
		"**/files-exclude/**": true
	},
	"editor.minimap.enabled": false, // see https://github.com/microsoft/vscode/issues/115747
	"workbench.editor.languageDetection": true
}