95 строки
2.7 KiB
JSON
95 строки
2.7 KiB
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.detectIndentation": false,
|
|
"editor.trimAutoWhitespace": true,
|
|
"editor.insertSpaces": true,
|
|
"editor.tabSize": 2,
|
|
|
|
"eslint.enable": true,
|
|
"eslint.workingDirectories": [{ "mode": "auto" }], // infer working directory based on .eslintrc/package.json location
|
|
|
|
"explorer.fileNesting.enabled": true,
|
|
"explorer.fileNesting.patterns": {
|
|
"*.js": "${capture}.js.map, ${capture}.d.ts, ${capture}.d.ts.map",
|
|
"*.ts": "${capture}.android.tsx, ${capture}.ios.tsx, ${capture}.macos.tsx, ${capture}.windows.tsx, ${capture}.win32.tsx, ${capture}.android.ts, ${capture}.ios.ts, ${capture}.macos.ts, ${capture}.windows.ts, ${capture}.win32.ts",
|
|
"*.tsx": "${capture}.android.tsx, ${capture}.ios.tsx, ${capture}.macos.tsx, ${capture}.windows.tsx, ${capture}.win32.tsx, ${capture}.android.ts, ${capture}.ios.ts, ${capture}.macos.ts, ${capture}.windows.ts, ${capture}.win32.ts"
|
|
},
|
|
|
|
"files.trimTrailingWhitespace": true,
|
|
"files.associations": {
|
|
"**/package.json.hbs": "json",
|
|
"**/*.json.hbs": "jsonc",
|
|
"**/README.md.hbs": "markdown"
|
|
},
|
|
"files.exclude": {
|
|
"**/lib-amd": true,
|
|
"**/lib-commonjs": true
|
|
},
|
|
"files.watcherExclude": {
|
|
"**/.git/objects/**": true,
|
|
"**/.git/subtree-cache/**": true,
|
|
"**/node_modules/**": true,
|
|
"**/.hg/store/**": true,
|
|
"**/lib": true,
|
|
"**/lib-commonjs": true,
|
|
"**/lib-amd": true
|
|
},
|
|
|
|
"javascript.preferences.quoteStyle": "single",
|
|
|
|
"json.format.enable": false,
|
|
|
|
"typescript.preferences.quoteStyle": "single",
|
|
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": false,
|
|
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": false,
|
|
"typescript.tsdk": "./node_modules/typescript/lib",
|
|
|
|
"search.exclude": {
|
|
"**/node_modules": true,
|
|
"**/lib": true,
|
|
"**/lib-amd": true,
|
|
"**/lib-commonjs": true,
|
|
"**/dist": true
|
|
},
|
|
"[json]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[jsonc]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[typescriptreact]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[handlebars]": {
|
|
"editor.formatOnSave": false
|
|
},
|
|
"cSpell.words": [
|
|
"Larrson",
|
|
"Pressable",
|
|
"Semibold",
|
|
"Subheadline",
|
|
"TESTPAGE",
|
|
"beachball",
|
|
"cocoapods",
|
|
"consts",
|
|
"fluentui",
|
|
"focusable",
|
|
"macos",
|
|
"monospace",
|
|
"nuget",
|
|
"objc",
|
|
"podspec",
|
|
"podspecs",
|
|
"stylesheet",
|
|
"subspec",
|
|
"uifabricshared",
|
|
"unemphasized"
|
|
]
|
|
}
|