UNPKG

@codingame/monaco-vscode-extensions-service-override

Version:

VSCode public API plugged on the monaco editor - extensions service-override

11 lines (7 loc) 261 B
var GitRefType; (function (GitRefType) { GitRefType[GitRefType["Head"] = 0] = "Head"; GitRefType[GitRefType["RemoteHead"] = 1] = "RemoteHead"; GitRefType[GitRefType["Tag"] = 2] = "Tag"; })(GitRefType || (GitRefType = {})); export { GitRefType };