|
1 | 1 | { |
2 | | - "search.exclude": { |
3 | | - "**/.yarn": true, |
4 | | - "**/.pnp.*": true |
5 | | - }, |
6 | 2 | "editor.formatOnSave": false, |
7 | | - "eslint.nodePath": ".yarn/sdks", |
8 | | - "typescript.tsdk": ".yarn/sdks/typescript/lib", |
9 | | - "typescript.enablePromptUseWorkspaceTsdk": true, |
10 | | - "javascript.preferences.importModuleSpecifier": "relative", |
11 | | - "javascript.preferences.importModuleSpecifierEnding": "js", |
12 | | - "typescript.preferences.importModuleSpecifier": "relative", |
13 | | - "typescript.preferences.importModuleSpecifierEnding": "js", |
14 | 3 | "explorer.fileNesting.enabled": true, |
15 | | - "explorer.fileNesting.patterns": { |
16 | | - "*.ts": "${capture}.ts, ${capture}.hooks.ts, ${capture}.hooks.tsx, ${capture}.contexts.ts, ${capture}.stories.tsx, ${capture}.story.tsx, ${capture}.spec.tsx, ${capture}.base.ts, ${capture}.base.tsx, ${capture}.types.ts, ${capture}.styles.ts, ${capture}.styles.tsx, ${capture}.utils.ts, ${capture}.utils.tsx, ${capture}.constants.ts, ${capture}.module.scss, ${capture}.module.css, ${capture}.md", |
17 | | - "*.js": "${capture}.js.map, ${capture}.min.js, ${capture}.d.ts", |
18 | | - "*.jsx": "${capture}.js", |
19 | | - "*.tsx": "${capture}.ts, ${capture}.hooks.ts, ${capture}.hooks.tsx, ${capture}.contexts.ts, ${capture}.stories.tsx, ${capture}.story.tsx, ${capture}.spec.tsx, ${capture}.base.ts, ${capture}.base.tsx, ${capture}.types.ts, ${capture}.styles.ts, ${capture}.styles.tsx, ${capture}.utils.ts, ${capture}.utils.tsx, ${capture}.constants.ts, ${capture}.module.scss, ${capture}.module.css, ${capture}.md, ${capture}.css", |
20 | | - "tsconfig.json": "tsconfig.*.json", |
21 | | - "package.json": "package-lock.json, turbo.json, tsconfig.json, rome.json, biome.json, .npmignore, dictionary.txt, cspell.config.yaml", |
22 | | - "README.md": "*.md, LICENSE, CODEOWNERS", |
23 | | - ".eslintrc": ".eslintignore", |
24 | | - ".prettierrc": ".prettierignore", |
25 | | - ".gitattributes": ".gitignore", |
26 | | - ".yarnrc.yml": "yarn.lock, .pnp.*", |
27 | | - "jest.config.js": "jest.setup.mjs", |
28 | | - "pyproject.toml": "poetry.lock, poetry.toml, mkdocs.yaml", |
29 | | - "cspell.config.yaml": "dictionary.txt" |
30 | | - }, |
31 | | - "azureFunctions.postDeployTask": "npm install (functions)", |
32 | | - "azureFunctions.projectLanguage": "TypeScript", |
33 | | - "azureFunctions.projectRuntime": "~4", |
34 | 4 | "debug.internalConsoleOptions": "neverOpen", |
35 | | - "azureFunctions.preDeployTask": "npm prune (functions)", |
36 | | - "appService.zipIgnorePattern": [ |
37 | | - "node_modules{,/**}", |
38 | | - ".vscode{,/**}" |
39 | | - ], |
40 | | - "python.defaultInterpreterPath": "python/services/.venv/bin/python", |
| 5 | + "python.defaultInterpreterPath": "${workspaceRoot}/.venv/bin/python", |
41 | 6 | "python.languageServer": "Pylance", |
42 | 7 | "cSpell.customDictionaries": { |
43 | 8 | "project-words": { |
|
0 commit comments