{
	"folders": [
		{
			"path": "."
		}
	],
	"settings": {
		"[markdown]": {
			"editor.quickSuggestions": {
				"other": false,  // Disable other suggestions
				"comments": false,
				"strings": true  // Enable suggestions for strings (including links)
			},
			"editor.suggestOnTriggerCharacters": true  // Keep suggestion on trigger characters (like '[' for links)
		}
	}
}