Skip to content

Commit 2791366

Browse files
committed
Fix path in settings
1 parent 35f166a commit 2791366

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
*.exe
3131
*.out
3232
*.app
33+
*.bin
3334

3435

3536
# Bazel

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"fileMatch": [
101101
"**/mw_com_config.json"
102102
],
103-
"url": "./bazel-score-someip-gateway/external/communication+/score/mw/com/impl/configuration/ara_com_config_schema.json"
103+
"url": "./external/communication+/score/mw/com/impl/configuration/ara_com_config_schema.json"
104104
}
105105
],
106106
}

external

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bazel-inc_someip_gateway/external

0 commit comments

Comments
 (0)