Skip to content

Commit ace3481

Browse files
Minor tweak to my vscode stuff
1 parent 24b966b commit ace3481

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ repos:
3636
)
3737
- id: check-yaml
3838
- id: check-json
39+
exclude: |
40+
(?x)(
41+
^(\.vscode)/
42+
)
3943
- id: mixed-line-ending
4044
exclude: |
4145
(?x)(

.vscode/jhrg/settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
// See https://code.visualstudio.com/docs/editor/settings for more information about this file.
3+
// This file can be edited to chnage prefix and PATH. jhrg 3//10/2
24
"prefix": "/Users/jimg/src/opendap/hyrax_git/build",
35
"PATH": "${config:prefix}/bin:${config:prefix}/deps/bin:${env:PATH}",
46
"C_Cpp.default.configurationProvider": "ms-vscode.makefile-tools",

0 commit comments

Comments
 (0)