mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-15 15:19:59 +08:00
取消 monaco 默认语言设置
This commit is contained in:
@@ -43,7 +43,6 @@ export default {
|
|||||||
initEditor() {
|
initEditor() {
|
||||||
let monacoEditorPreferences = {
|
let monacoEditorPreferences = {
|
||||||
value: "",
|
value: "",
|
||||||
language: "javascript",
|
|
||||||
automaticLayout: true,
|
automaticLayout: true,
|
||||||
foldingStrategy: "indentation",
|
foldingStrategy: "indentation",
|
||||||
autoClosingBrackets: true,
|
autoClosingBrackets: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user