pltrant / GSL-Editor

GSL Editor extension for Visual Studio Code
GNU General Public License v3.0
1 stars 2 forks source link

Version 1.8.0; TypeScript Refactor/Rewrite, Plus More #13

Closed anshou closed 2 years ago

anshou commented 4 years ago

Rewrote majority of extension in TypeScript.

Added GSL Development terminal integration for game server connection Reused Game output channel as GSL Editor (debug) channel for debug messages Initial support for language server integration

Debug flags are generally set to TRUE in this revision, which should fill the output channel with debug output. We probably want to change this to false for release.

anshou commented 4 years ago

Added a couple of fixes for reported issue.