Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Bug Not working with VSCode insider properly

Discussion in 'Code Editors & IDEs' started by modernator24, Jul 9, 2022.

  1. modernator24

    modernator24

    Joined:
    Apr 7, 2017
    Posts:
    186


    Try to open up any script file from Unity with VSCode Insider, it just opens up the text file, not the project.


    And double-clicking the error message in the console just opened up the text file, but not located the error line.

    These things are quite annoying every time I use them. How to fix this?

    Using Unity 2019.1.0f2 and 2019.4.3f1.
     
  2. MihaPro_CarX

    MihaPro_CarX

    Joined:
    Apr 5, 2017
    Posts:
    17
    Try using the original arguments from VSCode:
    "$(ProjectPath)" -g "$(File)":$(Line):$(Column)
     
    ThomasLiu likes this.