Fixed possible typo (#324)

Fixing possible typo on the `oneDarkPro` theme name.
This commit is contained in:
Enzo Di Tizio 2021-04-29 19:51:52 -03:00 committed by GitHub
parent 220362ef8f
commit b70c1a4a07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -976,7 +976,7 @@
"java.semanticHighlighting.enabled": true,
"java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx1G -Xms100m -javaagent:\"/home/chris/.vscode-oss/extensions/gabrielbb.vscode-lombok-1.0.1/server/lombok.jar\"",
"workbench.list.automaticKeyboardNavigation": false,
"oneDarkPro.editorTheme": "onedarkPro",
"oneDarkPro.editorTheme": "oneDarkPro",
"python.languageServer": "Pylance",
"editor.scrollbar.horizontal": "hidden",
"editor.scrollbar.vertical": "hidden",