mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 18:32:56 +01:00
Fix #2843
This commit is contained in:
parent
3ad48dbde4
commit
a8878c8cfe
8 changed files with 118 additions and 79 deletions
|
|
@ -8,7 +8,8 @@
|
|||
const glob = require('glob');
|
||||
const path = require('path');
|
||||
const fs = require('fs');
|
||||
const { REPO_ROOT, prettier, ensureDir } = require('./utils');
|
||||
const { REPO_ROOT } = require('./utils');
|
||||
const { ensureDir } = require('./fs');
|
||||
|
||||
const customFeatureLabels = {
|
||||
'vs/editor/browser/controller/coreCommands': 'coreCommands',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue