add support for recursive selection and deselection of files in the tree view
This commit is contained in:
10
.vscode-test.mjs
Normal file
10
.vscode-test.mjs
Normal file
@@ -0,0 +1,10 @@
|
||||
import * as path from 'path';
|
||||
import { fileURLToPath } from 'url';
|
||||
|
||||
const __dirname = path.dirname(fileURLToPath(import.meta.url));
|
||||
|
||||
export default {
|
||||
version: 'stable',
|
||||
extensionDevelopmentPath: __dirname,
|
||||
extensionTestsPath: path.join(__dirname, 'out', 'test')
|
||||
};
|
||||
Reference in New Issue
Block a user