Size: a a a

2019 September 28

M

Mike in VS Code
Lawliet
More than 15 min?
did you watch this https://youtu.be/y188HoZbSDE
источник

L

Lawliet in VS Code
Nothing happened
источник

L

Lawliet in VS Code
No running process also
источник

L

Lawliet in VS Code
источник

M

Mike in VS Code
try to run it from cmd terminal (or from powershell)
источник

M

Mike in VS Code
you should open cmd, type 'cd' to the directory your exe file was downoladed to, and run it. Probably it will print some diagnostic
источник

L

Lawliet in VS Code
источник

M

Mike in VS Code
type 'npm'. there is an option to install build tools with npm
источник

M

Mike in VS Code
источник

L

Lawliet in VS Code
источник

M

Mike in VS Code
then try to install it
https://www.npmjs.com/get-npm
источник

L

Lawliet in VS Code
Just installed it but sill showing error
источник

L

Lawliet in VS Code
источник

L

Lawliet in VS Code
Nothing happening after this
источник

L

Lawliet in VS Code
источник
2019 September 30

A

Alex in VS Code
Hi folks! Anyone has interests of developing Telegram into VS Code😂 Just like Telega in Emacs
источник

A

Ajay in VS Code
can anyone tell me how to uncomment a multiline cpp snippet using any SHORTCUT key in VS CODE?

Eg -

/* for(ll i=0;i<n;++i){
       cin>>s[i];
   } */

into

for(ll i=0;i<n;++i){
       cin>>s[i];
   }
источник

M

Mᴀʀᴋ_5.ɪɴᴄ in VS Code
ctrl+/
источник

A

Ajay in VS Code
In mac?
источник

M

Mᴀʀᴋ_5.ɪɴᴄ in VS Code
command + /
источник