You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there is more than one ${{ ... }} and more than one && in the value for something.
The system is nice enough not to stick squiggles under the entirety of the value of something, but it does stick them under the entirety of the second ${{ ... }}.
It would be nicer if it only put them around github.event.repository. && or even repository. && which is the portion of the expression that's closest to the unhappy item.
Type: Bug
consider this incomplete expression:
there is more than one
${{ ... }}
and more than one&&
in the value forsomething
.The system is nice enough not to stick squiggles under the entirety of the value of
something
, but it does stick them under the entirety of the second${{ ... }}
.It would be nicer if it only put them around
github.event.repository. &&
or evenrepository. &&
which is the portion of the expression that's closest to the unhappy item.The worst pat of the current behavior is that
View Problem points the user to the beginning of the
${{` saying:Which is actually closest to the first
&&
which is not the problematic one.Extension version: 0.27.1
VS Code version: Code 1.98.0 (Universal) (6609ac3d66f4eade5cf376d1cb76f13985724bcb, 2025-03-04T21:06:18.612Z)
OS version: Darwin arm64 24.3.0
Modes:
System Info
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off
A/B Experiments
The text was updated successfully, but these errors were encountered: