Jurij Zahn
Jurij Zahn
Hi, i have a usecase where i define a class: ``` class MyBase { [DocumentProperty(Identifier = IdentifierType.Handle)] public string Id { get; set; } } ``` and derivate: ``` class...
Hi, it would be nice to have the possibility to define replicationFactor during CreateCollection Command. I am operating arangodb cluster where this feature is very required Thanks!
I have chaged the html to fix this by removing width and height from body and div ``` javascript return " \ \ " + svg + " \ \...
in registerCommand like this: ``` javascript var label = 'nomnoml.diagram'; return vscode.commands.executeCommand('vscode.previewHtml', previewUri, vscode.ViewColumn.Two, label) .then(function (success) { }, function (reason) { vscode.window.showErrorMessage(reason); }); ```