Skip to content

Project library files / templates for OTX-Maestro

Notifications You must be signed in to change notification settings

onethinx/Maestro-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OTX-Maestro lib

Update project

  • Use the 'Update project' button to update your project to match the latest OTX-Maestro.

  • The process if fully automated, no need to manually copy these files.

I don't see the update button!?

That can happen for projects OTX-Maestro <= V1.0.1.

Please install the OTX Maestro extension for Visual Studio Code which gives the option to update at project startup. Still no Update Project button? Try View > Command Palette > type OTX-Maestro: Update Project.

In case of an ancient OTX-18 project, add an empty meson.js file inside the .vscode folder to get OTX-Maestro extension activated and recognized the OTX-18 project.

How does it work?

The .vscode/project.json file specifies the the project version and the location for the update package (update.json). The update package lists files which will be replaced and/or removed at update process. To maintain / exclude certain files from the update process, these files can be specified in your project.json file.

Example (excluding launch.json from the update process):

{
    "version": "1.0.2",
    "updatePackage":"https://raw.githubusercontent.com/onethinx/Maestro-lib/main/.vscode/update.json",
    "excludeFiles": [
        "./.vscode/launch.json"
    ]
}

About

Project library files / templates for OTX-Maestro

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published