microsoft / vscode-data-wrangler

Other
433 stars 19 forks source link

Can't use python snippet in custom operation #234

Open ShuguangSun opened 3 months ago

ShuguangSun commented 3 months ago

Environment data

Expected behaviour

To be able to use ptyhon snippets in the custom opetion. Now it should be purely in python.

Actual behaviour

Can't triger snippets.

pwang347 commented 3 months ago

Hi @ShuguangSun, thanks for opening this issue! For more context, this is happening because our editor isn't able to access VS Code's editor features. See https://github.com/microsoft/vscode/issues/196705

Will leave this open as a feature request as it should be possible to have a workaround. Thanks!

ShuguangSun commented 3 months ago

Thanks for your response.