Halabooda
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created How can I read data written to the project's terminal?
AnsweredHello!I am writing a plugin that writes code changes, and for full functionality, I would like to also read what is happening in the terminal: user input commands and the output of itAfter a brief... -
Created How I can separate document change events?
AnsweredHello! I'm trying to get code change events for the document, but the listener is capturing events for changing the file name. How can I separate these two types of events? editor.document.addDocu...