Skip to content
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

Request for features #13124

Closed
DumboJetEngine opened this issue Oct 1, 2016 · 4 comments
Closed

Request for features #13124

DumboJetEngine opened this issue Oct 1, 2016 · 4 comments
Labels
*duplicate Issue identified as a duplicate of another issue(s) *question Issue represents a question, should be posted to StackOverflow (VS Code)

Comments

@DumboJetEngine
Copy link

  • VSCode Version: 1.5.3
  • OS Version: Win10
  1. I think we should be able to disable extensions without uninstalling them.
  2. I see no obvious way to ignore files on Git. Brackets has an obvious option that is extremely easy to find. Maybe I miss something here?
  3. I see no obvious way to clone repos from VSCode. I think it should be able to do this.
  4. I can't find a good way to adjust the font size globally (not only in the editor). The best I found was this while trying to make fonts look more like Brackets and I don't like it much:
    "window.zoomLevel": -0.3,
    "editor.fontFamily": "arial, sans-serif"
  5. All the file-icon extensions that I tried have their icon blurry. Not sure why, but I guess it has to do something with VSCode itself and its HTML.
  6. Maybe the "button" for running the build tasks (and maybe also running the code) should be in a more accessible place?
  7. I see no way to view the history with Git.
@octref
Copy link
Contributor

octref commented Oct 1, 2016

  1. Need to disable extensions not just uninstall them #2882, likely to land in October.
  2. You can edit .gitignore.
  3. Open integrated terminal, and git clone <GitURL>. VSCode usually works in the context of a workspace, which is already a git repo
  4. Quick Command -> Zoom in
  5. Can you post a picture?
  6. Ctrl-Shift-B and F5.
  7. Git: Support git history in VSCode #68

@octref
Copy link
Contributor

octref commented Oct 1, 2016

This issue is more like questions so I'm closing it.
5 looks like a valid feature-request, so feel free to open another issue with screenshots & more detailed description. We prefer to keep a single issue for each bug/feature-request. Thanks!

@octref octref closed this as completed Oct 1, 2016
@octref octref added *question Issue represents a question, should be posted to StackOverflow (VS Code) *duplicate Issue identified as a duplicate of another issue(s) labels Oct 1, 2016
@DumboJetEngine
Copy link
Author

You can edit .gitignore.

Open integrated terminal, and git clone . VSCode usually works in the context of a workspace, which is already a git repo

OK.
However, I can't understand where you draw the line here.
You have already added UI on top of Git, so this seems like leaving the work half finished (maybe I am wrong, donno).
But I understand (a bit) that you don't want to go to the same direction as Brackets (where they are trying to build UI for everything).
But, it's OK. No need to explain probably.

Here is the new issue:
#13126
:)

@octref
Copy link
Contributor

octref commented Oct 1, 2016

Instead of working on problems that has a work-around, we are more likely to prioritize things that can't work around with (like your point 7).
You can keep an eye on our monthly iteration plan to see what'll be done: #11917

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) *question Issue represents a question, should be posted to StackOverflow (VS Code)
Projects
None yet
Development

No branches or pull requests

2 participants