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
Create a new VS Code profile, disable or uninstall all extensions except Stripe, edit the VS Code settings.json file so it doesn't have any rules declared (resets VS Code). Then, with only the Stripe extension enabled, create a server.js file in a new empty project and add a Stripe statement such as const { data: paymentLinks } = await stripe.paymentLinks.list();
Notice that hovering over a Stripe resource method (such as paymentLinks) should reveal a link to the Stripe API reference as noted here: https://stripe.com/docs/stripe-vscode#api-reference, but this does not work.
Expected hover behavior:
Actual hover behavior:
Extension version: 2.0.14
VS Code version: Code - Insiders 1.82.0-insider (f125afbc800ec611f5a9ab1333c769832ce424b3, 2023-08-21T05:34:49.942Z)
OS version: Darwin x64 20.6.0
Modes:
System Info
Item
Value
CPUs
Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz (8 x 4000)
The text was updated successfully, but these errors were encountered:
danpoynor
changed the title
Hover over Stripe resource method not showing link to API reference
Hovering over Stripe resource method not showing link to API reference
Aug 21, 2023
Type: Bug
Create a new VS Code profile, disable or uninstall all extensions except Stripe, edit the VS Code settings.json file so it doesn't have any rules declared (resets VS Code). Then, with only the Stripe extension enabled, create a
server.js
file in a new empty project and add a Stripe statement such asconst { data: paymentLinks } = await stripe.paymentLinks.list();
Notice that hovering over a Stripe resource method (such as
paymentLinks
) should reveal a link to the Stripe API reference as noted here: https://stripe.com/docs/stripe-vscode#api-reference, but this does not work.Expected hover behavior:
Actual hover behavior:
Extension version: 2.0.14
VS Code version: Code - Insiders 1.82.0-insider (f125afbc800ec611f5a9ab1333c769832ce424b3, 2023-08-21T05:34:49.942Z)
OS version: Darwin x64 20.6.0
Modes:
System Info
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: unavailable_off
raw_draw: disabled_off_ok
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
A/B Experiments
The text was updated successfully, but these errors were encountered: