Visual Studio Team Services change language - azure-devops

How can i change the language in my Visual Studio Team Services (previously Visual Studio Online) account?
I can change the place where the site is beeing hosted, but not where i can change the language.
In the on-premises version (Team Foundation Server), you can change the language, why not in the cloud version

You should be able to change it at the following URL: https://app.vsaex.visualstudio.com/me?mkt=en-US&tab=edit
Select the Preferences Tab

Now, Azure DevOps(VSTS) is only show English in the UI.
​There has been a related user voice here:
Localization support for Team Services
https://developercommunity.visualstudio.com/content/idea/365587/localization-support-for-team-services.html
Please feel free to vote that ticket.

Login to your account
At the top right corner there is a square with your photo, click, and then
Click on My profile.
On the new page, at the right of your name click on "Edit profile"
On the new page, click on "Preferences"
On the new page, change your prefered language.

Related

Can't access Teams Toolkit menu in VSCode?

I am trying to build an app in VSCode using the Microsoft Teams Toolkit. I already have a skeleton application and don't need to create a new one from scratch. When I installed Teams Toolkit, I get this menu:
All the tutorials say I should have a menu where I can see things like my account, but I can't get past what seems to be a tutorial menu. I tried going through each step in this menu, but it still doesn't display the full menu. Any ideas?

How can I add an option to the ellipsis or right-click of an Azure DevOps work item (like a User Story)?

I saw an two-year-old question on SO about it, but nothing recent. When I look at a card on the board, User Story, Task, etc., I have an ellipsis. How can I add to the menu when it pops up or from a right-click menu. Is that possible with Visual Studio or somewhere in the Azure DevOps admin?
There’re many work items extensions in marketplace:Extensions for Visual Studio family of products .
You can install extension that’s related to work items in your DevOps and option will be added to the menu automatically.
For example, install extension Open in Excel and you’ll see the option open in excel in your menu.
I recommend you to search extension that meets your needs in marketplace. If there's no appropriate extension, you can develop by yourself. please refer to doc: develop a web extension
And you can describe what function you want to add to option, i can help you to search it in marketplace.

Where to find sharing option in vscode?

I am currently working on vs code with version 1.8. Recently microsoft introduce new feature which called Visual studio Live Share.My problem is that I am not able to find sharing button or menu/submenu.
If you have any idea where to find or how to share code using vs code.please help me.
A few month later (from Nov. 2017 to May 2018), the Live Share feature is now ready: see "Visual Studio Live Share Public Preview", and "Visual Studio Live Share" to download the extension.
The documentation explains, for Visual Studio Code, how to share:
Start a collaboration session
Now, simply click the "Share" status bar item or hit Ctrl+Shift+P and select "Live Share: Start a collaboration session (Share)".
Note: You may be asked by your desktop firewall software to allow the Live Share agent to open a port the first time you share. Accepting this is entirely optional but enables a secured "direct mode" to improve performance when the person you are working with is on the same network as you are.
See changing the connection mode for details.
An invite link will be automatically copied to your clipboard.
When opened in a browser, this link allows others to join a new collaboration session that shares contents of these folders with them.
You will also see the "Share" status bar item transition to represent the session state. See session state information below for what this looks like.
Note that if you need to get the invite link again after you've started sharing, you access it again by clicking on the session state status bar icon and select "Invite Others (Copy Link)".

Chrome developer tools blackbox option isn't there?

I can't find the option to blackbox code anywhere on the chrome developer tools. It also doesn't give me the option when I right-click a file. I am using the latest version.
This link that was posted 3 days ago states the e is simply a "blackbox" tab in settings, but it isn't there for me. https://developers.google.com/web/tools/chrome-devtools/javascript/step-code
There is also no "Manage framework blackboxing" option in general settings as stated in various guides.
Can anyone help? I can't see any posts online saying it has been removed.
Thanks!
Screenshot of my settings menu
"Blackbox script" was removed from Chrome at some point after Feb 2016. This is a bug in Chrome. Please star it.
As a workaround, you can double-click the offending script, then right click on its source code in the code pane, and choose "Blackbox script" from there.
As of this post, Chrome has once again refactored this function. It has been renamed to Framework Ignore List.
Open chrome settings (or press F1)
You will see Blackboxing in the left pane.
It is currently called "Add script to ignore list":

Is there a way to have Visual Web Developer ignore build errors?

I'm using MS's VWD to edit some .aspx files in our website (I'm opening it as a website, not a project/solution).
I have some temporary files just for testing and some generate Build errors in VWD 2010.
But VWD won't let me "run" other pages in the website with those Build Errors present.
Is there a way to get it to IGNORE them?
Im using Visual web developer express,
but assume the the settings are the same.
click on TOOLS on the MENUBAR
click on OPTIONS when the TOOLS menu drops down
click on SHOW ALL SETTINGS when the OPTIONS window appears
click on PROJECTS AND SOLUTIONS in the LEFT hand panel
click on BUILD AND RUN in the projects and solutions drop down
in the rigt hand panel, look for the text "On Run, when build or deployment errors occur:"
change it to "PROMPT TO LAUNCH"
click OKAY button to save changes
Voila.