enable experimental renderer profiling for us (#164418)

This commit is contained in:
Johannes Rieken 2022-10-24 10:22:04 +02:00 committed by GitHub
parent d1d27e4b50
commit c07b428d7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -108,5 +108,6 @@
"sash"
],
"githubPullRequests.assignCreated": "${user}",
"githubPullRequests.defaultMergeMethod": "squash"
"githubPullRequests.defaultMergeMethod": "squash",
"application.experimental.rendererProfiling": true
}