Commit 4b84a4a0 authored by protolambda's avatar protolambda Committed by GitHub

.vscode: simplify configs (#11581)

parent 85d8c86e
{ {
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
// List of extensions which should be recommended for users of this workspace.
"recommendations": [ "recommendations": [
"dbaeumer.vscode-eslint",
"editorconfig.editorconfig", "editorconfig.editorconfig",
"juanblanco.solidity", "juanblanco.solidity",
"golang.go", "golang.go"
], ]
} }
\ No newline at end of file
{ {
"[typescript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.formatOnSave": true
},
"eslint.workingDirectories": [
{
"directory": "packages/chain-mon",
"changeProcessCWD": true
}
],
"eslint.nodePath": "./node_modules/eslint/bin/",
"eslint.format.enable": true,
"editorconfig.generateAuto": false, "editorconfig.generateAuto": false,
"files.trimTrailingWhitespace": true "files.trimTrailingWhitespace": true
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment