aws / aws-toolkit-vscode

Amazon Q, CodeCatalyst, Local Lambda debug, SAM/CFN syntax, ECS Terminal, AWS resources
https://marketplace.visualstudio.com/items?itemName=AmazonWebServices.amazon-q-vscode
Apache License 2.0
1.51k stars 436 forks source link

Render State Machine Graph Command Gone #3982

Open jmtelljohann opened 1 year ago

jmtelljohann commented 1 year ago

Problem

In the latest version, the command "AWS: Render state machine graph" doesn't exist anymore

Steps to reproduce the issue

Install the latest version and try to use the command

Expected behavior

I should be able to use the command

System details (run the AWS: About Toolkit command)

justinmk3 commented 1 year ago

I still see it: image

I wonder what's different about your environment. Are you able to reach the command by the submenu in AWS Explorer: image

jmtelljohann commented 1 year ago

I don't connect it to AWS, so that section doesn't show. It works fine in version 1.95.0, but it's gone in 1.96.0. I'm using Coder, which uses the Open VSK marketplace, maybe that has something to do with it? https://open-vsx.org/extension/amazonwebservices/aws-toolkit-vscode

wong-a commented 1 year ago

I can't repro this on VS Code either. The issue seems localized to Coder. Using a fresh install of code-server 4.18.0 and extension 1.96.0, none of the step functions commands show up in the command palette. I can see the "Render graph" code lens on an ASL file and render the graph though. The language server appears to be working too.

Screenshot 2023-10-31 at 8 46 22 PM
jmtelljohann commented 1 year ago

I didn't realize that was there, but that option does work for me as well. The icon in the top right corner of the file to render the state machine graph is disabled though.