How to download MSFT_VsCode extensions offline.
On Windows_:
1. From commandline:
code --list-extensions --show-versions | clip
this should put the strings like the following in to the clipboard:
[email protected]
...
2. Double click any empty region after the tabs to create new file in vscode.
3. put into it the MotW (Mark of the Web for IE. To stop the security popup "Locale Machine Zone")
!-- saved from url=(0014)about:internet --
html
head
title ссылки на расширения marketplace vscode /title
/head
body
ul
/ul
/body
/html
3. Paste the clipboard after the "ul" tag.
!-- saved from url=(0014)about:internet --
html
head
title ссылки на расширения marketplace vscode /title
/head
body
ul
[email protected]
/ul
/body
/html
4. Process the IDs with the vscode regex (find&replace)
regex:
^([^.]+)\.([^@]+)@([\.\d]+)$
repl:
li
a
href="https://marketplace.visualstudio.com/_apis/public/gallery/publishers/$1/vsextensions/$2/$3/vspackage"
$0 ("https://marketplace.visualstudio.com/_apis/public/gallery/publishers/$1/vsextensions/$2/$3/vspackage" )
/a
/li
5. You get the next html:
!-- saved from url=(0014)about:internet --
html
head
title>ссылки на расширения marketplace vscode /title
/head
body
ul
li
a
href="https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/anaconda-extension-pack/1.0.1/vspackage"
[email protected] ("https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/anaconda-extension-pack/1.0.1/vspackage" )
/a
/li
/ul
/body
/html
6. Click the links (slowly! — there should be stopper for anonimous access.)
-----
How to pass the npm security check and not turn off a Dr.Web antivirus (Windows_)
1. Export using the certmgr.msc (4example) the dr.web's certificate in PEM-formatted file (the "Base-64 encoded X.509 (.CER)")
YourHD:\drweb-cert_for_node.cer
2. add the env. variable (using the applet "System" from the "Control Panel")
NODE_EXTRA_CA_CERTS
with the value:
YourHD:\drweb-cert_for_node.cer
3. Если вам не нравится подцеплять файлы из текущей директории на Винде7 есть замечательная переменная среды
NoDefaultCurrentDirectoryInExePath
я ей присвоил Хрень
и теперь подцепить можно только через .\Хрень.xyz
This was my backup for two notes.
Если эта реплика адресована была мне... «Флогистон»... Физик?
mp4
https://yadi.sk/i/LDOOWMZDqQuSwQ
Last edited by roma Golich; 08-01-2020 at 05:49 PM.
qwerty
Attachment 99135
Attachment 99395
qwerty
qwerty
Attachment 99431
Last edited by roma Golich; 07-31-2020 at 05:15 PM.
.wma, recorded on an olimpus, by air, all-at-once.
https://yadi.sk/d/EpCqlYipkBD0Aw (no problem w antivirus, as well as no embedded player for wma).
After one year and 23 days my new blue-ray drive asus bw-16d1ht can read only DVDs, and all my records and paintings video got theirs galactic binary waste bin...
Last edited by roma Golich; 09-22-2020 at 07:31 PM.