Skip to content

Commit

Permalink
fix: add search exclusion and TS options (#2571)
Browse files Browse the repository at this point in the history
## Proposed change

Add back search exclusion and TS options

<!--
Please include a summary of the changes and the related issue.
Please also include relevant motivation and context.
-->

## Related issues

<!--
Please make sure to follow the [contribution
guidelines](https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md)
-->

*- No issue associated -*

<!-- * 🐛 Fix #issue -->
<!-- * 🐛 Fix resolves #issue -->
<!-- * 🚀 Feature #issue -->
<!-- * 🚀 Feature resolves #issue -->
<!-- * :octocat: Pull Request #issue -->
  • Loading branch information
kpanot authored Dec 9, 2024
2 parents e06be15 + de3b8bb commit 5cb8aeb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,17 @@
"@o3r/core:*"
],
"otter.extract.styling.prefix": "o3r",
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true,
"**/dist/": true,
"**/build/": true,
"**/node_modules": true,
"**/.cache": true,
"**/src/package.json": true,
"tools/github-actions/*/packaged-action/**": true
},
"typescript.enablePromptUseWorkspaceTsdk": true,
"typescript.tsdk": ".yarn/sdks/typescript/lib",
"typescript.tsserver.watchOptions": "vscode"
}

0 comments on commit 5cb8aeb

Please sign in to comment.