Skip to content

Commit

Permalink
Add default ruby configuration for visual studio code (#1958)
Browse files Browse the repository at this point in the history
* Add default ruby configuration for visual studio code

* fix linting violating in package.json
  • Loading branch information
jenenliu authored Jul 9, 2024
1 parent 8fb847e commit 1762543
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,14 @@
"**/bower_components": true,
"**/*.code-search": true,
"**/.ruby-lsp": true
},
"[ruby]": {
"editor.defaultFormatter": "Shopify.ruby-lsp",
"editor.formatOnSave": true,
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.semanticHighlighting.enabled": true,
"editor.formatOnType": true
}
}
},
Expand Down

0 comments on commit 1762543

Please sign in to comment.