banner
Hakkinex.(💡|🧠)

Hakkinex.(💡|🧠)

Modify Workspace Name in VScode

image

Multi-root workspaces#

  1. create a file as "name.code-workspace", for example "Private.code-workspace"
{
  "folders": [
    {
      "path": "folder-a"
    },
    {
      "path": "folder-b"
    }
  ]
}

for example

{
    "folders": [
    {
      "path": "Notespace"
    },
    {
      "path": "VScode-Todo"
    }
  ]
  }
  1. open the workspace from the file

Ref. Link

  1. 如何修改 VSCode 中的 workspace 的名稱
  2. What is a VS Code "workspace"?)
Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.