|
103 | 103 | "workbench.layoutControl.enabled": false, |
104 | 104 | "workbench.list.smoothScrolling": true, |
105 | 105 | "workbench.panel.defaultLocation": "left", |
106 | | - "workbench.productIconTheme": "material-product-icons", |
107 | 106 | "workbench.sideBar.location": "right", |
108 | 107 | "workbench.startupEditor": "none", |
109 | 108 | "workbench.statusBar.visible": false, |
|
290 | 289 | "editor.formatOnSave": true |
291 | 290 | }, |
292 | 291 | "css.format.spaceAroundSelectorSeparator": true, |
293 | | - "css.autoValidation": "Save", |
294 | 292 |
|
295 | 293 | // json |
296 | 294 | "[json]": { |
|
316 | 314 | "editor.defaultFormatter": "esbenp.prettier-vscode", |
317 | 315 | "editor.formatOnSave": true |
318 | 316 | }, |
319 | | - "html-css-class-completion.enableEmmetSupport": true, |
320 | 317 | "html.format.enable": true, |
321 | 318 | "html.format.preserveNewLines": true, |
322 | 319 |
|
|
376 | 373 | "MD034": false, |
377 | 374 | "MD038": false, |
378 | 375 | "MD042": false |
379 | | - }, |
380 | | - |
381 | | - // python |
382 | | - "[python]": { |
383 | | - "editor.formatOnSave": true, |
384 | | - "editor.tabSize": 4, |
385 | | - "editor.codeActionsOnSave": { |
386 | | - "source.fixAll.eslint": "explicit", |
387 | | - "source.organizeImports.isort": "explicit" |
388 | | - }, |
389 | | - "editor.defaultFormatter": "ms-python.black-formatter" |
390 | | - }, |
391 | | - "python.analysis.autoImportCompletions": true, |
392 | | - "python.languageServer": "Pylance", |
393 | | - "python.testing.unittestEnabled": false, |
394 | | - "python.testing.pytestEnabled": true, |
395 | | - "ipynb.experimental.serialization": true, |
396 | | - |
397 | | - // php |
398 | | - "php.validate.enable": false, |
399 | | - "php-docblocker.returnGap": true, |
400 | | - "php-docblocker.qualifyClassNames": true, |
401 | | - "php-cs-fixer.autoFixBySemicolon": true, |
402 | | - "php-cs-fixer.rules": "@PhpCsFixer", |
403 | | - "[php]": { |
404 | | - "editor.defaultFormatter": "junstyle.php-cs-fixer", |
405 | | - "editor.formatOnSave": true, |
406 | | - "editor.snippetSuggestions": "bottom" |
407 | | - }, |
408 | | - |
409 | | - // rust |
410 | | - "[rust]": { |
411 | | - "editor.semanticHighlighting.enabled": true, |
412 | | - "editor.defaultFormatter": "rust-lang.rust-analyzer", |
413 | | - "editor.tabSize": 4, |
414 | | - "editor.formatOnSave": true |
415 | | - }, |
416 | | - "rust-analyzer.check.command": "clippy", |
417 | | - "rust-analyzer.rustfmt.rangeFormatting.enable": true, |
418 | | - "rust-analyzer.semanticHighlighting.punctuation.enable": true, |
419 | | - |
420 | | - // xml |
421 | | - "xmlTools.enableXmlTreeViewCursorSync": true, |
422 | | - "xmlTools.enforcePrettySelfClosingTagOnFormat": true, |
423 | | - |
424 | | - // go |
425 | | - "go.useLanguageServer": true, |
426 | | - "go.testEnvFile": "${workspaceFolder}/.env", |
427 | | - |
428 | | - // csharp/dotnet |
429 | | - "[csharp]": { |
430 | | - "editor.defaultFormatter": "ms-dotnettools.csharp", |
431 | | - "editor.tabSize": 4 |
432 | | - }, |
433 | | - "omnisharp.organizeImportsOnFormat": true, |
434 | | - "omnisharp.enableEditorConfigSupport": true, |
435 | | - "dotnet.completion.showCompletionItemsFromUnimportedNamespaces": true |
| 376 | + } |
436 | 377 | } |
0 commit comments