{ "launch": { "configurations": [ { "type": "node", "request": "launch", "name": "Launch Program", "program": "${file}" } ], "compounds": [] }, "[javascript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "editor.tabCompletion": "on", "[html]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "liveServer.settings.donotShowInfoMsg": true, "editor.linkedEditing": true, "workbench.colorTheme": "Operator Mono Dark Theme", "prettier.singleQuote": true, "liveServer.settings.donotVerifyTags": true, "editor.fontLigatures": false, "editor.fontFamily": "'Operator Mono Lig' ,'Fira Code' ,'Droid Sans Mono', 'monospace', monospace", "editor.fontVariations": false, "editor.fontSize": 14, "editor.fontWeight": "bold", "snipped.enablePng": true, "snipped.scale": 3, "codesnap.showWindowControls": false, "codesnap.containerPadding": "-1em", "emmet.syntaxProfiles": {}, "emmet.useInlineCompletions": true, "emmet.triggerExpansionOnTab": true, "[css]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "editor.guides.bracketPairs": true, "editor.unicodeHighlight.invisibleCharacters": false, "files.autoGuessEncoding": true, "files.defaultLanguage": "bulgarian", "editor.unicodeHighlight.ambiguousCharacters": false, "workbench.editor.enablePreview": false, "workbench.iconTheme": "office-material-icon-theme", "window.zoomLevel": 1, "liveServer.settings.file": "index.html", "prettier.arrowParens": "avoid", "prettier.bracketSameLine": true, "settingsSync.ignoredSettings": [ ], }