kui-shell
Version:
This is the monorepo for Kui, the hybrid command-line/GUI electron-based Kubernetes tool
27 lines (26 loc) • 628 B
TypeScript
interface Options {
readOnly?: boolean;
simple?: boolean;
}
declare const _default: (options: Options) => {
automaticLayout: boolean;
minimap: {
enabled: boolean;
};
cursorWidth: number;
autoIndent: boolean;
codeLens: boolean;
quickSuggestions: boolean;
contextmenu: boolean;
scrollBeyondLastLine: boolean;
scrollBeyondLastColumn: number;
fontFamily: string;
fontSize: number;
glyphMargin: boolean;
lineNumbers: boolean;
renderIndentGuides: boolean;
renderLineHighlight: string;
value: string;
language: string;
};
export default _default;