Señor Gus
Señor Gus
@u007 how would this work? The reason we use map is to match var name to value. If we send a slice, then we would need to create var-names. Correct?...
This is similar to #2272 but it's in fact a different feature. The variable array (Gql) is not the same as the argument list. We would need to add support...
In case anyone is still trying to figure this out in TS, this is how I got it to work: ```ts // Get the contribution registered. import 'monaco-editor/esm/vs/editor/contrib/snippet/browser/snippetController2.js'; // ......