Sha256: 29fe2a03742bdcb75e0487999e966c4b99bf36bd18ae9a3d81e108f1ab7dcf02

Contents?: true

Size: 982 Bytes

Versions: 3

Compression:

Stored size: 982 Bytes

Contents

{
  // See http://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
  // Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
  // List of extensions which should be recommended for users of this workspace.
  "recommendations": [
    // Spell checking code and comments are important.
    "streetsidesoftware.code-spell-checker",

    // Will make VSCode pick up .editorconfig.
    "editorconfig.editorconfig",

    // Essential for Ruby syntax highlighting and debugging.
    "rebornix.ruby",

    // For code insight and auto-complete.
    "castwide.solargraph",

    // Test Explorer UI and adapter
    "hbenl.vscode-test-explorer",
    "matepek.vscode-catch2-test-adapter",

    // Cucumber highlighting and more.
    "alexkrechik.cucumberautocomplete"
  ],
  // List of extensions recommended by VS Code that should not be recommended for users of this workspace.
  "unwantedRecommendations": []
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
skippy-0.5.2.a .vscode/extensions.json
skippy-0.5.1.a .vscode/extensions.json
skippy-0.5.0.a .vscode/extensions.json