From ab5699a07fd8631c2c883e8001d2cde274913efd Mon Sep 17 00:00:00 2001 From: Thomas Guymer Date: Sat, 5 Oct 2024 10:52:07 +0100 Subject: [PATCH] updated to match "misc" repository --- .vscode/settings.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 6ea6397..09fff33 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,11 +1,15 @@ { - "editor.rulers": [ + "editor.codeLens" : false, + "editor.rulers" : [ 80, 160 ], - "files.trimTrailingWhitespace": true, - "git.detectSubmodulesLimit": 512, - "pylint.path": [ + "files.trimTrailingWhitespace" : true, + "fortran.linter.compilerPath" : "/opt/local/bin/mpif90-openmpi-gcc14", + "fortran.fortls.disabled" : true, + "git.detectSubmodulesLimit" : 512, + "pylint.path" : [ "/opt/local/bin/pylint-3.12" - ] + ], + "python.defaultInterpreterPath" : "/opt/local/bin/python3.12", }