Sha256: 83708906c5f386e47b46886b838056add53bdd0866e7c1e4a118657216742881
Contents?: true
Size: 769 Bytes
Versions: 6
Compression:
Stored size: 769 Bytes
Contents
{ // IntelliSense を使用して利用可能な属性を学べます。 // 既存の属性の説明をホバーして表示します。 // 詳細情報は次を確認してください: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "Debug create_browser_app.rb", "type": "Ruby", "request": "launch", "program": "${workspaceRoot}/bin/create_browser_app.rb" }, { "name": "Debug start.rb", "type": "Ruby", "request": "launch", "cwd": "${workspaceRoot}/lib/template", "args": [ "test" ], "program": "${workspaceRoot}/lib/template/start.rb" } ] }
Version data entries
6 entries across 6 versions & 1 rubygems