File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " eclipse-s-core" ,
33 "image" : " ghcr.io/eclipse-score/devcontainer:latest" ,
4- "initializeCommand" : " mkdir -p ${localEnv:HOME}/.cache/bazel"
4+ "initializeCommand" : " mkdir -p ${localEnv:HOME}/.cache/bazel" ,
5+ "postCreateCommand" : " bazel run //src:ide_support"
56}
Original file line number Diff line number Diff line change 2323 },
2424 //
2525 //
26+ "python.defaultInterpreterPath" : " ${workspaceFolder}/.venv/bin/python" ,
2627 "python.testing.pytestArgs" : [
2728 " ." ,
2829 " --ignore-glob=bazel-*/*" ,
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ bazel run //docs:incremental_latest
2626
2727#### Getting IDE support
2828
29- Create the virtual environment via ` bazel run //process :ide_support ` .\
29+ Create the virtual environment via ` bazel run //src :ide_support ` .\
3030If your IDE does not automatically ask you to activate the newly created environment you can activate it.
3131
3232- In VSCode via ` ctrl+p ` => ` Select Python Interpreter ` then select ` .venv/bin/python `
You can’t perform that action at this time.
0 commit comments