enable experimental renderer profiling for us (#164418)

pull/163880/head^2
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
1 changed files with 2 additions and 1 deletions

View File

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