Syntax highlighting via TextMate grammar and a lightweight lexer for semantic tokens
Run current .ms file using the MS interpreter
Setup:
Download the MS interpreter executable.
In VS Code, set ms.runtimePath to that executable path. Or leave it empty and keep ms.autoDetectRuntime: true to let the extension find it automatically in common build paths or on PATH.
Install this extension
Settings:
ms.runtimePath: Explicit path to interpreter exe.
ms.autoDetectRuntime: Try common build dirs and PATH for exe.
ms.searchPaths: Extra folders to search for the exe.
ms.args: Extra args passed to the interpreter.
ms.runOnSave: Automatically run .ms file on save.
ms.showProcessExit: Append process exit code to output.