Hi all. I like to use VS Code as script editor. When you save files once, change focus to editor and let editor import it, nothing special happen. But if you save your script, edit it and save it again without changing focus back to editor, something really bad happened and editor keep importing, util you force close (not responding) unity editor. Do someone know solution or it is realy a bug in editor ?
Realy ? Nobody have same problem ? Nobody care enough to reply ? Realy nobody use Visual Studio Code with Unity 2017 ? Realy god exist ?
Hmm… Interesting. Looks like problem was architecture. Unity Editor is x64 but VSCode was only x32. Recently i updated VSCode to x64 version (just it was released) and it works fine now.