fission-codes / fission-vscode

A vscode extension for fast app publishing powered by IPFS ⚡️
https://marketplace.visualstudio.com/items?itemName=fissioncodes.fission
13 stars 1 forks source link

Upgrade to Optimus Prime CLI release #2

Closed bgins closed 3 years ago

bgins commented 3 years ago

Summary

This PR fixes/implements the following bugs/features

This PR updates the extension to expose the most commonly used commands in the Fission CLI Optimus Prime (v2.10.2) release.

It also improves window focus handling by shifting focus to the terminal when user interaction is expected. Otherwise, focus is kept in the current window.

Test plan (required)

Test all commands in VSCode. Pressing F5 in the project will start the debugger and open a new VSCode window with the updated extension.

Note that you may want to disable the current version of the published plugin or you will see the old commands.

After Merge