Setting the "Exec Flags" give me an error. . .

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By 3DMagicVR

Hello and good day, I started to use Godot and I see that can be used with VS Code, checking the tool package it says that setting the Exec Flags with this command ( {project} --goto {file}:{line}:{col} ) and when I try to open a script inside Godot, i get this message on the console:

the mode’s arguments “–goto” must have the format “FILE(:LINE(:CHARACTER))”

What that means?, I’m not an experienced programmer, that’s why I don’t understand, thanks for your attention, cheers.

:bust_in_silhouette: Reply From: gswashburn

I tested this on my Win10 system replacing flags with {project} --goto {file}:{line}:{col} and it opened the project files as expected.

1.) Are you using the () around what you are typing in the Flags section, as that will not work.
2.) Do you have most recent VSCODE?
3.) Have you loaded Godot extensions from Visual Studio Marketplace?

Hi, I already do all about that stuff and does no work for me (win 8.1)

3DMagicVR | 2018-04-04 12:20