Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ctf0/vscode-paths-warning
https://github.com/ctf0/vscode-paths-warning
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ctf0/vscode-paths-warning
- Owner: ctf0
- License: mit
- Created: 2019-12-06T05:01:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:54:07.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T12:19:17.462Z (about 1 month ago)
- Language: JavaScript
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Show a warning message when switching to a file under any of `workspace-root/pathsWarning.include` or outside of the workspace.
## Config
```json
"pathsWarning.styles": {
"activityBar.background": "#f3002b50",
"statusBar.background": "#f3002b50",
"editorGutter.background": "#f3002b50"
},
"pathsWarning.include": [
"vendor",
"node_modules"
],
"pathsWarning.exclude": [
"Code - Insiders"
],
"pathsWarning.showNotification": true,
"pathsWarning.debug": false
```## Notes
- to make sure your custom `workbench.colorCustomizations` doesn't get overridden by the extension,
put your colors under the theme name instead ex.https://code.visualstudio.com/docs/getstarted/themes#_customizing-a-color-theme