Skip to content

Rossosaurus/SCons-Godot-Build-Snippet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

SCons-Godot-Build-Snippet

A Snippet for VS Code to create a simple SCons script for building C++ libraries for godot

Installations

Place in appdata%\Code\User\snippets or go to file -> preferences -> user snippets, select python from the drop down and paste the code except the "scope": "python", line into the json that has opened. You'll also need to add "files.associations": {"SConstruct": "python"} to your settings.json

Use

Type sconsBuildScript and press tab. The snippet should appear ready for use.

About

A Snippet for VS Code to create a simple SCons script for building C++ libraries for godot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published