Can we have separate settings for each VS Code instance open? -


i'd have example different zoom levels each instance of vs code open on desktop. right if change zooming in 1 vs code window, others affected well.

you can set preferences on per workspace basis.

all need "window.zoomlevel": 1 in .vscode/settings.json file , affects window in project.

you can read more preference system in the docs.


Comments

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -