Table of Contents

Method OpenScriptInVSCode

Namespace
GrindFest
Assembly
GrindFest.dll

OpenScriptInVSCode(FileInfo, string)

Opens a script file in VSCode with proper configuration

public static Process OpenScriptInVSCode(FileInfo scriptFile, string scriptsDirectory)

Parameters

scriptFile FileInfo

The script file to open

scriptsDirectory string

The scripts directory workspace

Returns

Process

The started process, or null if failed