Skip to content

Commit

Permalink
remove editor specific configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kagemaru committed Feb 7, 2023
1 parent d00604e commit 755b265
Showing 1 changed file with 3 additions and 37 deletions.
40 changes: 3 additions & 37 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,5 @@
{
"rubyTestExplorer.logpanel": true,
"rubyTestExplorer.testFramework": "minitest",
"saveEditorLayout.list": [
{
"name": "ptime: api tests",
"documents": [
{
"fsPath": "/code/pz/puzzletime/test/small_invoice_test_helper.rb",
"column": 1
},
{
"fsPath": "/code/pz/puzzletime/app/domain/invoicing/small_invoice/contact_sync.rb",
"column": 1
},
{
"fsPath": "/code/pz/puzzletime/test/domain/invoicing/small_invoice/contact_sync_test.rb",
"column": 1
},
{
"fsPath": "/code/pz/puzzletime/test/domain/invoicing/small_invoice/api_test.rb",
"column": 2
},
{
"fsPath": "/code/pz/puzzletime/test/domain/invoicing/small_invoice/address_sync_test.rb",
"column": 2
},
{
"fsPath": "/code/pz/puzzletime/test/domain/invoicing/small_invoice/interface_test.rb",
"column": 2
},
{
"fsPath": "/code/pz/puzzletime/test/domain/invoicing/small_invoice/invoice_store_test.rb",
"column": 2
}
]
}
]
"i18n-ally.localesPaths": [
"config/locales"
]
}

0 comments on commit 755b265

Please sign in to comment.