forked from Beverage-Finance/beverage-farm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
25 lines (25 loc) · 885 Bytes
/
settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"editor.formatOnSave": false,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"mochaExplorer.files": "test/**/*.{j,t}s",
"mochaExplorer.fullTrace": true,
"mochaExplorer.exit": true,
"solidity.linter": "solhint",
"solidity.enableLocalNodeCompiler": false,
"solidity.compileUsingRemoteVersion": "v0.6.12+commit.27d51765",
"solidity.packageDefaultDependenciesContractsDirectory": "",
"solidity.enabledAsYouTypeCompilationErrorCheck": true,
"solidity.validationDelay": 1500,
"solidity.packageDefaultDependenciesDirectory": "node_modules",
"solidity-va.deco.statevars": true,
"solidity-va.preview.markdown": true,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
}