visual studio code download link broken? - visual-studio-code

I'm tring to download MicroSoft's "Visual Studio Code"
On the download page https://code.visualstudio.com/download, after I clicked ".deb 64 bit", it directed to the download page but nothing happened after display:
Thanks for downloading VS Code for Linux! Download not starting? Try
this direct download link. Please take a few seconds and help us
improve ... click to take survey.
If I click on thee "direct download link", the page shows
Not Found
Is it i missed somthing.. or microsoft website got hiccups?

Looks like an issue with their CDNs. Definitely needs to be reported. If you are in a hurry, the MajorGeeks mirror has the 32bit download:

It also happened to me. I was not able to download it because the page always shows "This site can’t be reachedaz764295.vo.msecnd.net took too long to respond.". I guess it is a glitch in the windows page itself. I will wait and give it another attempt after sometime.

Related

Pop-up message showing " Did you attach the CPU-Profile?" while trying to run live server in VScode

I have Live-Server extension installed in my VSCode.
I was trying to run the live-server but a pop-up appeared as below:
This is a reminder to make sure that you have not forgotten to attach 'c\Users\HP\AppData\Local\Temp\ritwickdey.LiveServer-unresponsive.cpuprofile.txt' to an existing performance issue.
I couldn't find much recourses to understand what the issue was or what action I should take about it.
BTW: Live Server is not loading the browser-page by its own, but at port:5500 its running.
Please Help.
after researching i found this blog, where i got to know that its because of performance issue
https://www.nicoespeon.com/en/2019/11/fix-vscode-extension-performance-issue/
first thing bundle your vsCode extensions:https://code.visualstudio.com/api/working-with-extensions/bundling-extension
if that solves the issue then great if not then add this extension to vsCode
https://marketplace.visualstudio.com/items?itemName=nicoespeon.abracadabra
hope the first link will provide complete solution.
Happy Learning

EclipseMercurial Download

I am trying to find and download the EclipseMercurial plugin for Spring Tools, but every place I look I can't seem to find a way to download it.
The market place won't work and seems like every updated link I find for it is gone now.
On the market page, a guy is saying that the current place for the plugin is here and the update site.
Is this one a working solution or buggy too ?
I have managed to download and install MercurialEclipse using the following link:
https://foss.heptapod.net/mercurial/mercurialeclipse-updatesite/-/raw/branch/default
In Eclipse do the following:
Window->Install New Software
Paste the given link in "Work with" section and hit enter
Select "MercurialEclipse Stable Releases" and hit next
Click agree to the terms and conditions, it might ask you if you really wanna install and just click "Install anyway"

Locate NetSuite Outlook integration plugin download link

We recently installed the Outlook bundle in NetSuite, however the link to actually download the addon for Outlook never displays. Any idea how to get this to show up?
The link should show up in the Settings portlet on your Home Screen.
Here are the direct links to the the download page and installer:
https://system.netsuite.com/app/external/xml/outlook/outlookv3download.nl
https://system.netsuite.com/core/media/media.nl?id=429&c=3563537&h=7c09acb0c6ba5104ac0d&_xt=.bin
You said:
We attempted using these links after confirming we followed all setup steps correctly and still failed to see the downloads. Unfortunately still ran into an issue with .Net & VB Tools during install. Perhaps there is an issue with Win10?
Did Netsuite move your data center? If so then the link would be:
https://system.na?.netsuite.com/app/external/xml/outlook/outlookv3download.nl
Replace the ? with your regional data center number. Worked for me.

Spring Tools Suite: Download : Link is not working

Can you please advise how to resolve the download issue with Spring tools suite. I am trying to download from the site: http://spring.io/tools/sts/all
and it does not show the active link to download. Please help.
Thank you
Regards
Radha
you have to click on the little three-horizontal-lines icon on the right side of each download area to open the popup that contains the download links. (If the popup doesn't show up, I would recommend to try a different browser.)
Hope that helps!!!

Umbraco - Unable to navigate to sections other than Content after upgrade to 4.5.2

I've tried posting this on the Umbraco forums to no avail. Hoping to find some help here.
I thought I upgraded successfully from 4.0.4.2 to 4.5.2 (on my way to 4.8...) as I received no errors and everything seemed to go smoothly. However, in the backoffice, when I click on any section other than Content, I get redirected back to Content. I can manually reach each section by typing in the name of it after the # sign like: #media, but as soon as I click on a tree item, it redirects me back to Content. Any ideas would be appreciated.
2 thoughts:
You're cacheing some of the old javascript in your browser. Try clearing your cache. IE can be stubborn in this regard; preferably try in Chrome.
Personally, if your site is working under 4.5.2, I wouldn't sweat the back office issue and just continue with the upgrade to 4.8.1. There will likely be new problems to solve there anyway :) and the backoffice issue may go away.
Updating the icons via the following script fixed this problem. Links must run off the appIcon field. Not sure why this is not executed when the database is updated via the 4.5.2 upgrade.
update umbracoApp
set appIcon = '.tray' + appAlias
where appAlias IN ('content','media','users','settings','developer','member')