mirror of
https://github.com/thepeacockproject/Peacock
synced 2025-02-16 16:34:28 +01:00
19 lines
518 B
JSON
19 lines
518 B
JSON
{
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": false
|
|
},
|
|
"typescript.enablePromptUseWorkspaceTsdk": true,
|
|
"npm.packageManager": "yarn",
|
|
"eslint.packageManager": "yarn",
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"eslint.format.enable": true,
|
|
"search.exclude": {
|
|
"**/node_modules": true,
|
|
"THIRDPARTYNOTICES.txt": true,
|
|
"chunk*.js": true,
|
|
"yarn.lock": true,
|
|
"**/.yarn": true
|
|
},
|
|
"omnisharp.useModernNet": false
|
|
}
|