godotengine / godot-vscode-plugin

Godot development tools for VSCode
MIT License
1.58k stars 168 forks source link

Adding twice " when completing a path/anything in "" #414

Closed hero-clashes closed 2 years ago

hero-clashes commented 2 years ago

Godot version

3.5.stable

VS Code version

1.69

Godot Tools VS Code extension version

1.1

System information

Win 10

Issue description

the autocomplete is adding twice the " as needed image

Steps to reproduce

1- type Input.is_action_pressed(): 2- add "" inside the closures 3- choose an option from the list 4- it will become Input.is_action_pressed(""ui_accept""):

Calinou commented 2 years ago

Duplicate of https://github.com/godotengine/godot/issues/48436. Please search in both open and closed issues before opening an issue :slightly_smiling_face: