Best Codes

Results 1 issues of Best Codes

I have a code for an extension that will create or delete variables in the editor: ``` class VariableExtension { constructor(runtime) { this.runtime = runtime; } getInfo() { return {...