Skip to content

Commit f67e5b4

Browse files
committed
Configure Bazel VSCode extension
1 parent 5f84cf8 commit f67e5b4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.vscode/settings.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,10 @@
3131
},
3232
"files.exclude": {
3333
"bazel-*": true
34-
}
34+
},
35+
"bazel.commandLine.commandArgs": [
36+
"--define",
37+
"RUBY_PATH='/opt/rubies/3.3.4/'",
38+
],
39+
"bazel.executable": "${workspaceFolder}/bazel",
3540
}

0 commit comments

Comments
 (0)