meta: settings.json: wrap lines for github-issues notebooks (#199950)

This commit is contained in:
Ulugbek Abdullaev 2023-12-04 14:41:17 +01:00 committed by GitHub
parent 7e67ab1991
commit 3786cdcf9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -164,5 +164,8 @@
"vscode-notebook-renderer",
"src/vs/workbench/workbench.web.main.ts",
"src/vs/workbench/api/common/extHostTypes.ts"
]
],
"[github-issues]": {
"editor.wordWrap": "on"
}
}