develop.vscode #
visual studio code
import freeflowuniverse.crystallib.develop.vscode
vscode.open(path:'/tmp/something')!
- if path not specified will chose current path
fn check #
fn check() !
fn exists #
fn exists() bool
check visual studio code is installed
fn open #
fn open(args_ OpenArgs) !
if not specified will use current dir
struct OpenArgs #
@[params]
struct OpenArgs {
pub mut:
path string
}