Version

menu_open
Wwise SDK 2019.1.11
Edit in Visual Studio Code

Registering a command that's shown in a new Extra menu.

Function URI

ak.wwise.ui.commands.register

Arguments

{
"commands": [
{
"id": "ak.edit_in_vscode",
"displayName": "Edit in Visual Studio Code",
"defaultShortcut": "C",
"program": "code",
"startMode": "MultipleSelectionSingleProcessSpaceSeparated",
"args": "${filePath}",
"cwd": "",
"contextMenu": {
"basePath": "Editors",
"enabledFor": "Sound,ActorMixer,SwitchContainer,RandomSequenceContainer"
},
"mainMenu": {
"basePath": "Extra"
}
}
]
}

Result

{}

Refer to Using the Wwise Authoring API (WAAPI) for more information about WAAPI.


Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise