|
6 | 6 | { |
7 | 7 | "label": "IVY:packages/core/test/...", |
8 | 8 | "type": "shell", |
9 | | - "command": "${workspaceFolder}/node_modules/.bin/bazel", |
| 9 | + "command": "${workspaceFolder}/node_modules/.bin/bazelisk", |
10 | 10 | "args": [ |
11 | 11 | "test", |
12 | 12 | "--config=ivy", |
|
23 | 23 | { |
24 | 24 | "label": "VE:packages/core/test/...", |
25 | 25 | "type": "shell", |
26 | | - "command": "${workspaceFolder}/node_modules/.bin/bazel", |
| 26 | + "command": "${workspaceFolder}/node_modules/.bin/bazelisk", |
27 | 27 | "args": [ |
28 | 28 | "test", |
29 | 29 | "packages/core/test", |
|
39 | 39 | { |
40 | 40 | "label": "IVY:packages/core/test/acceptance", |
41 | 41 | "type": "shell", |
42 | | - "command": "${workspaceFolder}/node_modules/.bin/bazel", |
| 42 | + "command": "${workspaceFolder}/node_modules/.bin/bazelisk", |
43 | 43 | "args": [ |
44 | 44 | "test", |
45 | 45 | "--config=ivy", |
|
54 | 54 | { |
55 | 55 | "label": "VE:packages/core/test/acceptance", |
56 | 56 | "type": "shell", |
57 | | - "command": "${workspaceFolder}/node_modules/.bin/bazel", |
| 57 | + "command": "${workspaceFolder}/node_modules/.bin/bazelisk", |
58 | 58 | "args": [ |
59 | 59 | "test", |
60 | 60 | "packages/core/test/acceptance", |
|
68 | 68 | { |
69 | 69 | "label": "IVY:packages/core/test", |
70 | 70 | "type": "shell", |
71 | | - "command": "${workspaceFolder}/node_modules/.bin/bazel", |
| 71 | + "command": "${workspaceFolder}/node_modules/.bin/bazelisk", |
72 | 72 | "args": [ |
73 | 73 | "test", |
74 | 74 | "--config=ivy", |
|
83 | 83 | { |
84 | 84 | "label": "VE:packages/core/test", |
85 | 85 | "type": "shell", |
86 | | - "command": "${workspaceFolder}/node_modules/.bin/bazel", |
| 86 | + "command": "${workspaceFolder}/node_modules/.bin/bazelisk", |
87 | 87 | "args": [ |
88 | 88 | "test", |
89 | 89 | "packages/core/test", |
|
97 | 97 | { |
98 | 98 | "label": "IVY:packages/core/test/render3", |
99 | 99 | "type": "shell", |
100 | | - "command": "${workspaceFolder}/node_modules/.bin/bazel", |
| 100 | + "command": "${workspaceFolder}/node_modules/.bin/bazelisk", |
101 | 101 | "args": [ |
102 | 102 | "test", |
103 | 103 | "--config=ivy", |
|
0 commit comments