Skip to content

Commit

Permalink
fix: simplify monaco options (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
gene9831 authored Jun 26, 2024
1 parent 3258b26 commit a6cc633
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@

<script>
import { VueMonaco } from '@opentiny/tiny-engine-common'
import { theme } from '@opentiny/tiny-engine-controller/js/monaco'
import { useLayout } from '@opentiny/tiny-engine-entry'
import { Input, Popover, Switch } from '@opentiny/vue'
import { iconHelpQuery } from '@opentiny/vue-icon'
Expand All @@ -78,13 +77,7 @@ export default {
const context = inject('context')
const editorOptions = {
roundedSelection: true,
automaticLayout: true,
autoIndent: true,
language: 'json',
formatOnPaste: true,
tabSize: 2,
theme: theme(),
lineNumbers: false,
minimap: {
enabled: false
Expand Down

0 comments on commit a6cc633

Please sign in to comment.