aws-toolkit-vscode icon indicating copy to clipboard operation
aws-toolkit-vscode copied to clipboard

Render State Machine Graph Command Gone

Open jmtelljohann opened this issue 1 year ago • 4 comments

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)

  • OS: Linux x64 5.15.0-1039-aws
  • Visual Studio Code extension host: 1.82.2
  • AWS Toolkit: 1.96.0

jmtelljohann avatar Oct 31 '23 19:10 jmtelljohann

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

justinmk3 avatar Oct 31 '23 19:10 justinmk3

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

jmtelljohann avatar Oct 31 '23 19:10 jmtelljohann

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

wong-a avatar Nov 01 '23 03:11 wong-a

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.

jmtelljohann avatar Nov 01 '23 16:11 jmtelljohann