mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[vscode] Exclude api_docs directory from search and watch (#115786)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
9e4e3ef9e4
commit
4749e933b1
1 changed files with 7 additions and 5 deletions
|
@ -20,21 +20,23 @@ export const MANAGED_CONFIG_KEYS: ManagedConfigKey[] = [
|
|||
{
|
||||
key: 'files.watcherExclude',
|
||||
value: {
|
||||
['**/.eslintcache']: true,
|
||||
['**/.es']: true,
|
||||
['**/.yarn-local-mirror']: true,
|
||||
['**/.chromium']: true,
|
||||
['**/packages/kbn-pm/dist/index.js']: true,
|
||||
['**/.es']: true,
|
||||
['**/.eslintcache']: true,
|
||||
['**/.yarn-local-mirror']: true,
|
||||
['**/*.log']: true,
|
||||
['**/api_docs']: true,
|
||||
['**/bazel-*']: true,
|
||||
['**/node_modules']: true,
|
||||
['**/packages/kbn-pm/dist/index.js']: true,
|
||||
['**/target']: true,
|
||||
['**/*.log']: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
key: 'search.exclude',
|
||||
value: {
|
||||
['**/packages/kbn-pm/dist/index.js']: true,
|
||||
['**/api_docs']: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue