adapap / OWScript

Python-like scripting language which transpiles into Overwatch Workshop script rulesets.
MIT License
37 stars 2 forks source link

Auto compile does not work if document is open #17

Closed adapap closed 5 years ago

adapap commented 5 years ago

Compile only works when the document buffer is empty/closed, probably some VSC tweaking needed.

adapap commented 5 years ago

Update: works when source filenames are different (cannot recompile the same file). Probably need to implement some form of vscode TextDocument.

adapap commented 5 years ago

Need to rewrite output to use vscode.FileSystemProvider.