We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7efd40d commit c73e67fCopy full SHA for c73e67f
1 file changed
pkg/src/controlman/_data/schema/def/devcontainer.yaml
@@ -335,7 +335,7 @@ properties:
335
summary: Source the tasks file in the user's bashrc.
336
type: string
337
default: >-
338
- echo 'source ${{ ..workspaceFolder }}$/${{ ...path }}$/${{ devcontainer.containers.rel_path.tasks }}$' | tee -a ~/.bashrc ~/.bash_profile
+ echo 'source ${{ ..workspaceFolder }}$/${{ ...path.tasks_local }}$' | tee -a ~/.bashrc ~/.bash_profile
339
additionalProperties:
340
type:
341
- string
0 commit comments