Add a setting to disable gpu acceleration (fixes #15211)

This commit is contained in:
Benjamin Pasero
2019-10-09 17:15:01 +02:00
parent 841d89748a
commit b73f9ec854
7 changed files with 134 additions and 9 deletions

View File

@@ -37,7 +37,8 @@
"launch.json",
"tasks.json",
"keybindings.json",
"extensions.json"
"extensions.json",
"argv.json"
]
}
],