stripe-ruby/.vscode/settings.json
David Brownman cf0db6f745
⚠️ Add strongly typed EventNotifications (#1650)
* manual changes

* move eventNotification to v2 namespace

* updated rbi

* add tests

* Add basic rbi

* generate event data types

* move some things, fix tests

* add missing attributes

* update gemspec, examples, and rbi

* fix example
2025-09-24 15:55:40 -07:00

13 lines
337 B
JSON

{
// Show the repo name in the top window bar.
"window.title": "${rootName}${separator}${activeEditorMedium}",
// formatting on save is very slow in ruby
"editor.formatOnSave": false,
"files.trimTrailingWhitespace": true,
// Rubocop settings
"ruby.rubocop.configFilePath": ".rubocop.yml",
"ruby.rubocop.onSave": true
}