Unsure where the best place to ask is
# contributing
j
Unsure where the best place to ask is but... Going through v14 Package Setup in Visual Studio, things are building successfully but curious if there's any way to have Vite be found in the solution? https://cdn.discordapp.com/attachments/882985025803530332/1215254864335081482/image.png?ex=65fc154a&is=65e9a04a&hm=45ae95b87750a6ce7ed03dcd5739fc281609a2b34e449a0cb8bb342efdf3ced5&
m
not sure if this is a viable solution as just starting to hack around myself with vite and the new umbraco backoffice.. but this removed the squiggle.. adding a
vite.d.ts
file with
declare module 'vite'
and use /// as needed too? https://stackoverflow.com/a/54174427 https://cdn.discordapp.com/attachments/1215254864599187466/1216495696149221386/image.png?ex=660098e7&is=65ee23e7&hm=2590793f7fef3e7d33d1f3f978055089624795147c209db0ae26f83c9db628da&
Although it only makes the error squiggle disappear and not give the intellisense? https://vitejs.dev/config/#config-intellisense
j
Ah nice - will look into it. The common solution was "Use Visual Studio Code for Javascript work", but it would be nice to at least have the option!
2 Views