Earlier quoted context omitted.
> The Microsoft brand has been completely reborn in the eyes of developers over the past few years. The lows of 2007-2010 seem a distant memory. Maybe in the eyes of some developers - for many of us who are still dependent on MS products that haven't been getting much attention (SQL Server and it's related BI tools), the lows are still getting lower. Sure, there's improvements in the overall functionality (with SQL 2…
What exactly open source technologies will give you feature parity and better support than microsoft's BI stack?
Visual Studio Code 1.7.1
61–70 of 145 posts
Re: Visual Studio Code 1.7.1
#62I wish they left a flag for the people running their own npm mirror. Other than that, it's hard not to be impressed by how quickly they made another release. Congratulations!
https://github.com/Microsoft/vscode/commit/b3c10273d7ba34086...
Re: Visual Studio Code 1.7.1
#63Earlier quoted context omitted.
That is interesting, I did not know that. Still, I don't want to use TypeScript for the reasons I wrote. I'm as minimalist as possible, and I don't want to use a language that changes my code to something else without any gain for me since I can write exactly what I want in ES 2015+ already. So it's just those types, and I could get them from "Flow" too and in that case keep my ES 2015+ code. Yes I know TypeScript is…
> I don't want to use a language that changes my code to something else TypeScript doesn't change your code. If you're writing ES2015 code and targeting ES2015 emit, the output code is always exactly what you put in. There isn't any difference.
Re: Visual Studio Code 1.7.1
#64Re: Visual Studio Code 1.7.1
#65Re: Visual Studio Code 1.7.1
#66Electron is a great framework. I've used the same applications on several OS's, each seemed stable and fully functional.
I'm curious why Atom gets so much crap for being an Electron app, whereas VS Code is generally praised for it's speed. Are they doing something significantly different from each other?
Re: Visual Studio Code 1.7.1
#67Electron is a great framework. I've used the same applications on several OS's, each seemed stable and fully functional.
I'm curious why Atom gets so much crap for being an Electron app, whereas VS Code is generally praised for it's speed. Are they doing something significantly different from each other?
Re: Visual Studio Code 1.7.1
#68Earlier quoted context omitted.
> The Microsoft brand has been completely reborn in the eyes of developers over the past few years. The lows of 2007-2010 seem a distant memory. Maybe in the eyes of some developers - for many of us who are still dependent on MS products that haven't been getting much attention (SQL Server and it's related BI tools), the lows are still getting lower. Sure, there's improvements in the overall functionality (with SQL 2…
What exactly open source technologies will give you feature parity and better support than microsoft's BI stack?
Re: Visual Studio Code 1.7.1
#69Earlier quoted context omitted.
I'm curious why Atom gets so much crap for being an Electron app, whereas VS Code is generally praised for it's speed. Are they doing something significantly different from each other?
This comes up every time there's an Atom or VSCode post, but I've yet to see a good explanation of the architectural differences that contribute to the performance differences. Does anyone have the scoop?
I can only assume that leads to a very low leakyness and low memory usage.
Re: Visual Studio Code 1.7.1
#70I wish they left a flag for the people running their own npm mirror. Other than that, it's hard not to be impressed by how quickly they made another release. Congratulations!