served.commands.dub

Undocumented in source.

Members

Functions

addImport
auto addImport(AddImportParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
changeDependency
bool changeDependency(WorkspaceD.Instance instance, UpdateRequest req)
Undocumented in source. Be warned that the author may not have intended to support it.
convertDubFormat
void convertDubFormat(DubConvertRequest req)
Undocumented in source. Be warned that the author may not have intended to support it.
getActiveDubConfig
JSONValue getActiveDubConfig()
getArchType
string getArchType()
Undocumented in source. Be warned that the author may not have intended to support it.
getBuildType
string getBuildType()
Undocumented in source. Be warned that the author may not have intended to support it.
getCompiler
string getCompiler()
Undocumented in source. Be warned that the author may not have intended to support it.
getConfig
string getConfig()
Undocumented in source. Be warned that the author may not have intended to support it.
injectDependency
void injectDependency(WorkspaceD.Instance instance, InstallRequest req)
Undocumented in source. Be warned that the author may not have intended to support it.
installDependency
void installDependency(InstallRequest req)
Undocumented in source. Be warned that the author may not have intended to support it.
listArchTypes
string[] listArchTypes()
Undocumented in source. Be warned that the author may not have intended to support it.
listBuildTypes
string[] listBuildTypes()
Undocumented in source. Be warned that the author may not have intended to support it.
listConfigurations
string[] listConfigurations()
Undocumented in source. Be warned that the author may not have intended to support it.
listDependencies
DubDependency[] listDependencies(string packageName)
Undocumented in source. Be warned that the author may not have intended to support it.
onDidSaveDubRecipe
void onDidSaveDubRecipe(DidSaveTextDocumentParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
provideBuildTasks
Task[] provideBuildTasks()
Undocumented in source. Be warned that the author may not have intended to support it.
removeDependency
bool removeDependency(WorkspaceD.Instance instance, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
switchArchType
bool switchArchType(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
switchBuildType
bool switchBuildType(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
switchCompiler
bool switchCompiler(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
switchConfig
bool switchConfig(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
uninstallDependency
void uninstallDependency(UninstallRequest req)
Undocumented in source. Be warned that the author may not have intended to support it.
updateDependency
void updateDependency(UpdateRequest req)
Undocumented in source. Be warned that the author may not have intended to support it.
updateImports
bool updateImports(UpdateImportsParams params)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta