-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(File node): Add support for opening file from file node (#36)
* docs(vscode-logo): Adds logo for extension (#20) * docs(logo): Add logo * build(config.yml): Add release branch * feat(Sorting): Sort the tag tree by tag and file (#21) Sort the tag tree alphbetically first by tags, then by file. Resolves #11 * style(tag-tree-data-provider.ts): Add some space in the import statement * ci(config.yml): Add develop branch to trigger ci * fix(icon.png): Renames nested-tags-logo.png to icon.png * perf(tag-tree-data-provider.ts): Scan files asynchronously (#24) * Scan files asynchronously * Only include markdown files * docs(CHANGELOG.md): Automatically publish changes to CHANGELOG.md (#25) Automatically publish changes to CHANGELOG.md * feat(go to file): add file-open command to file nodes (#34) - make treeDataProvider use vscode the findFiles function for searching - read files and scan for tags asynchronously * build(recursive-readdir): Remove recursive-readdir as a dependency * ci(package.json): Change run order of the plugins for semantic release
- Loading branch information
1 parent
f14df26
commit f4eb2d6
Showing
2 changed files
with
40 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters