nobuhito/vscode.printcode

A5 paper size

yigithsyn opened this issue · 2 comments

Could you please add settings option for A5 paper size?

"printcode.paperSize": {
	"type": "string",
	"description": "Paper size and orientation.",
	"enum": [
		"a4",
		"a4Land",
		"letter",
		"letterLand",
		"a5"
	],
	"default": "a4"
}

Thanks.

I added A5 (along with A3 and legal; portrait and landscape) into PR #7 .

Thank you very much. Really appreciated!