⚙️ config(vscodium): change project manager folder

This commit is contained in:
Sergio Laín 2024-08-07 18:17:49 +02:00
parent 6766067d7e
commit 5ee9507f9f
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -151,12 +151,7 @@
"vscode-neovim.neovimExecutablePaths.linux": "/home/matt/.local/share/bob/nvim-bin/nvim", "vscode-neovim.neovimExecutablePaths.linux": "/home/matt/.local/share/bob/nvim-bin/nvim",
// Project Manager // Project Manager
"projectManager.git.baseFolders": [ "projectManager.git.baseFolders": ["/home/matt/Repos/"],
"/home/matt/Repos/Work",
"/home/matt/Repos/Personal",
"/home/matt/Repos/Community",
"/home/matt/Repos/Class"
],
"projectManager.sortList": "Recent", "projectManager.sortList": "Recent",
// Smooth movement // Smooth movement
"workbench.list.smoothScrolling": true, "workbench.list.smoothScrolling": true,