mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 07:00:11 +01:00
First iteration of monaco editor lsp client (#5044)
This commit is contained in:
parent
a59f6c8a72
commit
0fd6f29a23
42 changed files with 14026 additions and 4 deletions
|
|
@ -21,6 +21,9 @@ export default defineConfig(async (args) => {
|
|||
/** @type {import('vite').UserConfig} */
|
||||
return {
|
||||
base: './',
|
||||
resolve: {
|
||||
dedupe: ['monaco-editor-core']
|
||||
},
|
||||
build: {
|
||||
lib: {
|
||||
cssFileName: 'editor/editor.main',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue