Disable the confirmation dialog when deleting files in the VS Code explorer to streamline the development workflow and reduce friction during file management operations.
4 lines
60 B
JavaScript
4 lines
60 B
JavaScript
'use strict';
|
|
|
|
module.exports = require('./lib/picomatch');
|