Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

add ability to see current active profile #22

Open
sultanmyrza opened this issue Dec 21, 2019 · 3 comments
Open

add ability to see current active profile #22

sultanmyrza opened this issue Dec 21, 2019 · 3 comments

Comments

@sultanmyrza
Copy link

No description provided.

@nyikozoli
Copy link

You can easily achieve this with customizing the window title.

  "profileSwitcher.storage": {
        "flutter": {
            "window.title": "Flutter profile${separator}${dirty}${activeEditorShort}${separator}${rootName}${separator}${appName}"
        },
        "csharp": {
            "window.title": "C# profile${separator}${dirty}${activeEditorShort}${separator}${rootName}${separator}${appName}",
            "[csharp]": {
                "editor.defaultFormatter": "ms-dotnettools.csharp"
            }
        }
    },

@richarddavenport
Copy link

@nyikozoli That is actually a great solution, but only if you want it in the window title. I run vscode on my mac in full screen so I can't even see the window title, so for me it won't help.

If I had to guess I think this request is for something to be put in the status bar (since that's where statuses go).

@richarddavenport
Copy link

Hey! Look at that, there's already a PR #30!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants