mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 08:01:35 +00:00
fix: fix default json formatter
This commit is contained in:
@@ -26,6 +26,18 @@
|
||||
schemas: [],
|
||||
enableSchemaRequest: true
|
||||
})
|
||||
languages.json.jsonDefaults.setModeConfiguration({
|
||||
documentRangeFormattingEdits: false,
|
||||
documentFormattingEdits: true,
|
||||
hovers: true,
|
||||
completionItems: true,
|
||||
documentSymbols: true,
|
||||
tokens: true,
|
||||
colors: true,
|
||||
foldingRanges: true,
|
||||
selectionRanges: true,
|
||||
diagnostics: true
|
||||
})
|
||||
</script>
|
||||
|
||||
<script lang="ts">
|
||||
|
||||
Reference in New Issue
Block a user