-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVisualStudioCodeConfigs.vssettings
More file actions
1 lines (1 loc) · 4.8 KB
/
VisualStudioCodeConfigs.vssettings
File metadata and controls
1 lines (1 loc) · 4.8 KB
1
{"name":"c:\\dev\\customization\\VisualStudioCodeConfigs.vssettings","settings":"{\"settings\":\"{\\r\\n \\\"workbench.colorTheme\\\": \\\"Default Dark Modern\\\",\\r\\n \\\"security.workspace.trust.untrustedFiles\\\": \\\"open\\\",\\r\\n \\\"editor.fontFamily\\\": \\\"Cascadia Code, Consolas, 'Courier New', monospace\\\",\\r\\n \\\"editor.fontSize\\\": 13\\r\\n}\"}","keybindings":"{\"keybindings\":\"// Place your key bindings in this file to override the defaultsauto[]\\r\\n[\\r\\n {\\r\\n \\\"key\\\": \\\"ctrl+alt+right\\\",\\r\\n \\\"command\\\": \\\"workbench.action.focusNextGroup\\\"\\r\\n },\\r\\n {\\r\\n \\\"key\\\": \\\"ctrl+alt+left\\\",\\r\\n \\\"command\\\": \\\"workbench.action.focusPreviousGroup\\\"\\r\\n },\\r\\n {\\r\\n \\\"key\\\": \\\"ctrl+l ctrl+p\\\",\\r\\n \\\"command\\\": \\\"markdown.preview.toggleLock\\\"\\r\\n },\\r\\n {\\r\\n \\\"key\\\": \\\"ctrl+shift+g\\\",\\r\\n \\\"command\\\": \\\"workbench.action.quickOpen\\\"\\r\\n },\\r\\n {\\r\\n \\\"key\\\": \\\"ctrl+p\\\",\\r\\n \\\"command\\\": \\\"-workbench.action.quickOpen\\\"\\r\\n }\\r\\n]\",\"platform\":3}","snippets":"{\"snippets\":{\"init-mermaid-diagram.code-snippets\":\"{\\n\\t// Place your global snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and \\n\\t// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope \\n\\t// is left empty or omitted, the snippet gets applied to all languages. The prefix is what is \\n\\t// used to trigger the snippet and the body will be expanded and inserted. Possible variables are: \\n\\t// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. \\n\\t// Placeholders with the same ids are connected.\\n\\t// Example:\\n\\t// \\\"Print to console\\\": {\\n\\t// \\t\\\"scope\\\": \\\"javascript,typescript\\\",\\n\\t// \\t\\\"prefix\\\": \\\"log\\\",\\n\\t// \\t\\\"body\\\": [\\n\\t// \\t\\t\\\"console.log('$1');\\\",\\n\\t// \\t\\t\\\"$2\\\"\\n\\t// \\t],\\n\\t// \\t\\\"description\\\": \\\"Log output to console\\\"\\n\\t// }\\n}\",\"kjartans-snippets.code-snippets\":\"{\\n\\t// Place your global snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and \\n\\t// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope \\n\\t// is left empty or omitted, the snippet gets applied to all languages. The prefix is what is \\n\\t// used to trigger the snippet and the body will be expanded and inserted. Possible variables are: \\n\\t// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. \\n\\t// Placeholders with the same ids are connected.\\n\\t// Example:\\n\\t// \\\"Print to console\\\": {\\n\\t// \\t\\\"scope\\\": \\\"javascript,typescript\\\",\\n\\t// \\t\\\"prefix\\\": \\\"log\\\",\\n\\t// \\t\\\"body\\\": [\\n\\t// \\t\\t\\\"console.log('$1');\\\",\\n\\t// \\t\\t\\\"$2\\\"\\n\\t// \\t],\\n\\t// \\t\\\"description\\\": \\\"Log output to console\\\"\\n\\t// }\\n \\\"Initiate a Sequence Diagram using Mermaid \\\": {\\n \\\"prefix\\\": \\\"mer-seq\\\", \\n \\\"body\\\": [\\n \\\"```mermaid\\\", \\n \\\"sequenceDiagram\\\"\\n \\\" \\\"\\n \\\"box ${1:Grouping}\\\"\\n \\\"participant A as ${2:First}\\\"\\n \\\"participant B as ${3:Second}\\\"\\n \\\"end\\\"\\n \\\" A->>+B: ${4: Message}\\\",\\n \\\" B-->>-A: ${5: Response}\\\"\\n \\\"```\\\", \\n ]\\n }, \\n\\t\\\"Initiate a ER Diagram using Mermaid \\\": {\\n \\\"prefix\\\": \\\"mer-er\\\", \\n \\\"body\\\": [\\n \\\"```mermaid\\\", \\n \\\"erDiagram\\\",\\n \\\" \\\",\\n \\\"CUSTOMER ||--o{ ORDER : places\\\",\\n\\t\\t\\t\\\"CUSTOMER {\\\",\\n\\t\\t\\t\\\"string name \\\",\\n\\t\\t\\t\\\"string custNumber PK \\\\\\\"Customer ID\\\\\\\"\\\",\\n\\t\\t\\t\\\"string sector\\\",\\n\\t\\t\\t\\\" }\\\",\\n\\t\\t\\t\\\"ORDER ||--|{ LINE-ITEM : contains \\\",\\n\\t\\t\\t\\\"ORDER {\\\",\\n\\t\\t\\t\\\"int orderNumber\\\",\\n\\t\\t\\t\\\"string deliveryAddress\\\",\\n\\t\\t\\t\\\"\\t}\\\"\\n \\\"```\\\", \\n ]\\n }\\n\\n}\"}}","extensions":"[{\"identifier\":{\"id\":\"bierner.markdown-mermaid\",\"uuid\":\"f8d0ffc4-66bb-4a9c-8149-ef8f043691a1\"},\"displayName\":\"Markdown Preview Mermaid Support\"},{\"identifier\":{\"id\":\"vscodevim.vim\",\"uuid\":\"d96e79c6-8b25-4be3-8545-0e0ecefcae03\"},\"displayName\":\"Vim\"},{\"identifier\":{\"id\":\"yzhang.markdown-all-in-one\",\"uuid\":\"98790d67-10fa-497c-9113-f6c7489207b2\"},\"displayName\":\"Markdown All in One\"}]"}