This commit is contained in:
Alex Dima 2021-12-20 15:41:33 +01:00
parent 3ad48dbde4
commit a8878c8cfe
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
8 changed files with 118 additions and 79 deletions

View file

@ -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',