-
-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Highlight most important settings in README.md #73
Comments
Hi @EdTheC , I don't think that the extensions should say how to configure VSCode, since the VSCode website already has a rich documentation area (https://code.visualstudio.com/docs/customization/userandworkspace). But yes, the extension's I will make a few tweaks in the Hope this helps |
PM is the first package most users will install, they're going to be more naive to the ways of VSC that most. I too can't figure out where to put the settings for Do these go in settings.json or on projects.json? Is there a way to make them project root relative? I'm used to sublime text's project where I can specific exactly which folders I want to see in the folder tree, just trying to recreate that. related #46 |
I'm sorry for taking so long to answer you. I saw your comment but weren't able to reply at the time and at the end, I forgot 😢 . The The Multi folder projects, on the other hand, is not available in VSCode yet. There is already an issue there, and it appears that they will start experimenting in December/January_ Insiders release. Hope this helps |
Thanks! Note however that the reason I was asking about directly editing the projects.json file was because I'd really like to import 20 projects and it's way easier just edit the .json file than to open and save them all the manual way. Looking forward to multi folder support. SublimeText 3's Project Manager does a fabulous job of including/excluding files and folders from multiple locations. I've come rely heavily on this "cleaner" workspace environment than what VSC provides. |
I thought you wanted to import 😄 . That's one of the reasons that I created the VSCode projects auto-detection support. Next month I will release Git and SVN support as well. I also used SublimeText for some time (still uses for large files) but personally don't like how the projects are stored. Having a Projects Folder to store project definition files all together was a mess (at least for my workflows). In the end, I prefer how VSCode works 😄 I hope the VSCode team takes the best ideas of Sublime Text and Atom when designing this, so all users would like. |
Well, "import" yes, but using same basic text editing instead of opening/saving dozens of projects. It's way easier to just copy/paste/edit/paste/edit/paste/edit... than to locate/open/save/locate/open/save... I'm a bit confused by your description of projects in sublime. I think sublime works both ways now, project definitions in a central location, or in the project folder itself. When I first started with sublime the project definition being a file in the project folder seemed messy to me, but I came around though and can't imagine it any other way. Much like a .gitignore file being part of the repo it just makes sense to me to have my .sublime-project/workspace files in the root folder of the project. I then use the multiple paths to target my actual working folders (screenshot). My .git repo is a level down from that, which also means I can have "other" folder in the project but not in the repo without gitignoring them (like project notes) or inside the repo (like project notes to share). This setup make me love projects in sublime, it's neat and quick to use. I think you're referring to the optional setup where project files in one central location which always sounded crazy to me too... |
Yes, I was refering to the central location, because only with that I was able to switch between all projects (appearing in That's exacly how VSCode works, but instead of a file, it has a folder ( |
As a newbie VSCode user, I am having trouble with settings. It's not clear from the documentation where settings (eg "projectManager.projectsLocation": "C\Users\myUser\AppData\Roaming\Code\User") would be added or changed.
Also, the $home concept needs a bit more explanation as it seems very powerful.
Could you please add a little to the docs to help out?
TIA
The text was updated successfully, but these errors were encountered: