-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "ha-vscode-profile", | ||
"settings": "{\"settings\":\"{\\n\\t\\\"[css]\\\": {\\n\\t\\t\\\"editor.defaultFormatter\\\": \\\"stylelint.vscode-stylelint\\\"\\n\\t},\\n\\t\\\"[html]\\\": {\\n\\t\\t\\\"editor.defaultFormatter\\\": \\\"vscode.html-language-features\\\"\\n\\t},\\n\\t\\\"[javascript]\\\": {\\n\\t\\t\\\"editor.defaultFormatter\\\": \\\"dbaeumer.vscode-eslint\\\"\\n\\t},\\n\\t\\\"[json]\\\": {\\n\\t\\t\\\"editor.defaultFormatter\\\": \\\"vscode.json-language-features\\\",\\n\\t\\t\\\"files.trimFinalNewlines\\\": false\\n\\t},\\n\\t\\\"[scss]\\\": {\\n\\t\\t\\\"editor.defaultFormatter\\\": \\\"stylelint.vscode-stylelint\\\"\\n\\t},\\n\\t\\\"[svg]\\\": {\\n\\t\\t\\\"files.insertFinalNewline\\\": false\\n\\t},\\n\\t\\\"diffEditor.diffAlgorithm\\\": \\\"advanced\\\",\\n\\t\\\"diffEditor.maxComputationTime\\\": 0,\\n\\t\\\"diffEditor.renderSideBySide\\\": false,\\n\\t\\\"editor.bracketPairColorization.independentColorPoolPerBracketType\\\": true,\\n\\t\\\"editor.codeActionsOnSave\\\": {\\n\\t\\t\\\"source.fixAll\\\": \\\"explicit\\\"\\n\\t},\\n\\t\\\"editor.cursorSmoothCaretAnimation\\\": \\\"on\\\",\\n\\t\\\"editor.defaultFormatter\\\": \\\"EditorConfig.EditorConfig\\\",\\n\\t\\\"editor.detectIndentation\\\": false,\\n\\t\\\"editor.formatOnSave\\\": true,\\n\\t\\\"editor.guides.bracketPairs\\\": true,\\n\\t\\\"editor.hover.delay\\\": 500,\\n\\t\\\"editor.insertSpaces\\\": false,\\n\\t\\\"editor.linkedEditing\\\": true,\\n\\t\\\"editor.minimap.enabled\\\": false,\\n\\t\\\"editor.smoothScrolling\\\": true,\\n\\t\\\"editor.wordSeparators\\\": \\\" _`~!@#$%^&*()-=+[{]}\\\\\\\\|;:'\\\\\\\",.<>/?\\\",\\n\\t\\\"editor.wordWrap\\\": \\\"on\\\",\\n\\t\\\"editor.wrappingIndent\\\": \\\"indent\\\",\\n\\t\\\"emmet.triggerExpansionOnTab\\\": true,\\n\\t\\\"eslint.format.enable\\\": true,\\n\\t\\\"explorer.compactFolders\\\": false,\\n\\t\\\"explorer.confirmDelete\\\": false,\\n\\t\\\"explorer.confirmDragAndDrop\\\": false,\\n\\t\\\"explorer.confirmPasteNative\\\": false,\\n\\t\\\"files.autoSave\\\": \\\"onFocusChange\\\",\\n\\t\\\"files.insertFinalNewline\\\": true,\\n\\t\\\"files.trimTrailingWhitespace\\\": true,\\n\\t\\\"files.trimFinalNewlines\\\": false,\\n\\t\\\"git.autofetch\\\": true,\\n\\t\\\"git.autofetchPeriod\\\": 30,\\n\\t\\\"git.confirmSync\\\": false,\\n\\t\\\"git.rebaseWhenSync\\\": true,\\n\\t\\\"githubPullRequests.defaultMergeMethod\\\": \\\"rebase\\\",\\n\\t\\\"githubPullRequests.fileListLayout\\\": \\\"tree\\\",\\n\\t\\\"githubPullRequests.remotes\\\": [\\n\\t\\t\\\"origin\\\",\\n\\t\\t\\\"upstream\\\",\\n\\t\\t\\\"fork\\\"\\n\\t],\\n\\t\\\"html.format.indentHandlebars\\\": true,\\n\\t\\\"html.format.maxPreserveNewLines\\\": 1,\\n\\t\\\"html.format.wrapLineLength\\\": 0,\\n\\t\\\"html.format.extraLiners\\\": \\\"head, body, /html\\\",\\n\\t\\\"html.format.indentInnerHtml\\\": false,\\n\\t\\\"javascript.updateImportsOnFileMove.enabled\\\": \\\"always\\\",\\n\\t\\\"markdown.preview.scrollEditorWithPreview\\\": true,\\n\\t\\\"markdown.updateLinksOnFileMove.enabled\\\": \\\"always\\\",\\n\\t\\\"markdown-preview-enhanced.previewTheme\\\": \\\"none.css\\\",\\n\\t\\\"multiDiffEditor.experimental.enabled\\\": true,\\n\\t\\\"stylelint.validate\\\": [\\n\\t\\t\\\"css\\\",\\n\\t\\t\\\"less\\\",\\n\\t\\t\\\"postcss\\\",\\n\\t\\t\\\"scss\\\"\\n\\t],\\n\\t\\\"svg.preview.boundingBox\\\": true,\\n\\t\\\"svg.preview.transparencyGrid\\\": true,\\n\\t\\\"terminal.integrated.cursorBlinking\\\": true,\\n\\t\\\"terminal.integrated.cursorStyle\\\": \\\"line\\\",\\n\\t\\\"terminal.integrated.defaultProfile.linux\\\": \\\"zsh\\\",\\n\\t\\\"terminal.integrated.defaultProfile.windows\\\": \\\"bash\\\",\\n\\t\\\"terminal.integrated.profiles.linux\\\": {\\n\\t\\t\\\"zsh\\\": {\\n\\t\\t\\t\\\"path\\\": \\\"/usr/bin/zsh\\\"\\n\\t\\t}\\n\\t},\\n\\t\\\"terminal.integrated.stickyScroll.enabled\\\": true,\\n\\t\\\"terminal.integrated.tabs.enabled\\\": false,\\n\\t\\\"window.autoDetectColorScheme\\\": true,\\n\\t\\\"workbench.editor.sharedViewState\\\": true,\\n\\t\\\"workbench.editor.empty.hint\\\": \\\"hidden\\\",\\n\\t\\\"workbench.editorAssociations\\\": {\\n\\t\\t\\\"git-rebase-todo\\\": \\\"default\\\"\\n\\t},\\n\\t\\\"workbench.list.smoothScrolling\\\": true,\\n\\t\\\"workbench.settings.openDefaultSettings\\\": true\\n}\\n\"}", | ||
"settings": "{\"settings\":\"{\\n\\t\\\"[css]\\\": {\\n\\t\\t\\\"editor.defaultFormatter\\\": \\\"stylelint.vscode-stylelint\\\"\\n\\t},\\n\\t\\\"[html]\\\": {\\n\\t\\t\\\"editor.defaultFormatter\\\": \\\"vscode.html-language-features\\\"\\n\\t},\\n\\t\\\"[javascript]\\\": {\\n\\t\\t\\\"editor.defaultFormatter\\\": \\\"dbaeumer.vscode-eslint\\\"\\n\\t},\\n\\t\\\"[json]\\\": {\\n\\t\\t\\\"editor.defaultFormatter\\\": \\\"vscode.json-language-features\\\",\\n\\t\\t\\\"files.trimFinalNewlines\\\": false\\n\\t},\\n\\t\\\"[scss]\\\": {\\n\\t\\t\\\"editor.defaultFormatter\\\": \\\"stylelint.vscode-stylelint\\\",\\n\\t\\t\\\"editor.formatOnSave\\\": false\\n\\t},\\n\\t\\\"[svg]\\\": {\\n\\t\\t\\\"files.insertFinalNewline\\\": false\\n\\t},\\n\\t\\\"diffEditor.diffAlgorithm\\\": \\\"advanced\\\",\\n\\t\\\"diffEditor.maxComputationTime\\\": 0,\\n\\t\\\"diffEditor.renderSideBySide\\\": false,\\n\\t\\\"editor.bracketPairColorization.independentColorPoolPerBracketType\\\": true,\\n\\t\\\"editor.codeActionsOnSave\\\": {\\n\\t\\t\\\"source.fixAll\\\": \\\"explicit\\\"\\n\\t},\\n\\t\\\"editor.cursorSmoothCaretAnimation\\\": \\\"on\\\",\\n\\t\\\"editor.defaultFormatter\\\": \\\"EditorConfig.EditorConfig\\\",\\n\\t\\\"editor.detectIndentation\\\": false,\\n\\t\\\"editor.formatOnSave\\\": true,\\n\\t\\\"editor.guides.bracketPairs\\\": true,\\n\\t\\\"editor.hover.delay\\\": 500,\\n\\t\\\"editor.insertSpaces\\\": false,\\n\\t\\\"editor.linkedEditing\\\": true,\\n\\t\\\"editor.minimap.enabled\\\": false,\\n\\t\\\"editor.smoothScrolling\\\": true,\\n\\t\\\"editor.wordSeparators\\\": \\\" _`~!@#$%^&*()-=+[{]}\\\\\\\\|;:'\\\\\\\",.<>/?\\\",\\n\\t\\\"editor.wordWrap\\\": \\\"on\\\",\\n\\t\\\"editor.wrappingIndent\\\": \\\"indent\\\",\\n\\t\\\"emmet.triggerExpansionOnTab\\\": true,\\n\\t\\\"eslint.format.enable\\\": true,\\n\\t\\\"explorer.compactFolders\\\": false,\\n\\t\\\"explorer.confirmDelete\\\": false,\\n\\t\\\"explorer.confirmDragAndDrop\\\": false,\\n\\t\\\"explorer.confirmPasteNative\\\": false,\\n\\t\\\"files.autoSave\\\": \\\"onFocusChange\\\",\\n\\t\\\"files.insertFinalNewline\\\": true,\\n\\t\\\"files.trimTrailingWhitespace\\\": true,\\n\\t\\\"files.trimFinalNewlines\\\": false,\\n\\t\\\"git.autofetch\\\": true,\\n\\t\\\"git.autofetchPeriod\\\": 30,\\n\\t\\\"git.confirmSync\\\": false,\\n\\t\\\"git.rebaseWhenSync\\\": true,\\n\\t\\\"githubPullRequests.defaultMergeMethod\\\": \\\"rebase\\\",\\n\\t\\\"githubPullRequests.fileListLayout\\\": \\\"tree\\\",\\n\\t\\\"githubPullRequests.remotes\\\": [\\n\\t\\t\\\"origin\\\",\\n\\t\\t\\\"upstream\\\",\\n\\t\\t\\\"fork\\\"\\n\\t],\\n\\t\\\"html.format.indentHandlebars\\\": true,\\n\\t\\\"html.format.maxPreserveNewLines\\\": 1,\\n\\t\\\"html.format.wrapLineLength\\\": 0,\\n\\t\\\"html.format.extraLiners\\\": \\\"head, body, /html\\\",\\n\\t\\\"html.format.indentInnerHtml\\\": false,\\n\\t\\\"javascript.updateImportsOnFileMove.enabled\\\": \\\"always\\\",\\n\\t\\\"markdown.preview.scrollEditorWithPreview\\\": true,\\n\\t\\\"markdown.updateLinksOnFileMove.enabled\\\": \\\"always\\\",\\n\\t\\\"markdown-preview-enhanced.previewTheme\\\": \\\"none.css\\\",\\n\\t\\\"multiDiffEditor.experimental.enabled\\\": true,\\n\\t\\\"stylelint.validate\\\": [\\n\\t\\t\\\"css\\\",\\n\\t\\t\\\"less\\\",\\n\\t\\t\\\"postcss\\\",\\n\\t\\t\\\"scss\\\"\\n\\t],\\n\\t\\\"svg.preview.boundingBox\\\": true,\\n\\t\\\"svg.preview.transparencyGrid\\\": true,\\n\\t\\\"terminal.integrated.cursorBlinking\\\": true,\\n\\t\\\"terminal.integrated.cursorStyle\\\": \\\"line\\\",\\n\\t\\\"terminal.integrated.defaultProfile.linux\\\": \\\"zsh\\\",\\n\\t\\\"terminal.integrated.defaultProfile.windows\\\": \\\"bash\\\",\\n\\t\\\"terminal.integrated.profiles.linux\\\": {\\n\\t\\t\\\"zsh\\\": {\\n\\t\\t\\t\\\"path\\\": \\\"/usr/bin/zsh\\\"\\n\\t\\t}\\n\\t},\\n\\t\\\"terminal.integrated.stickyScroll.enabled\\\": true,\\n\\t\\\"terminal.integrated.tabs.enabled\\\": false,\\n\\t\\\"window.autoDetectColorScheme\\\": true,\\n\\t\\\"workbench.editor.sharedViewState\\\": true,\\n\\t\\\"workbench.editor.empty.hint\\\": \\\"hidden\\\",\\n\\t\\\"workbench.editorAssociations\\\": {\\n\\t\\t\\\"git-rebase-todo\\\": \\\"default\\\"\\n\\t},\\n\\t\\\"workbench.list.smoothScrolling\\\": true,\\n\\t\\\"workbench.settings.openDefaultSettings\\\": true\\n}\\n\"}", | ||
"extensions": "[{\"identifier\":{\"id\":\"anteprimorac.html-end-tag-labels\",\"uuid\":\"373a8fcf-9125-4d72-807d-f98890a552d8\"},\"displayName\":\"HTML End Tag Labels\"},{\"identifier\":{\"id\":\"atishay-jain.all-autocomplete\",\"uuid\":\"55c9a325-d650-4ab2-a952-3f3c6faba089\"},\"displayName\":\"All Autocomplete\"},{\"identifier\":{\"id\":\"celianriboulet.webvalidator\",\"uuid\":\"cf722d8c-43ff-4251-a706-51b12aa80fc5\"},\"displayName\":\"W3C Web Validator\"},{\"identifier\":{\"id\":\"dbaeumer.vscode-eslint\",\"uuid\":\"583b2b34-2c1e-4634-8c0b-0b82e283ea3a\"},\"displayName\":\"ESLint\"},{\"identifier\":{\"id\":\"ecmel.vscode-html-css\",\"uuid\":\"aaee577c-f062-495a-9816-0cbd442f1d25\"},\"displayName\":\"HTML CSS Support\"},{\"identifier\":{\"id\":\"editorconfig.editorconfig\",\"uuid\":\"f60a60a6-95ba-42d4-b41c-3d24c1b89588\"},\"displayName\":\"EditorConfig for VS Code\"},{\"identifier\":{\"id\":\"github.vscode-pull-request-github\",\"uuid\":\"69ddd764-339a-4ecc-97c1-9c4ece58e36d\"},\"displayName\":\"GitHub Pull Requests and Issues\"},{\"identifier\":{\"id\":\"ionutvmi.path-autocomplete\",\"uuid\":\"0d1241e3-fa60-4f24-8f2a-6d7085677c48\"},\"displayName\":\"Path Autocomplete\"},{\"identifier\":{\"id\":\"kamikillerto.vscode-linthtml\",\"uuid\":\"7ff1712a-00c9-4000-82ff-8e743bf37205\"},\"displayName\":\"LintHTML\"},{\"identifier\":{\"id\":\"mhutchie.git-graph\",\"uuid\":\"438221f8-1107-4ccd-a6fe-f3b7fe0856b7\"},\"displayName\":\"Git Graph\"},{\"identifier\":{\"id\":\"pranaygp.vscode-css-peek\",\"uuid\":\"0b8f8d63-11a2-4194-969c-ca7488b3413a\"},\"displayName\":\"CSS Peek\"},{\"identifier\":{\"id\":\"shd101wyy.markdown-preview-enhanced\",\"uuid\":\"3b1db1fc-c7f7-4bd6-9fa4-b499dfa99a8a\"},\"displayName\":\"Markdown Preview Enhanced\"},{\"identifier\":{\"id\":\"sleistner.vscode-fileutils\",\"uuid\":\"d637104e-1fd7-4063-98fc-8afe46012c9b\"},\"displayName\":\"File Utils\"},{\"identifier\":{\"id\":\"stylelint.vscode-stylelint\",\"uuid\":\"ec35b5a3-9802-4c68-b5ff-e85f19ec0977\"},\"displayName\":\"Stylelint\"},{\"identifier\":{\"id\":\"vitaliymaz.vscode-svg-previewer\",\"uuid\":\"27d96499-52df-4f8e-8905-275284e25ace\"},\"displayName\":\"SVG Previewer\"}]" | ||
} |