if (this.children.length > 0) {
$(this.children).focus(function(){
$(this).parent().next().css("display", "none")
})
}
@import "../node_modules/bootstrap/scss/bootstrap";
// Controls the font family.
"editor.fontFamily": "Operator Mono",
// Controls the line height. Use 0 to compute the lineHeight from the fontSize.
"editor.lineHeight": 24,
// Enables font ligatures
"editor.fontLigatures": true,
// Controls if file decorations should use badges.
"explorer.decorations.badges": false