completionSupport false for SparkRInterpreter

Change-Id: I590e7191f609b77fd7c9fcb3b30b94c561a7fbdb
This commit is contained in:
Prabhjyot Singh 2018-03-21 17:42:41 +05:30
parent d2f70ae7d1
commit 97f594dc85
No known key found for this signature in database
GPG key ID: E8B414FA26357220

View file

@ -233,7 +233,7 @@
"editor": {
"language": "r",
"editOnDblClick": false,
"completionSupport": true
"completionSupport": false
}
}
]