How do you hide the "Features" pane in TFS? - tfs

I'm running TFS 2015 on-prem. How do you hide the "Features" pane in the backlog view?

Click "Mapping". In the screenshot you provided, it's set to "On". Turning it off will hide the Features pane.

Related

Missing 3 Buttons in Debug Toolbar for Visual Studio 2022 (F#)

New to VS 2022 and programming in general. I am looking at the Debug toolbar while coding F#, and it seems to be missing 3 buttons: "Step Back Into", "Step Back Over", "Step Back Out".
They are selected under the 'Customize' menu as per screenshot:
Customize Debug Toolbar
Here's the Debug Toolbar at the top:
Debug Toolbar
A few things here... I was able to get those buttons to display in my toolbar, but they are never active. I'm unsure what condition needs to be satisfied to enable them.
Try this first:
Click the small down arrow icon on the right side of the toolbar
Select "Add or Remove Buttons"
See if you can check the buttons you want.
It should look something like this:
However, when I tried this method, the buttons were already listed in this dialog, but the but the checkbox control for them was disabled. They were checked, but the buttons were not present in the toolbar. I clicked "Customize..." towards the bottom of this list, which brought me to a menu similar to your first screenshot. I clicked "Add Command...", selected "Debug" on the left side of the categories to choose from, and then selected the "Step Back Into", "Step Back Over", and "Step Back Out" buttons.
Again though, these debug options were never active for me, so I'm unsure how they are used. I attempted debugging a few things to see if they would activate, but nothing I tried worked.
We can see from this link:
The reverse execution buttons are only available for Time Travel Debugging (TTD). It’s currently a preview feature in VS Enterprise for Azure VMs.
You can read more about TTD here.

Can't see `Roadmap` feature in Jira Software

I do not know why I can't see Roadmap feature in Jira.
And in the project setting, I can see that Roadmap is auto enabled.
In a Jira Cloud Scrum project, the Roadmap feature is configured per board.
To enable it for your board, you will likely need to:
​Navigate to your desired board
Click the three dots in the top right corner
Click Board Settings
On the left hand Board Settings click Roadmap
Toggle the Enable the roadmap for board button

In Visual Studio 2019 how to ensure tab stays open after Go-To-Definition

In Visual Studio, if I Go-To-Definition on e.g. a class by Ctrl+Click or F12, the class is opened in a new tab but the tab is not part of the open tabs (not sure if that is the correct wording). The tab heading is to the right. The tab heading has a little button "Keep Tab Open Ctrl+Alt+Home".
If I make no edits in the opened tab and navigate back using Ctrl-Minus, the new tab is closed.
What do I need to do to always have Go-To-Definition windows open and never close e.g. when navigate away?
Here some pictures #hellip;
This is the start situation:
This is the actual situation after Ctrl+Click on Class1:
This is what I expect:
Tools -> Options -> Environment -> Tabs And Windows
Uncheck "Allow new files to be opened in the preview tab"
You may need to restart Visual Studio for the setting to take effect.
Click on the enlightened square in the opened tab. It will show the pin. Click on the pin so that it will always remain there.

How to change editor background in TFVC

I'm using Visual Studio Team Service to manage my source code. I have 2 projects.
At sections view and edit file in repository, 1 project display file by light background while another one display by dark background.
Does anyone know how to change light background?
Follow the steps below:
Click on your account in the up-right corner and select "My profile".
Click "Edit profile" on the displayed page.
Click "Preference" tab.
Set UI Theme to "Default".
Save the changes.

Sprint navigation doesn't show in Visual Studio Team Services

While i am working on managing my sprints in Visual Studio Team Services, all my sprint options on the left pane has disappeared, therefore i can't see my previous and future sprint work items when i select work items under backlogs tab.
Any idea ?
I ran into this too, but could not find the Other Links section. I had to do the following, but there must be a better way so this isn't necessary.
Go to the Project's home page
Click on the Gear icon to enter the settings area for the project
This should default to the Overview Tab, with a list of teams on the right.
Click on the team
Click on the Work tab
Click on the Iterations sub tab
Click on the green plus sign to add the new iteration created previously
This happens when you set or select a specific sprint as your "set as team's backlog iteration" and the solution for this is to the following:
1) From the project homepage in VS Team Services.
2) Click on "Configure Schedule and iterations" link under other links section.
3) Select "Iterations" tab.
4) Set "set as team's backlog iteration" option to the top level.
5) You will notice check boxes have shown, where you can select which iterations to show or hide.
6) That's all! you will be able to view all selected sprints either previous/current or future ones!

Resources