mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-11 00:06:06 +00:00
Fix LanguageStatusService.addStatus is not supported (#6780)
This commit is contained in:
@@ -9,6 +9,7 @@ import {
|
||||
getEnhancedMonacoEnvironment,
|
||||
MonacoVscodeApiWrapper
|
||||
} from 'monaco-languageclient/vscodeApiWrapper'
|
||||
import getLanguagesServiceOverride from '@codingame/monaco-vscode-languages-service-override'
|
||||
|
||||
export function buildWorkerDefinition() {
|
||||
const envEnhanced = getEnhancedMonacoEnvironment()
|
||||
@@ -134,6 +135,7 @@ export async function initializeVscode(caller?: string, htmlContainer?: HTMLElem
|
||||
// ...getTextmateServiceOverride()
|
||||
// ...getConfigurationServiceOverride(),
|
||||
// ...getKeybindingsServiceOverride()
|
||||
...getLanguagesServiceOverride()
|
||||
},
|
||||
userConfiguration: {
|
||||
json: JSON.stringify({
|
||||
|
||||
Reference in New Issue
Block a user