Dear Microsoft, PLEASE native SFTP sync support. I will switch from Sublime permanently.
Why not use some tool for that and decouple it from your editor requirements? I leave a gulp task running when I have to use ftp work to just mirror my git branch https://www.npmjs.com/package/vinyl-ftp
Visual Studio Code 1.7
141–150 of 180 posts
Re: Visual Studio Code 1.7
#142Re: Visual Studio Code 1.7
#143They had to rollback the update: > Unfortunately, we needed to roll back the 1.7 release of VS Code. One of the great new features in 1.7 is the automatic acquisition of typing files when writing JavaScript and TypeScript. These typings files drive the IntelliSense (code completions) experience in the tool. The feature was so great that we started to overload the npmjs.org service. The right thing to do in the short…
Re: Visual Studio Code 1.7
#144Not a negative comment in the thread so far. That's amazing for something Microsoft, as anyone who's been around here can attest. There's a corner being turned here; time to buy MSFT?
But I'm sure 2017 will be the year of Linux on the desktop.
Re: Visual Studio Code 1.7
#145It irked me when I found out you had to disable telemetry per project/file. That really should be a global setting. Obtaining telemetry data through attrition is not something that will spur my adoption.
I'd rather stay with Atom, vim, or even Eclipse.
Re: Visual Studio Code 1.7
#146I liked VS Code when I tried it. But... It irked me when I found out you had to disable telemetry per project/file. That really should be a global setting. Obtaining telemetry data through attrition is not something that will spur my adoption. I'd rather stay with Atom, vim, or even Eclipse.
http://vscode-docs.readthedocs.io/en/stable/supporting/faq/#...
Windows
Close VS Code.
Open the command prompt.
Type cd %ProgramFiles(x86)%\Visual Studio Code\resources\app
Type notepad product.json
Replace enableTelemetry=true with enableTelemetry=false.
Save the file via CTRL+S and exit Notepad. Collection of usage data should now be disabled.
OS X / Linux Close VS Code.
Open the terminal
For:
Mac Type cd /Visual\ Studio\ Code.app/Contents/Resources/app
Linux Type cd /Resources/app
Type vi product.json
Replace enableTelemetry=true with enableTelemetry=false
Save the file via Esc ZZ. Collection of usage data should now be disabled.Re: Visual Studio Code 1.7
#147When MS gets into something, they really get into it. VS Code has exceeded pretty much all my expectations with the pace it has been progressing at.
Re: Visual Studio Code 1.7
#148I liked VS Code when I tried it. But... It irked me when I found out you had to disable telemetry per project/file. That really should be a global setting. Obtaining telemetry data through attrition is not something that will spur my adoption. I'd rather stay with Atom, vim, or even Eclipse.
Umm, you can disable it globally. They have pretty amazing documentation, 3 seconds of searching later: http://vscode-docs.readthedocs.io/en/stable/supporting/faq/#... Windows Close VS Code. Open the command prompt. Type cd %ProgramFiles(x86)%\Visual Studio Code\resources\app Type notepad product.json Replace enableTelemetry=true with enableTelemetry=false. Save the file via CTRL+S and exit Notepad. Collection of usa…
Thanks for letting me know. LMGTFYAAA...
Re: Visual Studio Code 1.7
#149I liked VS Code when I tried it. But... It irked me when I found out you had to disable telemetry per project/file. That really should be a global setting. Obtaining telemetry data through attrition is not something that will spur my adoption. I'd rather stay with Atom, vim, or even Eclipse.
Umm, you can disable it globally. They have pretty amazing documentation, 3 seconds of searching later: http://vscode-docs.readthedocs.io/en/stable/supporting/faq/#... Windows Close VS Code. Open the command prompt. Type cd %ProgramFiles(x86)%\Visual Studio Code\resources\app Type notepad product.json Replace enableTelemetry=true with enableTelemetry=false. Save the file via CTRL+S and exit Notepad. Collection of usa…
I wasn't able to figure out what version readthedocs was last generated for.
Re: Visual Studio Code 1.7
#150Microsoft and TypeScript team are doing amazing work with this editor! There are so many interesting features in it, gave it a shot few weeks ago and was really satisfied. And it is probably the first electron app that didn't feel like rest of the bunch, that are pretty much hogs and not very responsive (especially when we talk about editors and IDEs). But you know, I can't hang Emacs and Vim on the wall and leave th…
>But you know, I can't hang Emacs and Vim on the wall and leave them there. I never got the hang of Emacs, but there is a decent vim extension (there are a bunch) called vimStyle which at least gets you the vim-like code navigation.