@youtyan/code-viewer 0.1.24 → 0.1.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/dist/code-viewer.js +436 -47
- package/package.json +1 -1
- package/web/app.js +516 -75
- package/web/index.html +3 -1
- package/web/style.css +168 -3
package/README.md
CHANGED
|
@@ -108,6 +108,9 @@ Repository scope settings control recursive repository browsing and search scope
|
|
|
108
108
|
for the left tree, Ctrl+K file palette, and Ctrl+G grep palette. The in-app Scope
|
|
109
109
|
Settings popover stores only a browser-local override in localStorage; edit
|
|
110
110
|
`.code-viewer.json` directly for project defaults shared with the repository.
|
|
111
|
+
Use `scope.omitDirs` for directories that should stay visible as skipped, and
|
|
112
|
+
`scope.excludeNames` for file or directory names that should be hidden entirely.
|
|
113
|
+
`.DS_Store` is hidden by default.
|
|
111
114
|
|
|
112
115
|
## Development
|
|
113
116
|
|