Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ctf0/vscode-paths-warning


https://github.com/ctf0/vscode-paths-warning

Last synced: 26 days ago
JSON representation

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