influxdata / vsflux

Flux language extension for VSCode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EPIC: Add launch.json support for flux

rockstar opened this issue · comments

launch.json is a file that provides dynamic debug and runtime information to vsflux. Rather than presenting a user with a dialog box, as we previously desired, we should use this mechanism as prescribed by vscode.

This epic should include the following other issues: #294, #264, and #253

For plotting in vscode, it'd be nice to change the plot type (or configuration) without executing the query again. aka, the existing dataset can be reused many times for plotting.