We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24b966b commit ace3481Copy full SHA for ace3481
2 files changed
.pre-commit-config.yaml
@@ -36,6 +36,10 @@ repos:
36
)
37
- id: check-yaml
38
- id: check-json
39
+ exclude: |
40
+ (?x)(
41
+ ^(\.vscode)/
42
+ )
43
- id: mixed-line-ending
44
exclude: |
45
(?x)(
.vscode/jhrg/settings.json
@@ -1,4 +1,6 @@
1
{
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
4
"prefix": "/Users/jimg/src/opendap/hyrax_git/build",
5
"PATH": "${config:prefix}/bin:${config:prefix}/deps/bin:${env:PATH}",
6
"C_Cpp.default.configurationProvider": "ms-vscode.makefile-tools",
0 commit comments