Skip to content

Support opening .code-workspace files to open vs code type workspace directly #9459

@avp1598

Description

@avp1598

Check for existing issues

  • Completed

Describe the feature

I want to be able to open .code-workspace file which opens the workspace with all the folders defined in the file. The file looks something like this

{
  "folders": [
    {
      "name": "ⵣ protocol",
      "path": "."
    },
    {
      "name": "⛓️ blockchain",
      "path": "golang/blockchain"
    },
    {
      "name": "😈 daemon",
      "path": "golang/tribesd"
    },
    {
      "name": "🦀 client",
      "path": "rust/client"
    },
  ],
  "settings": {
    "editor.tabSize": 2,
    "files.exclude": {
      "**/build": true,
      "**/node_modules": true
    },
    "solidity.packageDefaultDependenciesContractsDirectory": "src",
    "solidity.packageDefaultDependenciesDirectory": "lib",
    "solidity.formatter": "forge",
    "solidity.compileUsingRemoteVersion": "v0.8.20",
    "git.detectSubmodules": false,
    "rust-analyzer.showUnlinkedFileNotification": false,
    "rust-analyzer.cargo.target": "wasm32-unknown-unknown",
    "rust-analyzer.inlayHints.chainingHints.enable": false,
    "rust-analyzer.inlayHints.typeHints.enable": false,
    "rust-analyzer.inlayHints.parameterHints.enable": false,
    "editor.codeActionsOnSave": {
      "source.fixAll.eslint": "explicit"
    },
    "editor.formatOnSave": false
  }
}

If applicable, add mockups / screenshots to help present your vision of the feature

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature[core label]workspaceFeedback for workspace management, layout, interactions, etc

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions