Setting up language in visual studio team services? - tfs

Please does somebody knows how to change langauge or region in Visual Studio Team Services (VSTS) page :
Example : https://xxxxxxxxxxxx.visualstudio.com/_projects

Click your account icon in the top-right corner and select My Profile, click Edit Profile, under preferences label, you could change the Preferred Language
There are 14 languages and a browser language, you could choose the one you need and save changes, it will take effect immediately.

Related

How to save the preferences of the Vivado SDK software?

Everytime I finish a new PL design of ZYNQ and open the SDK, the SDK preferrence settings always restore the same. So I need to set the font & color again.
How can I save the settings ?
enter image description here
I find that once you have set the preference, the same projects will looks OK.
But the other projects or newly created projects are not Set...
Btw, Is that anyone can help me to change the theme of the SDK? The official theme is too ugly...

Visual Studio 2019 Uses Wrong Edge Browser Profile

In VS 2019, I created a new Browser Profile for IIS Express by using the "Browse With ... " option. In that dialog, I used "Add ..." and copied in the program and argument values from one of the profile shortcuts on my taskbar.
Program: c:\Program Files(x86)...\msedge.exe
Arguments: --profile-directory="Profile 2"
After creating that Browser Profile, I then set IIS Express to use my newly created browser profile as the default when launching my app.
However, when I press the IIS Express button to run my web app, the app launches in Edge -- but uses a generic profile instead of the specific profile that I pointed to with my arguments.
The Edge profile that I'm trying to use has specific extensions that help with debugging in the browser that I don't have installed in all my Edge profiles.
Is there a way to get VS 2019 to launch the correct Edge Profile?

Flutter emulator personal keyboard does not work

I created an emulator with VSCode for Flutter programming purposes, everything works great except the fact that i cannot use my own keyboard to write on TextFields, i'm forced to use the embbed keyboard of the android.
How do i allow key input from my keyboard?
You need to explicitly specify that option on the emulated device's settings if you've created the emulator using flutter with VSCode.
Open Android Studio.
Hover over the Tools section on the top bar and click AVD Manager
Find your emulated device on the list and click to pen icon to edit device specific settings.
Click to Show Advanced Settings.
Scroll down and make sure Enable keyboard input is ticked.
There is also pictured version of these steps.
I have used an old emulator for API Level 23, which does not take keyboard input for my apk. So I have created new emulator for API Level 29, and then it works. Following is the step to install new emulator.
Open "Android Virtual Device Manager"
Create new Virtual Device.
When you select a system image, please choose and download the last version(API Level29) on "Virtual Device Configuration" window

How to emulate chrome browser for mobile devices in firefox developers edition

Chrome has a nice feature that allows you to emulate devices in the developers console. But I like the style editor packaged with the new firefox (developers edition). How would we emulate a device, like we can in chrome?
Chrome specific feature is not limited to "screen size" (effectively window size) that is possible also with Firefox Inspector as suggested in a comment by Noitidart and reported here for completeness:
You can press Ctrl + Shift + M (will open the "Responsive Design View")
Also accessible from "Main Menu" > "Developer" > Reponsive Design View
Select "Responsive Design View" button in the Toolbox's toolbar
(further references about this in this link Responsive Design View)
Chrome instead, emulates also User Agent, for example to trigger specific JS UA checks that enable specific device detection features created by web application authors.
Currently, Firefox does not have this kind of feature natively but it was requested several times in official community and it seems in development:
Can you please add user agent switcher in tool?
Give me a way to fully emulate the mobile browser in FF desktop
Anyway, you can compensate with some addons like:
User Agent Switcher
User Agent Changer

Make settings for an application to be changed by admin only in a .Net application?

I created a .Net application with some app settings. I want to make these app settings to be changed only by an administrator. Any help is grateful.
Thanks,
Go to windows explorer. Right click on the configuration file, go to security tab. Remove write rights from everyone that is not the administrator.

Resources