malloydata / malloy-vscode-extension

The Malloy Visual Studio Code extension facilitates building Malloy data models, querying and transforming data, and creating simple visualizations and dashboards
http://www.malloydata.dev
MIT License
14 stars 12 forks source link

Move notebook cell execution into worker. #80

Closed whscullin closed 1 year ago

whscullin commented 1 year ago

Cell queries execute in the main extension thread, which means they can crash the extension.

whscullin commented 1 year ago

Fixed by https://github.com/malloydata/malloy-vscode-extension/pull/193