Skip to content

Commit

Permalink
fix: add search exclusion and TS options
Browse files Browse the repository at this point in the history
  • Loading branch information
kpanot committed Dec 9, 2024
1 parent e06be15 commit de3b8bb
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 de3b8bb

Please sign in to comment.