Skip to content

Commit b117b70

Browse files
authored
Merge pull request #740 from D-Forz/vscode-profile
add default profile for vscode
2 parents bd032c0 + e825594 commit b117b70

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.vscode/ruby-lsp.code-profile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name":"ruby-lsp",
3+
"settings":
4+
"{\"settings\":\"{\\n \\\"workbench.colorTheme\\\": \\\"Spinel\\\",\\n \\\"editor.fontSize\\\": 16,\\n \\\"window.zoomLevel\\\": 1,\\n}\\n\"}",
5+
"extensions":
6+
"[{\"identifier\":{\"id\":\"shopify.ruby-extensions-pack\",\"uuid\":\"430af273-c0cc-4565-a417-6ee1991bbf4c\"},\"displayName\":\"Ruby\"}]"
7+
}

0 commit comments

Comments
 (0)