mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
completionSupport false for SparkRInterpreter
Change-Id: I590e7191f609b77fd7c9fcb3b30b94c561a7fbdb
This commit is contained in:
parent
d2f70ae7d1
commit
97f594dc85
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@
|
|||
"editor": {
|
||||
"language": "r",
|
||||
"editOnDblClick": false,
|
||||
"completionSupport": true
|
||||
"completionSupport": false
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue