Dmitry Maslennikov

Results 35 comments of Dmitry Maslennikov

`Pass Invocation to Terminal` ?

No clipboard, actually at this moment, just inserts to active terminal

https://github.com/intersystems-community/vscode-objectscript/blob/3c76b3c86824bd99a2ff9f9dfc109cbbb9a9c47b/src/providers/ObjectScriptCodeLensProvider.ts#L110

Different behavior for python makes no sense, since the call exactly the same

> It also should take into account if the method returns a value No difference at all

> Python invocation would work in Python shell (iris.cls) ObjectScript invocation would work in ObjectScript shell (##class) Nope, language = python does not change it In python shell, supposed to...

> Good day! What about a feature? Already want to use it! Download archive with VSIX file, extract and install manually in VSCode with dedicated command https://github.com/intersystems-community/vscode-objectscript/suites/8192958499/artifacts/356594965

> This is ugly because it affects other visible editors, not just the one that contains generated code. > > There is a better way using [TextEditorDecorationType](https://code.visualstudio.com/api/references/vscode-api#TextEditorDecorationType) > > ```ts...

Yes, travis used the makefile to build an executable file. But current version needs to only check if a build is successful. But to deploy the result we should make...