Skip to content

Single quotes in README settings #174

Closed
@sujona

Description

@sujona

Thanks for this plug-in, this is a trivial issue! I wanted to add linter options and copied the line
"fortran.linterExtraArgs": ['-Wall'],
from the README into the JSON settings. But you actually need double quotes like
"fortran.linterExtraArgs": ["-Wall"].
Same for "fortran.gfortranExecutable": '/usr/local/bin/gfortran-4.7',.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions