Get all folder names in the root directory of the workspace. The function will automatically ignore all directories with . (dot) or _ (underscore).
.
_
const folderNames = readWorkspaceFolderNames() Copy
const folderNames = readWorkspaceFolderNames()
Get all folder names in the root directory of the workspace. The function will automatically ignore all directories with
.
(dot) or_
(underscore).