i tried devpod few weeks ago on a non-trivial project. i had .devcontainer setting from GH Codespaces already in place though. anyhow, it all worked seamlessly and i was quite impressed. good job! i tried same project…
TS support has been improved dramatically with volar VSC extension and vue-tsc CLI tool. When that was released (I’d need to check when but in 2021 or even late 2020) my React FOMO disappeared as I get full TS support…
use vue-tsc package + Volar VSCode plugin to get type checking in templates. works great!
I'm now very interested what the performance comparing docker on mac vs docker on WSL2 looks like! Why spend $4.000 on new mac for development if you can get $2.000 windows 10 machine that will give you…
Not sure if this can enable SSR (server side rendering) for any client side lib?
I almost completely switched from Atom to VSCode because of performance and nice IntelliSense for JS. Reading this thread I gave a Atom another shot, uninstalling all plugins, and damn, how much faster it is :) I can…
i tried devpod few weeks ago on a non-trivial project. i had .devcontainer setting from GH Codespaces already in place though. anyhow, it all worked seamlessly and i was quite impressed. good job! i tried same project…
TS support has been improved dramatically with volar VSC extension and vue-tsc CLI tool. When that was released (I’d need to check when but in 2021 or even late 2020) my React FOMO disappeared as I get full TS support…
use vue-tsc package + Volar VSCode plugin to get type checking in templates. works great!
I'm now very interested what the performance comparing docker on mac vs docker on WSL2 looks like! Why spend $4.000 on new mac for development if you can get $2.000 windows 10 machine that will give you…
Not sure if this can enable SSR (server side rendering) for any client side lib?
I almost completely switched from Atom to VSCode because of performance and nice IntelliSense for JS. Reading this thread I gave a Atom another shot, uninstalling all plugins, and damn, how much faster it is :) I can…