-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Open
Labels
feature[core label][core label]workspaceFeedback for workspace management, layout, interactions, etcFeedback for workspace management, layout, interactions, etc
Description
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
edwjusti, coreydonenfeld, hferreiro, ndr-ds, huntc and 168 morexgfone, nikivdev, IronicUsername, ww7, jkampitakis and 12 more
Metadata
Metadata
Assignees
Labels
feature[core label][core label]workspaceFeedback for workspace management, layout, interactions, etcFeedback for workspace management, layout, interactions, etc