vscode-hide-gitignored
vscode-hide-gitignored copied to clipboard
Updated dependencies, and added context menu functionality, Beginning roadmap to make plugin an essential tool. **TODO:** - add toggle keybind functionality - add non-global gitignore functionality **Possible pathways:** - Create...
This works well for excluded files. However, when you want to exclude a directory with the exception of a few files in it, it still excludes those files: ``` .vscode/*...
Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `flat` from 4.1.0 to 5.0.2 Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh...
Since this repo is forked from https://github.com/stubailo/vscode-ignore-gitignore it should include the LICENSE file (MIT) https://github.com/stubailo/vscode-ignore-gitignore/blob/master/LICENSE as-is this code is in violation of the MIT license from stubailo. Copying that LICENSE...
https://code.visualstudio.com/updates/v1_68#_hide-files-in-explorer-based-on-gitignore
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
@npx some improvements that I would love to see: - [ ] **Allow contributors** like the three guys that have open PRs - [ ] Add tests (we could help)...
- workspace.getConfiguration sets the scope to an active resource, in accordance to [Settings API](https://github.com/microsoft/vscode/wiki/Adopting-Multi-Root-Workspace-APIs#settings-api). - workspace.FindFiles uses [RelativePattern](https://github.com/microsoft/vscode/wiki/Adopting-Multi-Root-Workspace-APIs#new-helpful-api). Fixes: [Hide doesn't work on workspaces](https://github.com/npx/vscode-hide-gitignored/issues/4)
Hi! First of all, thanks for this awesome extension! I've added a functionality to ignore patterns from global git ignore. I'm sorry if this is not the most idiomatic typescript,...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...