{ // Enable eslint validation for js and ts files "eslint.validate": ["javascript", "typescript"], // Always use the `package.json`'s `typescript` "typescript.tsdk": "node_modules/typescript/lib", "files.associations": { "*.json5": "jsonc" }, "yaml.schemas": { "https://json.schemastore.org/codecov.json": ".github/.codecov.yml" } }