Skip to content

ctf0/vscode-paths-warning

Repository files navigation

Show a warning message when switching to a file under any of workspace-root/pathsWarning.include or outside of the workspace.

Config

"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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published